Hi everyone!
I wan to change the mediaplayer's volume, I did this:
player = app.CreateMediaPlayer()
player.SetFile("Snd/sonrisa.ogg");
player.SetVolume(1.0,1.0)
In the debug console, I don't get any error, but it does not change the volume
Thanks!
Sergio