简体   繁体   中英

Internet Explorer Caching Flash SWF Problem

I'm having a problem with Internet Explorer caching a URL variable. I have a list of links:

  1. videorecorder.php?filename=12345"
  2. videorecorder.php?filename=123456"
  3. videorecorder.php?filename=123457

The variable is use for the video. I have tried everything here far but not luck. Tried this:

<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta http-equiv="EXPIRES" content="0">

It seem that the first variable pass in persist any subsequent filename variable are get ignored.

Here is the link http://codedecks.com/recorder/ to try it for yourself. Any suggestion would be GREATLY appreciated!

Yes this is a caching problem. Try DeveloperToolbar and disable cache and it will work fine. Try embedding your swf with a unique URL like videorecorder.swf?c=someUniqeValue .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM