I’m using this code from apples site:
<OBJECT
CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
WIDTH="320" HEIGHT="256" >
<PARAM NAME="src" VALUE="C:\Documents and Settings\blah\one.mp4" >
<PARAM NAME="autoplay" VALUE="true" >
<EMBED SRC="QTMimeType.pntg" TYPE="image/x-macpaint"
PLUGINSPAGE="http://www.apple.com/quicktime/download"
QTSRC="C:\Documents and Settings\blah\one.mp4" WIDTH="320" HEIGHT="256"
AUTOPLAY="true" >
</EMBED></OBJECT>
When I test it from my desktop, the movie doesnt show up. Anyone have a working code?
Thanks.