Page 1 of 1

flash Text Input problem - can not get it to work

Posted: Thu May 12, 2011 08:44
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 :?