Page is a not externally linkable
Quaddamage - 2:31 am on Jun 9, 2009 (gmt 0)
I wonder if some of the geniuses here can answer this problem :). I cannot, for the life of me get .flv movies to load in IE. Im using dreamweaver CS3 & CS4, neither work in IE. The movies will load in firefox. I have tried IE on 3 different systems from IE 6 to IE 8. In IE7 they are there like ghosts. Right click and they give the same options as any .flv. Here is the code I'm using, I'm no developer I'm a marketer so please bear with me. <script type="text/javascript"> Would be eternally grateful if someone could tell me what the kink is in IE. [edited by: eelixduppy at 9:36 pm (utc) on June 11, 2009]
Hey everybody,
Here is the code I use from DWR CS3:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','440','height','252','id','FLVPlayer2','src', 'FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=traffic_secrets_1&autoPlay=true&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer2','salign','lt', 'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','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#version=8,0,0,0" width="440" height="252" id="FLVPlayer2">
<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=traffic_secrets_1&autoPlay=true&autoRewind=true" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=traffic_secrets_1&autoPlay=true&autoRewind=true" quality="high" scale="noscale" width="440" height="252" name="FLVPlayer2" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object></noscript>
<br />
[edit reason] fixed sidescroll [/edit]