Closed GoogleCodeExporter closed 9 years ago
Hi,
The plugin uses the dewplayer. Take a look at this page, particularly the
settings:
http://www.alsacreations.fr/dewplayer-en.html
If you fiddle with the volume there, e.g. set it to 77%, you'll see that it
adds an option value=77.
Now take a look at the Advanced Options of the plugin, particularly "Player
source code":
<object width="%1" height="20" bgcolor="%2" data="%4"
type="application/x-shockwave-flash"><param name="wmode" value="transparent"
/><param name="movie" value="%4" /><param name="flashvars" value="mp3=%3"
/></object>
Change this to:
<object width="%1" height="20" bgcolor="%2" data="%4"
type="application/x-shockwave-flash"><param name="wmode" value="transparent"
/><param name="movie" value="%4" /><param name="flashvars"
value="mp3=%3&volume=77" /></object>
It's an interesting request anyway, you end up being dependent on the user's
(other) volume settings anyway.
Good luck with this, Sander.
Original comment by sanderverh
on 4 Aug 2013 at 4:21
Original comment by sanderverh
on 24 Aug 2013 at 5:34
Original issue reported on code.google.com by
gpgp...@gmail.com
on 3 Aug 2013 at 8:33