Closed GoogleCodeExporter closed 9 years ago
swfobject.embedSWF("flex/MovieClipViewer.swf", "myAlternativeContent", "100%",
"100%",
"10.0.0", "flex/playerProductInstall.swf", flashvars, params, attributes);
I am simply using a JS elem.appendChild(swfelem) call to move the content.
As stated, FF/Chrome display properly. IE appears to move the content, creates
a new
table of the correct size, and embeds an <object> tag with the correct
attributes, but
doesn't cause the SWF movie to start.
Original comment by atcwe...@gmail.com
on 21 May 2010 at 5:06
[deleted comment]
I have problem in IE while using swfobject in thickbox flashvars is not passing
value its empty value there is solution are its an bug
Original comment by yuganath...@gmail.com
on 30 Jul 2010 at 1:47
This is a browser/DOM issue, not a SWFObject issue. SWFObject merely creates
the <object> element for you; any DOM modifications post-embed are beyond
SWFObject's scope.
Suggestion: re-embed your SWF using SWFObject instead of trying to move the
element using jQuery.
Original comment by platelu...@gmail.com
on 7 Nov 2010 at 6:59
Original issue reported on code.google.com by
atcwe...@gmail.com
on 21 May 2010 at 5:03