Tiffany B. Brown

A web log about web development and internet culture with frequent detours into other stuff.
Portland, Oregon: RailsConf 2007
Links for November 14, 2006

Methods for embedding Flash

I stumbled across this year-old post: In search of … a perfect plugin technique. Lots of good stuff about the pros-and-cons of various means of embedding Flash content.

I’m partial to two methods:

  1. Using JavaScript to write the object and embed tags, and providing a <noscript> alternative, such as a static image.
  2. Using the object element, and embedding alternate content (perhaps a still image from the animation) within the object.

Both options validate completely — even with the invalid<embed> tag in the first version. But, because of the way Internet Explorer, handles ActiveX controls, the second method creates a user experience problem.

I can’t vouch for the accessibility of either method. But they are two more options for embedding Flash (and other multimedia) content.

Related posts

Share this entry:
  • Digg
  • Technorati
  • del.icio.us
  • Ma.gnolia
  • Mixx
  • NewsVine
  • Reddit
  • StumbleUpon
  • TailRank
  • Furl
  • Slashdot
  • Global Grind
  • YahooMyWeb
  • Facebook
  • Google
  • Live
Comments are closed.
previous post: Portland, Oregon: RailsConf 2007
next post: Links for November 14, 2006