Dec 20, 2005 #1 decibelle Technical User Feb 1, 2005 27 US Much like [shift]+ [Refresh button] reloads an html page on a browser, how do you refresh to view the latest version of an .swf file? TIA
Much like [shift]+ [Refresh button] reloads an html page on a browser, how do you refresh to view the latest version of an .swf file? TIA
Dec 20, 2005 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA You code it so the cached file is never used twice... In other words, a fresh file is always loaded from the server. Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHK Upvote 0 Downvote
You code it so the cached file is never used twice... In other words, a fresh file is always loaded from the server. Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHK
Dec 21, 2005 #3 frozenpeas Technical User Sep 13, 2001 893 CA I do that by adding a random number to the end of the swf reference as in: Code: mymovie.swf?398292 You can whip up a random number with JavaScript or PHP, or whatever you prefer. frozenpeas -- Micfo.com Affiliate Program Upvote 0 Downvote
I do that by adding a random number to the end of the swf reference as in: Code: mymovie.swf?398292 You can whip up a random number with JavaScript or PHP, or whatever you prefer. frozenpeas -- Micfo.com Affiliate Program