Ticket #181 (closed defect: fixed)
5.3 embed code doesn't allow config to be passed in with local plugin references
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for JW Player 5 (v1.0.0) |
| Component: | OVA for JW Player 5 | Version: | OVA for JW Player 5 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
If a local plugin reference is used in the 5.3 embed code, the config cannot be passed in:
e.g. this won't work:
jwplayer("container").setup({
flashplayer: OVA_PLAYER_2,
file: " http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
plugins: {
"../../../dist/swf/ova.swf": { json: "...." }
},
height: 300,
width: 450
});
Change History
Note: See
TracTickets for help on using
tickets.

Fixed with JW5.6 and OVA 0.5.0 RC3