I have been trying to embed a quicktime .mov file.
I can see the video when I look at the page online, but friends who have tried mostly meet with failure. In one case the problem seemed to be that they didn't have the correct "association" to .mov files. After correcting this they could see the movie.
I also tried putting the video in a Flash movie but the quality dropped too much. Maybe I can adjust the quality in the Flash movie??
The address to the page where you can try to see the Video is
The code I used on this page is:
Any advice or references to other threads will be welcomed.
I can see the video when I look at the page online, but friends who have tried mostly meet with failure. In one case the problem seemed to be that they didn't have the correct "association" to .mov files. After correcting this they could see the movie.
I also tried putting the video in a Flash movie but the quality dropped too much. Maybe I can adjust the quality in the Flash movie??
The address to the page where you can try to see the Video is
The code I used on this page is:
Code:
<link href="../gaijineyes.css" rel="stylesheet" type="text/css"> <div align="center" class="body">If it works you will see a time-lapse video I made a few
days ago. </div>
<div align="center"><br>
</div>
<center><EMBED SRC="cherry1.mov" WIDTH=320 HEIGHT=256 AUTOPLAY=true CONTROLLER=false LOOP=true></EMBED></center>
<div align="center"><br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"[/URL] width="100" height="22">
<param name="movie" value="backtomain.swf">
<param name="quality" value="high">
<param name="base" value=".">
<embed src="backtomain.swf" base="." quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"[/URL] type="application/x-shockwave-flash" width="100" height="22" ></embed>
</object>
</div>