PDA

View Full Version : HTML No Cache Code



Dravos
February 25th, 2003, 06:48 AM
Is there a tag i can put in a pge so it will never look in the caache to load swf files?

Thanks for any help

CyanBlue
February 25th, 2003, 06:52 AM
Well... I don't know why you have to create a new thread with the same topic...

You can try this in your HTML code...

<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">

Dang... The meta tag was missing... :*(

Dravos
February 25th, 2003, 07:00 AM
Sorry but i thought seeming as we moved on to it being an html questions it would be better to ask in server side scripting.

I ll have a look at that thread

Thanks

lostinbeta
February 25th, 2003, 12:43 PM
Ok 1)

When not cacheing an HTML page, any movies or anything you load INTO that flash file through loadMovie or loadVars still gets cached... I use senoculars script to prevent this...

http://www.kirupaforum.com/showthread.php?s=&threadid=14268&perpage=15&pagenumber=3

and 2) Yes you can stop the cacheing of your page...

http://www.macromedia.com/support/flash/ts/documents/prevent_caching.htm


Use this information wisely my friend :sleep: