Ajmal Posted September 9, 2009 Report Share Posted September 9, 2009 Hi.What is the right tag in HTML to show Flash movie in my Web Page.Thanks in Advance. Link to comment Share on other sites More sharing options...
Ingolme Posted September 9, 2009 Report Share Posted September 9, 2009 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now