NathanStryker
01-27-2009, 11:35 PM
Hi All,
I am trying to do what I think should be fairly simple (although its proving to be very frustrating)
I am trying to embed a Flash Movie into my site and having play when the page is loaded. Sounds simple but I just cant get it to work ....
After much frustration I tried just embedding it with DreamWeaver, then uploading it to my site....
here is the HTML:
</head>
<body><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="653" height="480" id="FLVPlayer">
<param name="movie" value="FlashContent/FLVPlayer_Progressive.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="flashvars" value="&MM_ComponentVersion=1&skinName=FlashContent/Clear_Skin_1&streamName=FlashContent/WFSmart&autoPlay=true&autoRewind=false" />
<param name="swfversion" value="8,0,0,0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" /><!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --><!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --><!--[if !IE]>--><!--<![endif]--><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></div><!--[if !IE]>--></object> <!--<![endif]--></object>
<script type="text/javascript">
Please Help :)
I am trying to do what I think should be fairly simple (although its proving to be very frustrating)
I am trying to embed a Flash Movie into my site and having play when the page is loaded. Sounds simple but I just cant get it to work ....
After much frustration I tried just embedding it with DreamWeaver, then uploading it to my site....
here is the HTML:
</head>
<body><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="653" height="480" id="FLVPlayer">
<param name="movie" value="FlashContent/FLVPlayer_Progressive.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="flashvars" value="&MM_ComponentVersion=1&skinName=FlashContent/Clear_Skin_1&streamName=FlashContent/WFSmart&autoPlay=true&autoRewind=false" />
<param name="swfversion" value="8,0,0,0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" /><!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --><!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --><!--[if !IE]>--><!--<![endif]--><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></div><!--[if !IE]>--></object> <!--<![endif]--></object>
<script type="text/javascript">
Please Help :)