[jQuery] SWFObject Embed
[jQuery] SWFObject Embed
Hi guys, I having an issue with SWFObject embed in IEs. Firefox works like a
charm but IE does not show up any thing. Not even when i do a dom
inspection. Here is the code.
createCDE: function() {
$("body").append('<div id="CDE" style="position:absolute;
z-index:10000; overflow:hidden; top:0px; left:0px;"></div>');
$("#CDE").after('<script type="text/javascript"> \n' +
'var flex_tag = new
SWFObject("flash/CopyDeckEditor.swf", "editor", "100px", "100px", "9",
"#ffffff"); \n' +
'flex_tag.addParam("menu", "false"); \n' +
'flex_tag.addParam("quality", "high"); \n' +
'flex_tag.addParam("wmode", "transparent"); \n' +
'flex_tag.addParam("allowScriptAccess","sameDomain"); \n' +
'flex_tag.write("CDE"); \n' +
'</script>');
}
When I use firebug to navigate the dom, it actually shows that the flash is
embedded but not in IE.
--
View this message in context: http://www.nabble.com/SWFObject-Embed-tf2955498.html#a8267524
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/