PiRSquared17 / mp3-browser

Automatically exported from code.google.com/p/mp3-browser
GNU General Public License v2.0
0 stars 0 forks source link

can you introduce initial volume setting - or default volume in backend? #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.all - it is not an available setting
2.
3.

What is the expected output? What do you see instead?
a field in backend to set initial volume -- currently it starts @ 100%

What version of the product are you using? On what operating system?
0.2.7

Please provide any additional information below.

Original issue reported on code.google.com by gpgp...@gmail.com on 3 Aug 2013 at 8:33

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by sanderverh on 24 Aug 2013 at 5:34