Flash movies
Hi all,
is it possible to embedd a Flash movie in a Sidebar gadged?
Hi all,
is it possible to embedd a Flash movie in a Sidebar gadged?
Thanks
I just tried the first flash game I could find in a Gadget and it worked okay - well it ran, I didn't try playing it.
<html>
<body style="width:150px; height:150px; margin:0px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="150" height="150" title="SimpleFlash">
<param name="movie" value="3DspaceInvader09.swf">
<param name="quality" value="high">
</object>
</body>
</html>