Ticket #1564 (closed bug: fixed)

Opened 16 months ago

Last modified 16 months ago

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:

  1. Set up a player with no file, autostart=false, html5 mode
  2. Call jwplayer().load({ file: "some_file.mp4", image: "some_image.jpg"});
  3. The file will be loaded, but the thumbnail image will not be displayed

Change History

comment:1 Changed 16 months ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [2054]

Note: See TracTickets for help on using tickets.