Ticket #1418 (closed bug: worksforme)
Calls to getPlugin().show() / hide() before playerReady not queued
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.8 | |
| Component: | embedding | Keywords: | |
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/bug-reports/21496/possible-issue-with-icons-and-playlist |
Description
Example:
jwplayer('div1').setup(options).getPlugin('display').hide();
The preceding code will not result in the display icon being hidden when rendering in Flash mode, since the Flash player is not initialized when the call to hide the display icon is made. The embedder should queue the call and execute it after playerReady.
Change History
Note: See
TracTickets for help on using
tickets.
