FlashMovie

  • Thread starter Thread starter Rodrigo Ferreira
  • Start date Start date
R

Rodrigo Ferreira

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!
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top