Link to home
Start Free TrialLog in
Avatar of daly__paul
daly__paul

asked on

SWF and Temp Internet Files

Hi experts,

I have designed a website using Flash (SWF's), I have uploaded the website to our webserver and it works fine. When I try to update a SWF file and re post it to the webserver it will not update the client. This is due to the previous SWF filke in store in Temporary Infiles Files which is referenced from the client. How can I ensure that all previous visitors to the website can view newly upload SWF.

Thanks
Daly__paul  
Avatar of Kiran Paul VJ
Kiran Paul VJ
Flag of India image

try giving the full path to the SWF in you html page

eg:

give http://yoursite.com/filename.swf

instead of just filename.swf


kiranvj
you need to append some extra code to then end of the filename during testing...  like this:

src="mymovie.swf?nocache=<?PHP $myRandomNumber ?>"...

I am using PHP to place a random number in the code, but you can use Javascript, or any other server side language.


and here is some other useful information:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14743&sliceId=1


rp
ASKER CERTIFIED SOLUTION
Avatar of rascalpants
rascalpants
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial