steamPunk
01-11-2008, 06:01 AM
Hi
I have embedded a .mov file into a web page but it doesn't work - the file is there and can be found
here's a direct link to the file
http://www.chaises-lacroix.com/DiapoMini.mov
this is the page - it's actually a pop-up but that shouldn't make any difference
http://www.chaises-lacroix.com/diapo.html
and here's the code I'm using to embed the file
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="260" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="src" VALUE="http://www.chaises-lacroix.com/DiapoMini.mov">
<PARAM name="autoplay" VALUE="true">
<PARAM name="controller" VALUE="false">
<EMBED
TYPE="video/quicktime"
SRC="http://www.chaises-lacroix.com/DiapoMini.mov"
WIDTH="320"
HEIGHT="260"
AUTOPLAY="true"
CONTROLLER="false">
</EMBED>
</OBJECT>
the file definitely plays as it should when it's on my local machine so i think it must be a problem with the player embed code
can anyone help with this ?
thanks
I have embedded a .mov file into a web page but it doesn't work - the file is there and can be found
here's a direct link to the file
http://www.chaises-lacroix.com/DiapoMini.mov
this is the page - it's actually a pop-up but that shouldn't make any difference
http://www.chaises-lacroix.com/diapo.html
and here's the code I'm using to embed the file
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="260" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="src" VALUE="http://www.chaises-lacroix.com/DiapoMini.mov">
<PARAM name="autoplay" VALUE="true">
<PARAM name="controller" VALUE="false">
<EMBED
TYPE="video/quicktime"
SRC="http://www.chaises-lacroix.com/DiapoMini.mov"
WIDTH="320"
HEIGHT="260"
AUTOPLAY="true"
CONTROLLER="false">
</EMBED>
</OBJECT>
the file definitely plays as it should when it's on my local machine so i think it must be a problem with the player embed code
can anyone help with this ?
thanks