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>