when working on google gadgets i had problems doing it the way you
are.
try:

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<Module>
<ModulePrefs title=”Open Social App” author_email=””>
<Require feature=”opensocial-0.7″ />
<Require feature=”flash” />
</ModulePrefs>
<Content type=”html”>
<![CDATA[

<script type=”text/javascript”>

var flexAppId = “OpenSocial”;

function getFlexApp(appName)
{
if (navigator.appName.indexOf (”Microsoft”) !=-1) {
return window[appName];
} else {
return document[appName];
}
}

</script>

<div id=”flashcontainer” style=”text-align: center;” width=”500″
height=”500″></div>
<script language="javascript" type="text/javascript">
   var swfUrl = “url - to - your - swf”;
   gadgets.flash.embedCachedFlash(swfUrl, “flashcontainer”, {id:
flexAppId, width: 500, height: 500 });
</script>


]]>
</Content>
</Module>


On Mar 3, 11:22 am, Daniel <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I've to use flash in the opensocial application that I'm working on,
> and I'm using a simple application from this 
> website:http://hackathon.wordpress.com/2008/02/26/update-flex-and-open-social/
>
> I've already tried to use it in Hi5 or orkut, but nothing happens.
> I've installed shiding, on my machine and here it renders the
> application correctly.
>
> Does anyone know why this happens?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to