Metadata
- Source
- VP-28
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2009-11-08T13:42:38.000-0500 - Updated
2013-01-28T09:25:21.238-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
On line 111 of VideoPlayer.js, we bind an activate handler to the main video, which plays/pauses the video. However, the controller's play/pause button doesn't get updated accordingly.
We should create Infusion events for playing and pausing, or bind to the HTML 5 video element's play and pause events so that the entire system stays in sync.
Comments
-
Colin Clark commented
2009-11-08T13:58:19.000-0500 This was fixed at r8617 by binding to the video's play and pause events.