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:

Code:
txt_txt.htmlText="test   "+this.loaderInfo.parameters.nameVar;
And, when I upload it and use the following, I get "test undefined" as my return!?

http://www.brianwpiper.com/fk/tstURL...ameVar=testing

Can anyone help out on this??? What obvious thing am I overlooking??

TIA!!!