Closed GoogleCodeExporter closed 9 years ago
This is a known issue and in our opinion an IE bug. Also there is not much that
we
can do about this.
The difference with Adobe's JavaScript code:
- SWFObject uses innerHTML (which causes different behavior) while Adobe's code
uses
document.write (document.write imposes several severe drawbacks)
- ideally we would have like to have used W3C DOM methods only, however IE has
an
incomplete and kind-of hacked implementation of the object/embed element in its
DOM
The best workaround to avoid this issue is to use something like:
swfobject.embedSWF( "IETester.swf?nocache=" + new Date().getTime(),
"myAlternativeContent", "800", "600", ...
Original comment by bobbyvandersluis
on 26 May 2009 at 9:52
Original issue reported on code.google.com by
collin.p...@gmail.com
on 13 May 2009 at 10:40Attachments: