Page 1 of 1

video file in php

Posted: Thu Feb 04, 2010 10:07 pm
by swathisundar
hai friends

how to create video file in php and i want store the video file in database and retrieve video(ex:Particular id=particular video).

how it is possible....

anybody help me....


Regards
Swathi.

Re: video file in php

Posted: Fri Feb 05, 2010 12:05 am
by hemakumarrr
you can embed media player in browser and save the video files in server.. store the file name in database..

<embed type="application/x-mplayer2" id="music1"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"

src="videos/<?PHP echo $pl; ?>.wpl"
name="MediaPlayer1"
width="300"
height="70"
controltype="2"
showcontrols="-1"
showstatusbar="0"
AutoStart="-1"
ShowAudioControls="-1"
ShowPositionControls="0"
Shuffle="2">

$pl file name in database