Question
flashvars
In Dreamweaver I have set up a parameter to insert->media->swf:
<param name="flashVars" value="userName=mc1" />
I need to retrive this in AS 3 and can't get it to work. Here I am trying to view the variable in a text field.
myText.text = root.loaderInfo.parameters.userName;
This isn't working.
Ideas?
