HighDots Forums  

QuickTime Plugin Not Launched?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss QuickTime Plugin Not Launched? in the Macromedia Dreamweaver forum.



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

Default QuickTime Plugin Not Launched? - 08-02-2004 , 10:30 PM






Hi, I have added QuickTime embed code to an HTML page. However, the plugin was
never launched on a system that didn't have QuickTime. The code is as follows:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
height="256"
width="320">

<param name="src" value="trailer.mov">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="loop" value="false">
<param name="type" value="video/quicktime" >
<param name="target" value="myself" >
<embed height="256"
pluginspage="http://www.apple.com/quicktime/download/"
src="trailer.mov"
type="video/quicktime"
width="320"
autoplay=true
controller=true
loop=false
target="myself">
</object>


Reply With Quote
  #2  
Old   
Mad Dog
 
Posts: n/a

Default Re: QuickTime Plugin Not Launched? - 08-02-2004 , 10:32 PM






The best you can do is have them directed to a Quicktime page that will let
them download it. Were it to automatically download on my computer I'd be
pissed (in the American sense, not the British).

MD


Darnoc wrote:
Quote:
Hi, I have added QuickTime embed code to an HTML page. However, the
plugin was never launched on a system that didn't have QuickTime.
The code is as follows:

object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
height="256"
width="320"

param name="src" value="trailer.mov"
param name="autoplay" value="true"
param name="controller" value="true"
param name="loop" value="false"
param name="type" value="video/quicktime"
param name="target" value="myself"
embed height="256"
pluginspage="http://www.apple.com/quicktime/download/"
src="trailer.mov"
type="video/quicktime"
width="320"
autoplay=true
controller=true
loop=false
target="myself"
/object



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.