I ran into the same issue - add a cache buster to your swf embed - wherever you
have the swf listed (one place if you are using dynamic embed, 2 places if you
are using static), add a time buster like this:
"myApp.swf?t=" + new Date().getTime()
hth,
jimbo
*********** REPLY SEPARATOR ***********
On 11/28/2008 at 11:03 AM ghcaplan wrote:
Hi Folks
Am using 2 swf players by same author: 1 audio, 1 video.
Am embedding video player with code below (lastest version of
SWFObject), inside html body (some flashvars omitted).
In IE6/7, audio player works fine. Video player, launched same way,
works fine on first page load after browser launch - additional loads
show only 1 button of the swf player. Assuming this is some kind of IE
cache issue.
Problem exists in IE on a number of workstations, so it's not a
corrupted IE install.
Works fine in all other browsers - only an issue in IE (so no surprise
there then...).
Appreciate that this may be only tangentially an SWFObject issue, but
I'm not sure where else to go for help, and HAVE to get this fixed, so
I'd appreciate your indulgence and advice.
Thanks
Geoff
>>>>>>>>>>>>>>>>>>>>>>>>>>>
Code:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
<div id="nicolson-promo"><p>[Unable to play video file: Flash is not
enabled in your browser]</p></div>
<script type="text/javascript">
var flashvars = {};
flashvars.flv = "/media/nicolson1.flv";
flashvars.movie = "/n/player_flv_maxi.swf";
flashvars.startimage = "/s/video-nicolson1.jpg";
flashvars.autoplay = "0";
swfobject.embedSWF("/n/player_flv_maxi.swf", "nicolson-promo",
"380", "310", "8", false, flashvars, false, false);
</script>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
Request headers:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
Content-Encoding: gzip
Vary: Accept-Encoding
Transfer-Encoding: chunked
Date: Fri, 28 Nov 2008 18:55:25 GMT
Connection: close
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Fri, 28 Nov 2008 18:55:25 GMT
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/html; charset=iso-8859-1
200 OK
>>>>>>>>>>>>>>>>>>>>>>>>>>>
~
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---