Log in

View Full Version : Clear a visitor's cache?


Layne SMith
08-01-2007, 01:01 AM
I have an embedded swf file in my site that pulls in various variables and images dynamically about once every two days, sometimes more often.

But this is creating some caching issues.

Does anyone know of a way to either prevent the caching of my swf or to force the browsr to load fresh each time?

Thank you,
Layne

Dismounted
08-01-2007, 07:14 AM
Generate an ID on-the-fly and append it to the swf url (?rand=GENERATEDNUMBER).