most web player will only play flv (e.g. flowplayer)
however,some will play wmv, mov etc.
When you build the page (php/asp/vanilla html), you can specify the object tag.
flowplayer (flv):
<object id="flowplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="470">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.2.swf" />
<param name="flashvars"
value='config={"clip":"..."}' />
<embed type="application/x-shockwave-flash" width="800" height="470"
src="http://releases.flowplayer.org/swf/flowplayer-3.2.2.swf"
flashvars='config={"clip":"..."}' />
</object>
diafol
Rhod Gilbert Fan (ardav)
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Better you show the download icon if the flash player is not there. Because nowadays everybody should have flash player to view the website somewhere a flash is part over there.
rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
You don't need to have a plugin for flowplayer. It's an embedded object, like a youtube or vimeo object. WHether you have a Mac/Windows/Linux - it shouldn't matter.
diafol
Rhod Gilbert Fan (ardav)
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
You should download on web player .flv files
virtuemart
Junior Poster in Training
72 posts since Dec 2009
Reputation Points: 9
Solved Threads: 1