[ https://issues.apache.org/jira/browse/SHINDIG-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787054#action_12787054
]
Paul Lindner commented on SHINDIG-1230:
---------------------------------------
Does this change fix the problem?
commit 4d6a10c97830c405eb83c5fb9bc23b1929dca4ba
Author: johnh <johnh@13f79535-47bb-0310-9956-ffa450edef68>
Date: Tue Dec 1 21:34:28 2009 +0000
Fix for flash embedding in IE. appendChild doesn't work for some odd reason, so innerHTML
is required.
git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@885940 13f79535-47bb-0310-9956-ffa450edef68
> gadgets.flash.embedFlash is broken in IE
> ----------------------------------------
>
> Key: SHINDIG-1230
> URL: https://issues.apache.org/jira/browse/SHINDIG-1230
> Project: Shindig
> Issue Type: Bug
> Components: Javascript
> Affects Versions: 1.1-BETA5
> Reporter: Márton Salomváry
> Attachments: flash.js.patch
>
>
> The flash movie never displays, flash context menu contains "movie not loaded". All IE
versions affected.
> This commit seems to have caused the problem:
> r817905
> SHINDIG-1157 | Patch from Jasvir Nagra | Flash support in cajoled gadgets
> Inserting <object> as a dom node doesn't make flash player work in IE, it has to
be inserted as string. See attached patch. Testted in IE 6-7-8 (I don't know too much about
Caja, someone should check if patch is compatible..)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|