|
Hello Everyone!
I’m trying to add controls to a QuickTime movie in deamwever with no success.
The movie come up fine but the PLAY/STOP buttons are not working.
Help: what’s wrong with my code ?
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B."
codebase="http://www.apple.com/qtactivex/qtplugin.cab."
width="360" height="228" id="movie1">
<param name="SRC" value="Birdy_Flight.mov">
<param name="CONTROLLER" value="TRUE">
<param name="ENABLEJAVASCRIPT" value="TRUE">
<embed src="Celect_Closet.mov" width="360" height="228" controller="TRUE" enablejavascript="TRUE"></embed>
</object></td>
<tr>
<a href="javascript:document.movie1.Play()">
<img src="mov_interface/btn_play.gif" width="71" height="28" border="0"></a></td>
<a href="javascript:document.movie1.SetVolume(100)">
<img src="mov_interface/btn_soundon.gif" width="29" height="28" >
<a href="javascript:document.movie1.SetVolume(0)">
<img src="mov_interface/btn_soundoff.gif" width="27" height="28">
<a href="javascript:document.movie1.Stop()">
<img src="mov_interface/btn_stop.gif" width="77" height="28" border="0">
</tr>
Thanks for your help, Grace.
|