Ticket #181 (closed defect: fixed)

Opened 3 years ago

Last modified 21 months ago

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

comment:1 Changed 21 months ago by paul

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

Fixed with JW5.6 and OVA 0.5.0 RC3

Note: See TracTickets for help on using tickets.