Is there a good way to add a .swf programatically to a panel on an asp.net page - ie: I know i could just insert the html tags:
ie:
<object type="application/x-shockwave-flash" data="yourflash.swf" width="" height="">
<param name="movie" value="yourflash.swf">
</object>
But is there an existing .net or free FLASH component already that you just set the properties on, or do i need to create a custom web control myself (not preferred) so i dont have to continously do this?
Thank you.
Do like above but instead of emmiting the object and embed code, include swfobject http://code.google.com/p/swfobject/ and emit some nice unintrusive javascript into your page to insert the swf!
FlashObject.cs
:Web.config
:MyPage.aspx
: