Reply
Inserting QuickTime .mov file with Dreamweaver MX 2004
Old 01-12-2006, 04:59 PM Inserting QuickTime .mov file with Dreamweaver MX 2004
Junior Talker

Posts: 1
Hi!

I need to insert a QuickTime .mov file into a web page using Dreamweaver MX 2004 and I've never done it before. Do I need to have the Flash Video Kit in order to add this type of video file to a web page in Dreamweaver MX 2004. I tried inserting it as a plug in, but I really have no idea what I'm doing wrong.

You can see the page here to view the code at http://www.stonecreekpublications.co...promo-reel.htm

I welcome any help or guidance that someone may have to point me in the right direction as to what I need to do.

Thank you!
creativegirl is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-13-2006, 08:36 AM
JohnJ's Avatar
Extreme Talker

Posts: 196
Location: Raleigh, NC
I used a very simple method on a recent client website.

I inserted a picture in the page then added a link from the picture to the .mov file. Works fine. Code follows: <a href="../images/xxx.mov" target="_blank"><img src="../images/video-120.jpg" width="120"border="0" align="right"></a>

I'd be interested in other responses - perhaps there is a better way to do this?

JohnJ
__________________
JohnJ
http://www.webimagesinc.com
WebImages Inc. - Raleigh NC
JohnJ is offline
Reply With Quote
View Public Profile Visit JohnJ's homepage!
 
Old 01-18-2006, 07:37 PM
ChipJohns's Avatar
I don't know! Do you?

Posts: 485
Name: Chip Johns
Location: Savannah Georgia
Try this... Just make the appropriate changes...



<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<param name="controller" value="TRUE">
<param name="type" value="video/quicktime">
<param name="autoplay" value="true">
<param name="src" value="http://www.yoursite.com/yourmovie.mov">
<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">
<embed width="320" height="256" controller="TRUE" src="http://www.yoursite.com/yourmovie.mov" type="video/quicktime" bgcolor="#000000" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed> </object>
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 03-19-2006, 10:24 PM Re: Inserting QuickTime .mov file with Dreamweaver MX 2004
Junior Talker

Posts: 3
You can first convert you mov files to flash, then get the flash on your site.

here I suggest you a converter to help you.

Flash Video MX, more info on http://www.flash-video-mx.com
jking is offline
Reply With Quote
View Public Profile Visit jking's homepage!
 
Reply     « Reply to Inserting QuickTime .mov file with Dreamweaver MX 2004
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11995 seconds with 12 queries