Ticket #1253 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by zach

Fixed in 1633

comment:2 Changed 2 years ago by zach

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.