How do I add a flash movie into my asp .net web site? I´d like to use an
animated menu in the master page.
Thanks!
Mark Rae [MVP] - 07 Feb 2008 15:38 GMT
> How do I add a flash movie into my asp .net web site? I´d like to use an
> animated menu in the master page.
I use this: http://www.wimpyplayer.com/

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Mark Fitzpatrick - 07 Feb 2008 15:58 GMT
There isn't any special ASP.Net code for embedding it like an image. There's
a short tutorial over at:
http://www.tizag.com/flashTutorial/flashhtmlcode.php That goes through
pretty much all you should need to know.
If you're looking for components to do the job, or want to use flash more
thoroughly later, there are a couple nice controls out there
DevExpress (www.devexpress.com) has a control as part of their asp.net
utilities called the ASPxObjectContainer that can embed flash and other
media items (http://www.devexpress.com/Products/NET/WebForms/ASPxUtilities/)
I've used it and it's nice and simple.
There's also http://www.flash-control.net/?gclid=CLijnM24spECFQMmIgodyxC_Nw,
but I haven't used that one myself.
http://www.aspnetflash.com/ also has a good suite of media components
including a very good flash control.

Signature
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
> How do I add a flash movie into my asp .net web site? I´d like to use an
> animated menu in the master page.
>
> Thanks!
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 07 Feb 2008 22:43 GMT
Feel free to use this free Flash ASP.NET Web Control I put together or read
about how it works and do it yourself:
http://SteveOrr.net/articles/Flasher.aspx

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
http://iPhonePlaza.net
> How do I add a flash movie into my asp .net web site? I´d like to use an
> animated menu in the master page.
>
> Thanks!