flash (macromedia):
On our website, championbaptist.com, we want to use FLV files. They work great
locally, but do not play when uploaded to our web host. The actual page that
has the video inserted is
www.championbaptist.com/multimedia_Dec06.htm. I have
been told by our web host that they support flv files (I created an .htaccess
file as well). Here is the code that is generated by Dreamweaver when I insert
the flash video:
<script type="text/javascript">
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=8,0,0,0','width','373','height','285','id','FLVPlayer','src','FLVPlayer_
Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName
=chamvid1206final&autoPlay=false&autoRewind=false','quality','high','scale','nos
cale','name','FLVPlayer','salign','lt','pluginspage','
http://www.macromedia.com/ go/getflashplayer','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=8,0,0,0" width="373" height="285" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=chamvid1206final&a
utoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=chamvid1206fin
al&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="373"
height="285" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>
I've been all over the net looking for help, so I thought I would try one last
time here and see if anyone can help. Thanks.
Mulva