This is a discussion on "how to set volume to 0%" within the JavaScript Forum section. This forum, and the thread "how to set volume to 0% are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
how to set volume to 0%
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
how to set volume to 0%
I have attempted to set the volume on my embeded video to 0% with no success
here is the coding video loaded <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 15px"> <table height="10" width="204" height="152" align="center"> <iframe src="./video/video.php" height=152 width=204 frameborder=0 border=0 name="fvp"></iframe> </table> </div> video setup <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 15px"> <table height="10" width="204" height="152" align="center"> <iframe src="./video/video.php" height=152 width=204 frameborder=0 border=0 name="fvp"></iframe> </table> </div> video defined function mpw(ura){ document.write('<object classid=\"clsid document.write('<param name=\"movie\" value=\"videoplayerclassic.swf\">\n'); document.write('<param name=\"volume\" value=\"10%\">\n'); document.write('<param name=\"bgcolor\" value=\"#EEEEEE\">\n'); document.write('<param name=\"quality\" value=\"high\">\n'); document.write('<param name=\"allowscriptaccess\" value=\"samedomain\">\n'); document.write('<PARAM NAME=FlashVars VALUE=\"vaddress=' + ura + '\">\n'); document.write('<embed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" name=\"videoplayerclassic\" width=\"188\" height=\"142\" src=\"videoplayerclassic.swf\" FlashVars=\"vaddress=' + ura + '\" volume=\"10%\" bgcolor=\"#EEEEEE\" quality=\"high\" swliveconnect=\"true\" allowscriptaccess=\"samedomain\">\n'); document.write('<noembed>\n'); document.write('</noembed>\n'); document.write('</embed>\n'); document.write('</object>\n'); } tried implementing document.write('<param name=\"volume\" value=\"10%\">\n'); with no success any helpo would be appreciated thanks |
|
|
![]() |
| Tags |
| volume |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with Volume Control for Flash MP3 Player | Phil | Flash & Multimedia Forum | 3 | Aug 16th, 2007 09:39 |
| main timeline volume control? | edd_jedi | Flash & Multimedia Forum | 1 | Jun 14th, 2007 20:40 |