r-it Posted February 28, 2007 Share Posted February 28, 2007 hi, i'm a noob at this so please forgive me for this. I'd like to add videos to a new site i'm doing, the thing is, i tried the youtube object but i don't want it on my site, rather, when i load the page with the videos, there is a quicktime player or a windows media player. how do i go about doing this, can someone help me with providing links to tutorials or something. I will store the media on the server right, and i want it like youtube, if you know what i mean. thanks Link to comment https://forums.phpfreaks.com/topic/40521-solved-video-streaming-or-playing-videos-on-site/ Share on other sites More sharing options...
nloding Posted February 28, 2007 Share Posted February 28, 2007 That's not PHP, it's simple HTML. You are going to EMBED an object on the page. Same way you would put a Flash animation on the site, or EMBED YouTube vids ... except you're embedding your own object. Google "HTML EMBED mov mp3" and you'll find lots of tutorials. The PHP aspect might come from pulling the required filename from a database, but that's pretty simple. What you need to get first is the correct EMBED code. Link to comment https://forums.phpfreaks.com/topic/40521-solved-video-streaming-or-playing-videos-on-site/#findComment-196076 Share on other sites More sharing options...
r-it Posted March 1, 2007 Author Share Posted March 1, 2007 i just didnt know where to put it nloding, thanks a million Link to comment https://forums.phpfreaks.com/topic/40521-solved-video-streaming-or-playing-videos-on-site/#findComment-196703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.