I am having trouble with a simple cache issue.

This is my embed html code:

<script type="text/javascript">
                // <![CDATA[
                var so = new SWFObject("bmm2.swf?t="+new Date().getTime(), 
"bmm13",
"1000", "730", "7");
                so.addVariable("mypage", getQueryParamValue("mypage"));
                so.write("flashcontent");
                // ]]>
</script>

This should stop caching, but if I use this url:
http://tempwebdev.com/mag/index-new.html?mypage=8

It will work once.

If I change the mypage variable to 20, the page won't turn.  E.g
http://tempwebdev.com/mag/index-new.html?mypage=20

Does anyone know how you could fix this?

Brian.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to