RE: [flexcoders] Noob Querystring questions

2007-04-13 Thread Peter Farland
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

RE: [flexcoders] Noob Querystring questions

2007-04-13 Thread Tracy Spratt
Nate, sorry it is not quite that easy. You are passing a parameter to an html file. The html file has no way to see that arg and pass it to the Player instance. This will work if you call the .swf directly, with the querystring parameter. Use Application.application.parameters.test. To