views:

158

answers:

3

Hi, first of all sorry for my bad english, I'm Italian... :)

I'm developing with JavaFX and I'm new of it... I've an instance of a MediaPlayer and I can play songs, but if I set the volume properties to 0 or to other values the volume doesn't change and the song plays at the maximum. If I set the mute properties to true it's the same thing!!!

I think that the setting of volume and mute properties doesn't work! Have you found this problem? Do you know which is the solution? Where am I wrong?

Please help me...

Thanks in advance!!!!

A: 

I have not noticed those problems. What platform are you on (Windows, Linux, etc). Which JavaFX version are you running? Can you share some code.

JimClarke
I'm working on Mac and the version of JavaFX is 1.8.2. And you? What platform are you on (Windows, Linux, etc). Which JavaFX version are you running?Now I can change the volume but the problem of mute is the same and I found an other problem: If i turn down to 0 volume of a song on my player I don't hear it, but if I change song, when I play the next song, I can hear it. If I print the volume property it is 0.0 but I hear the song... ??? It isn't normally!!!! Did you have find this problem? Tomorrow I will play on Windows and I will bring you up to date.
lady_disaster
A: 

I tried also on Windows with JavaFX SDK 1.2.3 and JDK 1.6... But anything is changed... I found a bug!

lady_disaster
A: 

Please update to JavaFX 1.3 and see if you still have issues. If so, it would help to see your code.

JimClarke