A SWF is loaded via a URL inside the HTML OBJECT / EMBED tag... so you'd need to put the parameters on that URL, not the URL that loaded the wrapper SWF?
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, April 13, 2007 6:19 PM To: [EMAIL PROTECTED] Subject: [flexcoders] Noob Querystring questions I'm trying to pass in variable via the URL. I have: var QueryString:String = this.parameters.test http://myserver.com/myapp.html?test=systems <http://myserver.com/myapp.html?test=systems> I always get null....Where is my problem? (I have also tried Application.application.parameters.test)

