Ticket #975 (closed bug: wontfix)
Investigate time API call problem in IE7
| Reported by: | zach | Owned by: | zach |
|---|---|---|---|
| Priority: | Milestone: | HTML5 1.0 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
I think I found a couple different bugs with the new HTML5 player.
When I call $.jwplayer().time(), it doesn't return the current playback position as advertised in the Javascript API, but rather an object that contains what seems to be all the player properties.
Another bug is in IE8 (tested in both Windows 7 64-bit and Vista 32-bit). When I call the same time() function, it returns a similar object as before, but the player state never changes from IDLE, and the position is never updated, so I have no way of getting current player position. The movie (H.264 encoded .mp4 file) does, however play correctly in the Flash fallback.

HTML5 player won't be used for IE