JavaFX MediaPlayer: problem with setting of mute and volume properties

Posted by lady_disaster on Stack Overflow See other posts from Stack Overflow or by lady_disaster
Published on 2010-01-14T15:04:11Z Indexed on 2010/03/23 3:01 UTC
Read the original article Hit count: 514

Filed under:
|

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!!!!

© Stack Overflow or respective owner

Related posts about javafx

Related posts about mediaplayer