how to insert flv into html?

Now i am using this script.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="723" height="445" id="FLVPlayer">
		    <param name="movie" value="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="&amp;MM_ComponentVersion=1&amp;skinName=Halo_Skin_3&amp;streamName=images/Welcome_Message_Final1&amp;autoPlay=true&amp;autoRewind=false" />
		    <param name="swfversion" value="8,0,0,0" />
		    <!-- 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. -->
		    <param name="expressinstall" value="Scripts/expressInstall.swf" />
		    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
		    <!--[if !IE]>-->
		    <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="723" height="445">
		      <!--<![endif]-->
		      <param name="quality" value="high" />
		      <param name="wmode" value="opaque" />
		      <param name="scale" value="noscale" />
		      <param name="salign" value="lt" />
		      <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Halo_Skin_3&amp;streamName=images/Welcome_Message_Final1&amp;autoPlay=true&amp;autoRewind=false" />
		      <param name="swfversion" value="8,0,0,0" />
		      <param name="expressinstall" value="Scripts/expressInstall.swf" />
		      <!-- 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">
<!--
swfobject.registerObject("FLVPlayer");
//-->
    </script>

It's not working in IE Browser. But it's working all Browser. please help me to solve this Issue

Recommended Answers

All 3 Replies

Try stripping it down and seeing if it works with this.

Regards
Arkinder

check your code and see if it has this script
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
sometimes with IE i have to add it or take it out try both ways.

Thank you for your reply. i got solution. it is solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.