View Full Version : .mov Html
Joke-Alp
01-26-2005, 05:42 PM
my friends wants a .mov file on their site, and I don't know the HTML to put it in for them, can anyone help?
Originally posted by Joke-Alp@Jan 26 2005, 10:42 PM
my friends wants a .mov file on their site, and I don't know the HTML to put it in for them, can anyone help?
You can use <embed> tag as long as the appropiate plug-in or Active X control is installed on the user's computer. Example:
<embed src="familyvideo.mov" width="160" height="120" />
Joke-Alp
01-26-2005, 05:59 PM
Thank you, I'll try that now.
//CrazyHorse
01-26-2005, 08:09 PM
And if I'm not mistaken, the more universal tag is <object>, as in <object src=" ">
Originally posted by WK Rainbow@Jan 27 2005, 01:09 AM
And if I'm not mistaken, the more universal tag is <object>, as in <object src=" ">
Both tags can be used to embed multimedia files in HTML.
CyRaX^
01-26-2005, 10:44 PM
Originally posted by WK Rainbow@Jan 27 2005, 01:09 AM
And if I'm not mistaken, the more universal tag is <object>, as in <object src=" ">
Geez, I like you know that stuff. I personally suck at websites O_O
Joke-Alp
01-26-2005, 10:57 PM
Thanks guys, it worked :)
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.