I want to include a video into a page.How would i do that.There MPG files and i was wandering if i could do it with HTML or JavaScript, or somthing along those lines.
Thanks in advance,
James
Printable View
I want to include a video into a page.How would i do that.There MPG files and i was wandering if i could do it with HTML or JavaScript, or somthing along those lines.
Thanks in advance,
James
You may need FFMPEG to stream video clips on web servers. I suggest you look at my tutorial explaining how to install it http://habboxforum.com/showthread.ph...ghlight=FFMPEG . :)
Thanks for that, couldn't i just have somthing like YouTube to show the videos ?
I.E: The script not the website.
Thanks, +rep :)
EDIT: Need to spread.
I'm a noob but why don't you just get those media flash players which does videos as well?
You don't have to install FFMPEG to have a video playing on your site. If you use the correct <object> and <embed> code, then it will work fine, and will use Windows Media Player to handle the video.
I don't know where all that FFMPEG stuff came from.
upload it on youtube then get the code off there..
I mentioned FFMPEG incase he wanted the videos to be like YouTube (using .flv videos, etc).Quote:
You don't have to install FFMPEG to have a video playing on your site. If you use the correct <object> and <embed> code, then it will work fine, and will use Windows Media Player to handle the video.
I don't know where all that FFMPEG stuff came from.
I want too do like a random video will be broadcast when the page loads.