Jump to content

Flash In Html


Ajmal

Recommended Posts

The <object> element works. In order to get it to work in Internet Explorer you'll need an additional <param> element as well:

<object data="
file.swf
" type="application/x-shockwave-flash" width="550" height="400"> <param name="movie" value="
file.swf
"> This media requires <a href="
http://get.adobe.com/flashplayer/">Flash
player</a>.</object>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...