Page is a not externally linkable
desertshrimp - 4:28 am on Sep 19, 2008 (gmt 0)
[edited by: tedster at 9:11 pm (utc) on Sep. 19, 2008]
Add video to website, I suggest you converting the mov to flv, 'cause flv is adobe flash video format, and most of people have adobe flash player in their computer. After convert the mov to flv, try to use following code to embed it to website.
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300">
<param name=movie value="mflvplayer.swf?playerOpts=targetClip*demo.flv*s">
<param name=quality value=high>
<embed src="mflvplayer.swf?playerOpts=targetClip*demo.flv*s" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="300">
</embed>
</object>