PDA

View Full Version : how to embed flash into html



geestring
July 2nd, 2008, 07:57 AM
I know you can use the html export button in flash.
But is there a cleanier less confusing method of embeding a .swf into html.
I want to implement a side nav on my html site, so i would want something that is a little bit more organized.

simplistik
July 2nd, 2008, 08:23 AM
swfobject

tkmk
July 14th, 2008, 08:57 PM
Directly code the .swf into your HTML file. The <embed> tag should work.

P.S. It seems that I have asked this question before......

Gnowoga
July 15th, 2008, 06:04 AM
You don't want to risk that your flash does not show in some browsers so:

I would recommend SWFobject to embed your flash. Standard compliance, version checker, alternative content and much more.

http://code.google.com/p/swfobject/