Skip to main content
Participant
April 21, 2007
Answered

volumeChange not fired (MediaController)

  • April 21, 2007
  • 1 reply
  • 135 views
Hi

I can't get volumeChange event triggered on MediaController component; the volume itself gets changed when user moves the volume-control but the event won't fire. (Click event works as expected.)

Here is file with the example.

I have googled for issue-reports but haven't found any, so I assume it is not a bug.
Could anyone help PLZ? (The code is below but I don't think the error is within it.)
--
This topic has been closed for replies.
Correct answer yaroukh
My thanks go to Paul Ferrie.

The event name is not "volumeChange" ( as described here) but rather simply "volume" as described yet-i-dont-know-where.

1 reply

yaroukhAuthorCorrect answer
Participant
April 21, 2007
My thanks go to Paul Ferrie.

The event name is not "volumeChange" ( as described here) but rather simply "volume" as described yet-i-dont-know-where.