Jump to content

How to embed Quick time player to web page


amber.long83

Recommended Posts

hello

 

I need to embed quick time player to my page. i have try many solution but it does not show play/push button

 

here is the code what i have used

 

<object width="160" height="144"

classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"

codebase="http://www.apple.com/qtactivex/qtplugin.cab">

<param name="src" value="sample.mov">

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

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

 

<embed src="sample.mov" width="160" height="144"

autoplay="true" controller="false"

pluginspage="http://www.apple.com/quicktime/download/">

</embed>

 

</object>

  • 2 months later...

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.