Jump to content

Embedding Quicktime movie with Controls??


suess0r

Recommended Posts

Hi, i'm trying to embed a quicktime movie on my site with the play pause stop controls, and i've tried a bunch of different things but they don't seem to take. The site is: http://www.designzillas.com/kent/index.html and here's how i'm calling it

<div class="mov">

  <embed src="movies/Kent_shots_Tear_Gas.mov" width="200" height="200"> </embed>

</div>

 

That's how it is now and it plays but w/ no controls I tried this

 

<div class="mov">

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

<param name="src" value="movies/Kent_shots_Tear_Gas.mov">

<param name="qtsrc" value="http://www.designzillas.com/kent/movies/Kent_shots_Tear_Gas.mov">

<param name="autoplay" value="true">

<param name="loop" value="false">

<param name="controller" value="true">

<embed src="sample.mov" qtsrc="http://www.designzillas.com/kent/movies/Kent_shots_Tear_Gas.mov" width="320" height="256" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>

</object>

</div>

 

I'd like this to work in all browsers: expecially Safari and IE

 

That didn't work either.. I'd appreciate any help!!  ???

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.