Ticket #78 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by paul

  • Keywords Tracking added
  • Status changed from new to closed
  • Resolution set to fixed

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.

Note: See TracTickets for help on using tickets.