Search found 4 matches

by vjDev
Fri May 13, 2011 23:55
Forum: Developers Developers Developers
Topic: Help !! looking for source code of a simple example
Replies: 4
Views: 9278

Re: Help !! looking for source code of a simple example

Here is what I'm missing , I'm develop with Flex Builder 4 and I do not have fla files there
what software are you using to develop wsf ?
How can I see the source of the fla ?
thanks
by vjDev
Fri May 13, 2011 21:59
Forum: Developers Developers Developers
Topic: Help !! looking for source code of a simple example
Replies: 4
Views: 9278

Help !! looking for source code of a simple example

Hi
I´m a little lost :-(
I wrote a simple example but I can not get it to work
I'm trying to read a text form

private var eventId:StringParameter = resolume.addStringParameter("Text", "Resolume");


I Checkout the Flash examples in the media folder of Resolume. but Its missing source code of ...
by vjDev
Thu May 12, 2011 08:46
Forum: Developers Developers Developers
Topic: flash ExternalInterface.call?
Replies: 2
Views: 7697

Re: flash ExternalInterface.call?

Hey,
I´m using Flash Builder 4 and trying to run a simple example

http://www.resolume.com/forum/viewtopic.php?f=14&t=8249

Did you got it to work ?
by vjDev
Thu May 12, 2011 08:44
Forum: Developers Developers Developers
Topic: flash Text Input problem - can not get it to work
Replies: 0
Views: 5552

flash Text Input problem - can not get it to work

Hey,
I'm pulling my hair here and can not see what is it that I´m doing wrong

I'm trying run a simple flash that will display the text input from Resolume control.
Using :

private var eventId:StringParameter = resolume.addStringParameter("Text", "Resolume");

But I - can not get it to work

The ...