Side navigation
#1873 closed bug (duplicate)
Opened November 01, 2007 01:38AM UTC
Closed November 17, 2007 10:41PM UTC
.html() bug with IE
Reported by: | frankysanders | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Flash External Interface | Cc: | |
Blocked by: | Blocking: |
Description
Loading flash swf's has an issue with .html. When loading a swf via {#id}.html('swf') Flash External Interface methods will not initialize properly. This bug only occurs with IE and does not seem to be an issue with Safari or FireFox.
Although {#id}.html('swf') does't work, writing a SWF via id.innerHTML='swf' seems to be fine. I'm not sure what's going on under the hood but I know that this release of jquery has some issues with Active X controls. (Or at least the compressed version did). I've attaced a demo movie illustrating the bug. I am currently trying to come up with a solution but as of yet I have been unable to.
Attachments (0)
Change History (1)
Changed November 17, 2007 10:41PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Appears to be a duplicate of #1874 so I'll close this one.