How to avoid my swf to be cached in memory?, I read that I have to use something like this:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
Thats all?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was using get param to avoid cacheing, like myswf.swf?date or myswf.swf?random
I m using swfobject for loading swf to html pages. Here an example for you.
“myContent.swf?”+Math.random()*321 -> this makes swf to no cache.
SWFOBJECT link