|
Thanks guys - I have tried several ways now. I have managed to convert it to an avi file and used the code you have given (as shown below). However, it displays no picture (just white) and the sound is "jumpy". Does anyone have any ideas before I give up! (Thanks)
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-
D3488ABDDC6B"
WIDTH="176"HEIGHT="170" >
<PARAM name="SRC" value="tree_felling1.avi">
<PARAM name="AUTOPLAY" VALUE="false">
<param NAME="type" VALUE="video/quicktime">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="tree_felling1.avi" WIDTH="176" HEIGHT="170"
AUTOPLAY="false" CONTROLLER="true" >
</EMBED>
</OBJECT>
|