Activity › Forums › Web Design (WordPress, Joomla, etc.) › embeding a video into a webpage
-
embeding a video into a webpage
Posted by Luke Pearson on October 10, 2007 at 9:59 pmhow do you embed a video into a webpage? The files are quicktime and I want to be able to click on the links and they play directly on the webpage. Thanks in advance.
Luke Pearson replied 18 years, 7 months ago 2 Members · 5 Replies -
5 Replies
-
Abraham Chaffin
October 10, 2007 at 10:07 pmUse the code below and replace
YOUR MOV WIDTH with the width of your movie
YOUR MOV HEIGHT with the height of your movie
and
https://www.YOURDOMAIN/YOUR.MOV with the address to your movie file
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="https://www.apple.com/qtactivex/qtplugin.cab" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH">
<param name="src" value="https://www.YOURDOMAIN/YOUR.MOV">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH">
<embed src="https://www.YOURDOMAIN/YOUR.MOV" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH" autoplay="true" type="video/quicktime" pluginspage="https://www.apple.com/quicktime/download/">
</object>
-
Luke Pearson
October 10, 2007 at 10:14 pmthanks for the quick reply. I’m going to give it a shot and see. Thanks.
-
Luke Pearson
October 12, 2007 at 1:51 pmAbraham,
hey man. I’m tryin to figure out this html code stuff. I copies and pasted the code and changed what you said to change but it is saying “the requested source cannot be found”. Here is a link to my page so you can see what i mean.thanks,
Luke -
Abraham Chaffin
October 12, 2007 at 2:50 pm
Reply to this Discussion! Login or Sign Up