Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

caching issue with inner loaded swf 1

Status
Not open for further replies.

2cxc

Programmer
Aug 29, 2003
245
CA
Hi, i'm loading a 2.swf into level 1 of 1.swf and in the html i have many different lines of no caching. My issue is this doesn't seem to stop the 2.swf from caching, is it even possible to stop a swf that is loaded into another from caching?

Thanks
 
any ideas on how i can stop the swf from caching?
 
What do you mean by caching, in your situation? That it will never be cached at all, or that your main movie should allways look to load a new version of the second movie, and not the one that WILL be cached in your Temporary Internet Files folder?
 
not to cache in temp internet files folder. 2.swf is loaded into level 1 of 1.swf and and 2.swf contains a text box with text in it. When i change the text users will have to clean their temp files foler for their computers to grab the new version fromm the server otherwise the changes do not appear. So i hoping to learn a way so that the 2.swf file is always called from the server.
 
Have you tried something along this line...

loadVariablesNum("my_text.txt?uniqueID=" + getTimer(), 0);
 
nope and thanks!

I found that just having the ? like so:
loadVariablesNum("my_text.txt?", 1)
works as well
cheers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top