View Single Post
Unread 09-10-2008, 07:52 PM
juliebug1969 juliebug1969 is offline
Junior Member
Join Date: Sep 2008
Posts: 4
  #1  
Default Flash Video not working on web site

Hi,

The web site is www.wepsicklecell.org and the flash video is not showing up. The name of the video is video.flv and I have the FLVPlayer_Progressive.swf file uploaded to the root on the server. Can someone please help as I am very new to Flash and Dreamweaver CS 3. Here is the code.

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','309','height ','200','id','FLVPlayer','src','FLVPlayer_Progress ive','flashvars','&MM_ComponentVersion=1&skinName= Clear_Skin_3&streamName=video&autoPlay=true&autoRe wind=false','quality','high','scale','noscale','na me','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','FLVPlayer_Progressive' ); //end AC code
</script>
<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="309" height="200" 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=Clear_Skin_ 3&streamName=video&autoPlay=true&autoRewind=fals e" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_3&streamName=video&autoPlay=true&autoRewind=fa lse" quality="high" scale="noscale" width="309" height="200" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript>

Also, in Dreamweaver the text

Sickle Cell Promotional Video 2008 (30 sec.) is in blue but not on Web site.

Thanks
Julie
Reply With Quote