Log in

View Full Version : web players



d-machine
05-20-2009, 07:35 PM
Hi,

I'm looking for a free video & music web player, which I can use in my site.
I'm asking it here, in the PHP forum, because later I want to create a simple management system that will enable me to upload videos and to watch them through this player in my site. So I prefer that it will be comfortable and adequate for this purpose, and not any regular Flash player which I cannot edit..

Thanks :)

Feckie
05-25-2009, 06:39 AM
This code plays .avi


<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="600" height="338" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">

<param name="src" value="film.avi" />

<embed type="video/divx" src="film.avi" width="600" height="338" pluginspage="http://go.divx.com/plugin/download/">
</embed></object>

bluewalrus
06-10-2009, 01:10 PM
http://www.longtailvideo.com/

Plays video and audio of enough formats and has full screen capabilities.