Ticket #1263 (closed bug: fixed)
Plugin loading issues with local + cdn combo
| Reported by: | jeroen | Owned by: | zach |
|---|---|---|---|
| Priority: | Milestone: | Player 5.6 | |
| Component: | embedding | Keywords: | |
| Cc: | pablo | Forum thread: |
Description
Here's the setup from a customer using the 5.5 player:
jwplayer("videocastPlayer").setup({
height: 526,
width: 640,
provider: "rtmp",
streamer: "rtmp://example.com/world",
levels: [
{ bitrate: 256, file: "/lecture_series/dm/dm021511_256.f4v", width: 640 },
{ bitrate: 512, file: "/lecture_series/dm/dm021511_512.f4v", width: 640 }
],
plugins: {
"/player/viral-2.swf": {
email_footer: 0,
onpause: "false",
oncomplete: "false"
}
,"captions-2": {
file: "http://example.com/closedcaptions/dm021511.xml",
state: false,
back: true
}
}
});
This setup results in a plugins=/player/viral-2.swf flashvar getting set to the Flash player's embed code. The captions plugin is not loaded, probably due to a small bug in the plugin selector.
This worked in 5.4.
Change History
Note: See
TracTickets for help on using
tickets.

Possibly related thread: http://www.longtailvideo.com/support/forums/jw-player/bug-reports/18880/multiple-plugins-only-loads-first-plugin-in-jw-player-55