lkelly
03-01-2006, 02:54 AM
I have a database driven flash movie where I pull a sequence of images from an XML config file. The order of images is in that config file. I'm displaying the flash movie on a control panel page which also has form buttons to change the content in the database (i.e. alter the order of the images). Anyway, in Firefox I process the form button and reload the page and I see the flash movie is reflecting my updated image order. In IE, the database is changing but the flash movie still uses the old order. I assume this is because of some caching issue. Is there any way I can force IE to reload the flash each time? I have one parameter I pass to my flash movie (and ID that tells it which subset of images to load) - I tried adding an extra parameter to the load string which contains a random number (dummy variable) but that didn't help. Something along these lines?
<embed src="../core/gallery3_notitle.swf?galleryIDToLoad=1&rnd=86"....
The galleryIDToLoad is important - the rnd variable does nothing in my flash movie.
Anyway, if I could get around this caching issue in IE, I'd be happy. Like I said, in Firefox it works like a charm and the flash reloads with the new data each time the page processes the form.
If anyone has suggestions, I'm all ears.
<embed src="../core/gallery3_notitle.swf?galleryIDToLoad=1&rnd=86"....
The galleryIDToLoad is important - the rnd variable does nothing in my flash movie.
Anyway, if I could get around this caching issue in IE, I'd be happy. Like I said, in Firefox it works like a charm and the flash reloads with the new data each time the page processes the form.
If anyone has suggestions, I'm all ears.