flash Text Input problem - can not get it to work

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
vjDev
Met Resolume in a bar the other day
Posts: 4
Joined: Thu May 12, 2011 07:49

flash Text Input problem - can not get it to work

Post by vjDev »

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 :

Code: Select all

private var eventId:StringParameter = resolume.addStringParameter("Text", "Resolume");
But I - can not get it to work

The flash (swf) is working and I would expect to see the text (String) parameter in the Resolume control but it wouldn't
I'm using Flash Builder 4 with Action script 3
I attach the source code

Any ideas :?
Attachments
ResolumeTest.zip
project source files
(20.32 KiB) Downloaded 813 times

Post Reply