Log in

View Full Version : How to embed video to a page?



jayakrishnan
01-19-2009, 06:46 AM
How can we upload videos,sort them & insert/play them on a webpage using PHP coding?

JasonDFR
01-19-2009, 10:23 AM
You are asking for too much. Try your best to get started and then ask specific questions when you have a problem.

npsari
01-22-2009, 12:07 AM
Create videos, give them a categorY

Embedding a video is easy, use this


<embed name='player' src='THE VIDEO LINK' type='application/x-mplayer2' width='380' height='350' ShowControls='1' ShowStatusBar='0' loop='true' EnableContextMenu='0' DisplaySize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed>

Feckie
01-22-2009, 10:53 PM
here is the divX code


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

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

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