Page 1 of 1

cms simple and flash

Posted: Fri Feb 12, 2010 8:58 am
by stahu13
Hello All,
I have got flash banner on my cms simple website and problem is that pictures wich are loaded from xml didnt refresh until I delete temporary files and history on my browser..please help, below code which is used to publicate this banner:






regards

Re: cms simple and flash

Posted: Fri Feb 12, 2010 10:28 am
by tomgsd
It's probably better for you to look on a Flash forum for the solution to this because it isn't a problem with CMS Made Simple.

I think what you will need to do is add a query string to the url of the xml file in your FLA.  Something like "/path/pics.xml?t="+new Date().getTime(); (no idea if this code is actually correct!).

Have a look on Google for "prevent flash caching" or similar.