Ticket #1564 (closed bug: fixed)
Image won't be displayed if called using load API while player is idle
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Normal | Milestone: | Player 5.9 |
| Component: | html5 | Keywords: | |
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/bug-reports/23981/poster-image-not-showing-in-html5-player |
Description
If jwplayer().load() is called while the player is idle, the new image won't be displayed in HTML5 mode.
Steps to reproduce:
- Set up a player with no file, autostart=false, html5 mode
- Call jwplayer().load({ file: "some_file.mp4", image: "some_image.jpg"});
- The file will be loaded, but the thumbnail image will not be displayed
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [2054]