Forum Moderators: phranque
Use a server side redirect to catch & parse the query string you would like to hand off to the flash swf file.
Then, the server side script (could be Perl, Php, Asp, or Jsp they will all work afaik) pass the variable to the actionscript in the swf file.
Long while back, I had a perl script pass some data back & forth between a database & a flash movie -> everything worked out fine. I know of no direct way to pass a query string to a flash movie, but perhaps somebody better at actionscript can let you know how it's done?