Flash movies

Hi all,
is it possible to embedd a Flash movie in a Sidebar gadged?

[78 byte] By [SpaceD] at [2008-2-21]
# 1
It is, through an IFrame - but it will probably crash Sidebar. Flash suffers from a lot of buffer overruns, which cause DEP to close Sidebar. Sun Java suffers the same problem.
JonathanAbbott at 2007-9-3 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 2
Does anyone know if there are any workarounds to get flash to work without crashing sidebar? If not do you forsee sidebar and Flash ever playing nicely together regardless of who is to blame? There are so many cool apps built in Flash that would scale to sidebar, just thinking of flashlite/phone apps for one.

Thanks

Designing_Webs at 2007-9-3 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 3
Try your app see if it works with the latest version (v9.0.28.0)

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>

JonathanAbbott at 2007-9-3 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 4
As Jonathan mentions, I believe the latest version of Flash fixes those DEP issues, and should work fine with the sidebar.
BruceWilliams at 2007-9-3 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 5
I've just downloaded and confirmed this version of flash player is working as it should when in use with sidebar. Thank you Jonathan and Bruce for letting me know! Let the games begin!
Designing_Webs at 2007-9-3 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...