Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>probably you might work like this</p> <pre><code> &lt;script src="/Portals/0/includes/swfobject.js" type="text/javascript"&gt;&lt;/script&gt; &lt;object width="400" height="350" id="FLVPlayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="movie" value="http://www.RemoteServer.com/videos/FLVPlayer_Progressive.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="wmode" value="opaque" /&gt; &lt;param name="scale" value="noscale" /&gt; &lt;param name="salign" value="lt" /&gt; &lt;param name="FlashVars" value="&amp;amp;MM_ComponentVersion=1&amp;amp;skinName=http://www.RemoteServer.com/videos/Corona_Skin_2&amp;amp;streamName=http://www.RemoteServer.com/videos/OurVideo&amp;amp;autoPlay=false&amp;amp;autoRewind=false" /&gt; &lt;param name="swfversion" value="8,0,0,0" /&gt; &lt;!-- 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. --&gt; &lt;param name="expressinstall" value="http://www.RemoteServer.com/videos/expressInstall.swf" /&gt; &lt;!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object width="400" height="350" type="application/x-shockwave-flash" data="http://www.RemoteServer.com/videos/FLVPlayer_Progressive.swf"&gt; &lt;!--&lt;![endif]--&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="wmode" value="opaque" /&gt; &lt;param name="scale" value="noscale" /&gt; &lt;param name="salign" value="lt" /&gt; &lt;param name="FlashVars" value="&amp;amp;MM_ComponentVersion=1&amp;amp;skinName=http://www.RemoteServer.com/videos/Corona_Skin_2&amp;amp;streamName=http://www.RemoteServer.com/videos/OurVideo&amp;amp;autoPlay=false&amp;amp;autoRewind=false" /&gt; &lt;param name="swfversion" value="8,0,0,0" /&gt; &lt;param name="expressinstall" value="http://www.RemoteServer.com/videos/expressInstall.swf" /&gt; &lt;!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --&gt; &lt;div&gt; &lt;h4&gt;Content on this page requires a newer version of Adobe Flash Player.&lt;/h4&gt; &lt;p&gt;&lt;a href="http://www.adobe.com/go/getflashplayer"&gt;&lt;img alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/object&gt; &lt;script type="text/javascript"&gt; &lt;!-- swfobject.registerObject("FLVPlayer"); //--&gt; &lt;/script&gt; </code></pre> <p>refer <a href="http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/" rel="nofollow">1</a> <a href="http://www.templatemonster.com/help/how-to-embed-flv-video-into-html-page.html" rel="nofollow">2</a> <a href="http://www.gromkov.com/faq/conversion/add_flash_video_to_website.html" rel="nofollow">3</a> <a href="http://www.ehow.com/how_6881535_embed-flv-video-html.html" rel="nofollow">4</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload