2 messages in com.googlegroups.opensocial-apiRe: import flash is not working on or...
FromSent OnAttachments
Daniel03 Mar 2008 09:22 
jdavid.net04 Mar 2008 16:43 
Subject:Re: import flash is not working on orkut or hi5, but works on shindig...
From:jdavid.net (just@gmail.com)
Date:03/04/2008 04:43:51 PM
List:com.googlegroups.opensocial-api

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 <bote@gmail.com> 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.