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.
video file in php
Moderator: General Moderators
-
hemakumarrr
- Forum Newbie
- Posts: 7
- Joined: Mon Nov 09, 2009 12:42 am
Re: video file in php
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
<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