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
https://forums.phpfreaks.com/topic/48823-embedding-quicktime-movie-with-controls/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.