Here is the code for embedding a mov to your web
page
For Quicktime the height should be 16 pixels higher than the actual video size..
<embed src="yourmovie.mov" height="256" width="320" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" />
For Quicktime the height should be 16 pixels higher than the actual video size. Above is the simple code for a quicktime movie that is 240 x 320:
insert your url inside quotes where it says "yourmovie mov"
delete 'theyourmovie mov"
above credit goes to link below: