Hi,
The following code works fine on firefox but it only shows blank page
on IE,
Does anyone know what's wrong?
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="embedFlash demo">
<Require feature="opensocial-0.7"/>
<Require feature="flash"/>
</ModulePrefs>
<Content type="html">
<![CDATA[
<script type="application/javascript">
function onLoad() {
var flashDiv = document.getElementById('flashDiv');
gadgets.flash.embedFlash('http://gmejason.googlepages.com/
Introducing_the_Editor.swf', flashDiv, 8)
};
gadgets.util.registerOnLoadHandler(onLoad);
</script>
<div id="flashDiv"></div>
]]>
</Content>
</Module>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---