These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:10 pm Advanced search

Play swf file in all the browsers

Here you can discuss things related to HTML and the Web in general that do not fit in to other categories.

Play swf file in all the browsers

Postby aak » Fri Feb 11, 2011 9:36 am

Does swf file play in browser like google chrome, firefox 3.6, opera using html5?
Internet explorer played by using the fall back code (object code )
Below is code to play swf file .... which is not working for other browsers

<video width="550" controls autoplay>
<source src="file.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="file.webm" type='video/webm; codecs="vp8, vorbis"'>
<source src="file.ogv" type='video/ogg; codecs="theora, vorbis"'>
<object type="application/x-shockwave-flash" data="slide.swf">
<param name="movie" value="slide.swf"/>
</object>
</video>



Please help...Thanks
aak
<h6>
 
Posts: 2
Joined: Tue Feb 08, 2011 12:54 pm

Re: Play swf file in all the browsers

Postby zcorpan » Wed Mar 30, 2011 4:25 pm

You shouldn't be using <video> if you just want Flash.
zcorpan
<article>
 
Posts: 807
Joined: Tue Feb 06, 2007 8:29 pm
Location: Sweden


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 2 guests