Man, I just wasted another 2 hours on the same thing
1st object = embed SWF inside HTML page. SWF was created using flash 8 to
connect to FMS, and does play the video
2nd object = created by DW8, which will just NOT work. There is a "ghost"
flash player box there (you see flash options when you right click), but no
video comes out. I hated it, cannot find any resources either
This is not EASY integration between Macromedia products
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,19,0" width="255" height="190">
<param name="movie" value="stream_video_2.swf" />
<param name="quality" value="high" />
<embed src="stream_video_2.swf" quality="high"
pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="255" height="190"></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,79,0" width="240" height="180" id="FLVPlayer">
<embed src="FLVPlayer_Streaming.swf"
flashvars="&serverName=webtrends01&skinName=skins/Halo_Skin_3&appName=jerry/inst
ance&streamName=antoni&isLive=false&bufferTime=0&autoPlay=true&autoRewind=true"
quality="high" scale="noscale" width="240" height="180" name="FLVPlayer"
salign="LT" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>