Closed GoogleCodeExporter closed 9 years ago
Oh, and click on "Edit Sequence" to get to the editor where the problem is
Original comment by thereald...@gmail.com
on 13 Nov 2009 at 6:56
OK, it seems that it's a combo of problems, including cache control headers. It
seems
that if the cache-control header sets a long max-age (and there's no
last-modified
nor etag headers) then the problem is present. Removing that behavior and
relying on
etag headers seems to fix the issue. Very strange. Hopefully this will help
someone else.
Original comment by thereald...@gmail.com
on 13 Nov 2009 at 9:59
Still - very strange that using jQuery to set *any* css - like font-size - would
bring it out from the cache and render the SWF...
Original comment by thereald...@gmail.com
on 13 Nov 2009 at 10:02
do you experience the same problems when embedding using the <object><embed>
approach
in place of SWFObject, or is it only when you use SWFObject?
Original comment by platelu...@gmail.com
on 15 Jan 2010 at 3:07
Hello, I am having a problem. The first time the page loads, the flash shows,
but when
I navigate the flash disappears. Is it the same problem? what do I have to do?
Original comment by alejandr...@gmail.com
on 24 Jan 2010 at 11:47
I added this "<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">" in the
header and
when you hit the reload button, the flash is gone.
Ideas?
Original comment by jtre...@gmail.com
on 10 Feb 2010 at 2:53
This does not appear to be a SWFObject bug. If you'd like to discuss the issue
further, please post to the SWFObject Google Group.
Original comment by platelu...@gmail.com
on 7 Nov 2010 at 8:46
I had the same issue, after searching I found the way to prevent the swf
caching with swfobject. You need to append a random number to the and of the
player swf file, for example :
var timeStamp = "?t=" + new Date().getTime();
swfobject.embedSWF(player_path + timeStamp ...
Original comment by zenmas...@ifzenelse.net
on 14 Apr 2012 at 10:05
Original issue reported on code.google.com by
thereald...@gmail.com
on 13 Nov 2009 at 6:54