Ticket #1253 (closed bug: fixed)
JSON playlists not working with embedder
| Reported by: | zach | Owned by: | zach |
|---|---|---|---|
| Priority: | Milestone: | Player 5.5 | |
| Component: | embedding | Keywords: | |
| Cc: | Forum thread: |
Description
This config was not working:
{
playlist: [{
image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
levels: [{
file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4"
}, {
file: "http://content.bitsontherun.com/videos/gSzpo2wh-604476.ogv"
}]
}],
icons: false,
plugins: {
'./plugins/dockplugin.js': {}
},
"playlist.position": "bottom",
playlistsize: 100,
"controlbar.position": "top",
"dock.position": "left"
}
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 1633