HighDots Forums  

insert Quicktime

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss insert Quicktime in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
remxremx
 
Posts: n/a

Default insert Quicktime - 11-25-2005 , 06:30 PM






can anyone tell me how to put a quicktime movie on to my page? I know it seems
real simple but for the life of me I can not to it.
Ive read all the help stuff, and realy tried. do I need to Insert Netscape
Navigator plug-in? And if so where do I get the plugin?
I could realy use some help on this one
Thank You Very much


Reply With Quote
  #2  
Old   
Holland87
 
Posts: n/a

Default Re: insert Quicktime - 11-25-2005 , 09:13 PM






You can use this bit of code:


<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320"
height="240" codebase="http://www.apple.com/qtactivex/qtplugin.cab"
align="center" vspace="0" hspace="0">
<param name="SRC"
value="******************************************* **********">
<param name="AUTOPLAY" value="true">
<param name="LOOP" value="false">
<param name="CONTROLLER" value="false">
<param name="CACHE" value="true">
<param name="KIOSKMODE" value="true">
<param name="TARGETCACHE" value="true">
<param name="PLAYEVERYFRAME" value="false">
<embed src="********************************************"
target="quicktimeplayer" width="320" height="240"
autoplay="true"
loop="false"
controller="false"
cache="true"
kioskmode="true"
targetcache="true"
playeveryframe="false"
bgcolor="#0066CC"
pluginspage="http://www.apple.com/quicktime/" align="center" vspace="0"
hspace="0">
</embed>
</object>


Where the long sets of ******************* are, replace that with the location
of the file. Changes the values to true or false depending what type of
configuration you want, etc.



------
Shane H


Reply With Quote
  #3  
Old   
remxremx
 
Posts: n/a

Default Re: insert Quicktime - 12-02-2005 , 03:06 PM



thank you for lyour help
I put the code in and it work fine
then I put the movie I wanted and now all i get is microsoft error report.
I have no idea why this happins this is all pettery stright foward.
here is the link
http://www.rmclain.com/3d.htm


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.