[thelist] IE losing flashVars on page refresh

Erik Mattheis gozz at gozz.com
Wed Nov 24 20:49:59 CST 2004


On Wednesday, November 24, 2004, at 06:27  PM, Richard Livsey wrote:

> I have a flash movie which gets variables passed to it via flashVars. 
> This works perfectly, until you refresh the page in IE when it doesn't 
> seem to pass them to flash (and we then get errors because the movie 
> needs these variables to work).

Never heard of that, but I've also found flashvars useless. Perhaps try 
the "old" way of appending name/values to the URL if the SWF:

<param name="movie" value="http://example.com/WorldLoader.swf?iso=CA" />
...
<embed src="http://example.com/WorldLoader.swf?iso=CA" ...

--
- Erik Mattheis
612 377 2272
http://gozz.com/



More information about the thelist mailing list