Skip to Content »

FlashApe » IE doesn’t pass query parameters properly on file redirects

 IE doesn’t pass query parameters properly on file redirects

  • May 27th, 2008
  • 3:46 pm

Hot on the heels of my last flash development issue craziness comes this doozy: In Internet Explorer, if you redirect a request to a swf to another file, and add new request parameters in the redirect, IE will not pass the new parameters to the final object…it will only pass the original query params.

For example: You want myserver.com/somepath?var=1 to redirect to myserver.com/mySwfFile.swf?differentVar=2, the swf will be loaded into the page receiving the parameters of var=1… and not differentVar=2.

Quite painful if you want to redirect older existing content to newer content. Of course, this works seamlessly in Firefox and Safari.

Want your say?

* Required fields. Your e-mail address will not be published on this site


You can use the following XHTML tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>