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");
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
