Hello all,
i am stuck on this.. i want to be able to play a video from a mysql database. Currently i can upload the video to mysql (name, type, size, content) and download the file. i have a media player that shows a video, but i have to use the <embed src"...location of file">
Basically this is what i am asking for.
User enters page... video plays current video. On the left side of video player, there are links of different videos. so if a user want to watch a video, he/she clicks on the link and watches that video.
i just dont know how to put the file together and get displayed on the embeded player.
So.. i click on link
info gets passed to php code.
php pulles file info from mysql (name, type, size, content);
php puts content together and displays on the video player.
i know its easier to store videos on a server and just upload the "url", but i want it to be played via mysql content. i really appreciate any comments or help.