Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
here is the code of video player

XML
<object width="414" height="325" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
 <param name="URL" value="01.flv">
 <object data="01.flv" width="720" height="400">
 </object>
 </object>


I need to display .flv in all browsers.
IE - ok,
Mozila - ok, need to install plagin
Chrome - starting download immediatly


Or any suggestion about video player


Help plz
Posted

1 solution

Go for a free Player. Like JW Player, I really suggest that.
http://www.longtailvideo.com/jw-player/about/
Also you can go for HTML 5 Video tag too, but yet not supported by all platforms and browsers. JW Player support HTML 5 Video Tag as well.
http://www.w3schools.com/html/html_videos.asp
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900