Ticket #1317 (closed bug: fixed)
Plugins without parameters are sometimes ignored
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.7 | |
| Component: | embedding | Keywords: | |
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/bug-reports/18659/hd-button-in-controlbar-disapeared-after-update-to-55 |
Description
If plugins are specified in a list instead of in a JSON block, but to not contain parameters, they will not be passed into the player.
Working:
plugins: "hd-1,captions-1", "hd.file": "video.mp4", "captions.file": "video.srt"
Not working:
plugins: "hd-1,like-1", "hd.file": "video.mp4"
In this second case, the like plugin does not contain any options, and the plugin is not loaded in Flash mode
Change History
Note: See
TracTickets for help on using
tickets.
