1 message in com.googlegroups.google-gadgets-apiEmbed Flash on Google Homepage Module
FromSent OnAttachments
sajid26 Apr 2006 22:36 
Subject:Embed Flash on Google Homepage Module
From:sajid (saji@gmail.com)
Date:04/26/2006 10:36:38 PM
List:com.googlegroups.google-gadgets-api

HI,

I am trying to figure out how to add FLASH content to the Homepage Module.

When I use a CDATA tag and write the <object> tag within it, what I get on display at my home page is (Content not available).

Secondly when I add MayRequire tag, it gives me code error for this tag.

Heres my code:

-------------------------------

<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs author_email="my_e@gmail.com" title="SAJID SAIYED" author="sajid saiyed" description = "Testing!" author_location = "Earth" height="100" scaling="true" > <MayRequire type="plugin" value="flash" min_version="7"/> </ModulePrefs>

<Content type="html"> <![CDATA[ <div style="text-align:center"> <object style="font-family: verdana;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"

id="test" align="middle" height="100%" width="100%"> <param name="movie" value="test.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#ffffff"> <embed src="test.swf" quality="high" bgcolor="#ffffff" name="test" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="90%" width="90%"> </object>

<em>powered by <a href="http://ssdesigninteractive.com">Test</a>

</div> ]]> </Content> </Module>

------------------------

Can someone point me the erroe in this code?

Thanks