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
Post a Comment