Can somebody tell me how to get the query string? this._url always returns the value at compile time, which of course is my local file:///....myMovie.swf. I'd love to get everything after the question mark, e.g.
mydomain.com?test=test
Any ideas?
<edit>I know that you have to try this from a webserver, in which case it does the same thing, except http://... rather than file:///...</edit>
<edit>Is the only way to do this via javascript?</edit>
Nope, FLASHVARS would be the easiest, as the variables are available as soon as the movie loads. But if you want to change the FLASHVARS variables based on a query string, you could use PHP to do it easily. Is this an option. Like if the page loads as