Note that there are some explanatory texts on larger screens.

plurals
  1. POto combine html and flash
    text
    copied!<pre><code> protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { string sUrl = "C:/Documents and Settings/stajer_it/Desktop/Yeni Klasör/inna.flv"; string sBaslangic = "10.000"; string sBitis = "15.000"; lblObje.Text = @"&lt;object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='550' height='400' id='player' align='middle'&gt; &lt;param name='movie' value='player.swf?url="+sUrl+"&amp;bas="+sBaslangic+"&amp;bit="+sBitis+ @"' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#ffffff' /&gt; &lt;param name='play' value='true' /&gt; &lt;param name='loop' value='true' /&gt; &lt;param name='wmode' value='window' /&gt; &lt;param name='scale' value='showall' /&gt; &lt;param name='menu' value='true' /&gt; &lt;param name='devicefont' value='false' /&gt; &lt;param name='salign' value='' /&gt; &lt;param name='allowScriptAccess' value='sameDomain' /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type='application/x-shockwave-flash' data='player.swf' width='550' height='400'&gt; &lt;param name='movie' value='player.swf' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#ffffff' /&gt; &lt;param name='play' value='true' /&gt; &lt;param name='loop' value='true' /&gt; &lt;param name='wmode' value='window' /&gt; &lt;param name='scale' value='showall' /&gt; &lt;param name='menu' value='true' /&gt; &lt;param name='devicefont' value='false' /&gt; &lt;param name='salign' value='' /&gt; &lt;param name='allowScriptAccess' value='sameDomain' /&gt; &lt;!--&lt;param name='url' value='http://www.mediacollege.com/video-gallery/testclips/barsandtone.flv' /&gt; &lt;param name='bas' value='3' /&gt; &lt;param name='son' value='5' /&gt;--&gt; &lt;!--&lt;![endif]--&gt; &lt;a href='http://www.adobe.com/go/getflash'&gt; &lt;img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Adobe Flash Player’ı Edinin' /&gt; &lt;/a&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt;"; } </code></pre> <p>i want to run this code to show flv video from as3.but when i run this code,it doesn't work.thanks for any help.</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