Quicktime 4 หรือสูงกว่า
<embed src="sample.mov" width="200" height="240" href="http://dns/foo.mov" autohref="true">
Quicktime 3 หรือสูงกว่า
<embed src="sample.mov" width="200" height="240" autoplay="true">
หรือถ้าแบบยาวๆ ก็
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
<param name="src" value="http://www.yourdomain/your.mov">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="256" width="320">
<embed src="http://www.yourdomain/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">
</object>
ลองใช้ดูนะครับ
หรือจะดูเพิ่มที่
http://www.apple.com/quicktime/tutorials/embed2.html 
ก็ได้นะครับ