flash - How to disable audio of the SWF file in Java Script (HTML) -


i've tried following code , not work . wondering how disable sound embedded flash object html.

here code:

<object codebase="http://download.macromedia.vn/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="622" height="560" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">     <param name="wmode" value="transparent">      <param name="movie" value="intro/flash/main.swf">      <param name="quality" value="high">     <param name="volume" value="0">      <embed wmode="transparent" width="622" height="560" src="intro/flash/main.swf" quality="high" pluginspage="http://www.macromedia.vn/go/getflashplayer" volume="0" type="application/x-shockwave-flash"> </object> 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -