Ticket #78 (closed defect: fixed)
Javascript events example - mute not firing
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for Flowplayer (0.5.2) |
| Component: | OVA for Flowplayer | Version: | OVA for Flowplayer (v0.5.1) |
| Keywords: | Tracking | Cc: | |
| Forum thread: |
Description
The mute event does not seem to be firing - see the Javascript API example
Change History
Note: See
TracTickets for help on using
tickets.

There was a condition around the firing of the mute event in the Flowplayer OVA plugin code (if _player.muted) that was stopping the mute tracking being fired. By the time the player event method was fired, this _player.muted value was already set so it never triggered the tracking event.
Removed the condition. Always fire if the player is muted now.