3 messages in com.googlegroups.google-desktop-developerflash swf application
FromSent OnAttachments
solo18 Apr 2007 16:28 
Lahiru18 Apr 2007 22:17 
jmel...@gmail.com26 Apr 2007 12:01 
Subject:flash swf application
From:solo (sms@gmail.com)
Date:04/18/2007 04:28:23 PM
List:com.googlegroups.google-desktop-developer

hi

How to add the flash application to the gadget?

Whats wrong here in the code below? Why it Doesn't Work? It jush shows the white screen.... The test swf file (test.swf) is ok.

----------

<view height="250" width="350" >

<OBJECT

WIDTH="250" HEIGHT="350">

<PARAM NAME="movie" VALUE="test.swf"></PARAM> <PARAM NAME="quality" VALUE="high"></PARAM> <PARAM NAME="bgcolor" VALUE="#FFFFFF"></PARAM> <PARAM NAME="menu" VALUE="false"></PARAM> <PARAM NAME="wmode" VALUE="transparent"></PARAM>

<EMBED id="fplayer" src="test.swf" quality="high" bgcolor="#FFFFFF" WIDTH="250" HEIGHT="350" MENU="false" wmode="transparent" TYPE="application/x-shockwave-flash"></EMBED>

</OBJECT>

</view>