I must be missing something obvious. I'm trying to pass a parameter from a URL into a text field in flash, but it doesn't seem to work...
I've got a dynamic text field (display as html is checked), with an instance name txt_txt. Here's the only line of code in the file:
And, when I upload it and use the following, I get "test undefined" as my return!?Code:txt_txt.htmlText="test "+this.loaderInfo.parameters.nameVar;
http://www.brianwpiper.com/fk/tstURL...ameVar=testing
Can anyone help out on this??? What obvious thing am I overlooking??
TIA!!!




Reply With Quote