Special Interest Settings
{ "CameraID" : 17520,
"PanelSize" : "Small",
"Height" : 180,
"ViewLargeLinkUrl" : "/InteractiveEngagement.htm",
"ViewLargeLinkText" : "View Large",
"AutoStart" : false
}
These are most of the settings as they would appear for the large view:
{ "CameraID" : 17500,
"PanelSize" : "Large",
"ControlBar" : "over" ,
"Height" : 360,
"Width" : 480 ,
"PlayerHeight" : 360,
"PlayerWidth" : 480 ,
"ViewLargeLinkUrl" : "/default.htm",
"ViewLargeLinkText" : "View Large" ,
"AutoStart" : true,
"CssClass" : "ComboVideoBox" ,
"Style" : "height: {0}px; width: {1}px; float:left;"
}
The basic settings for Large View are:
{ "CameraID" : 17500 }
This are the basic settings for the Small View:
{ "CameraID" : 17500,
"PanelSize" : "Small"
}
“PanelSize” - can only be “Large” or “Small”.
"ControlBar" - JW Player setting for the position of the playback control bar, can be: over, top, bottom, none
"ViewLargeLinkUrl" - this is the URL that Links to a page with the large view of the video
"ViewLargeLinkText" – this is the text of the URL that Links to a page with the large view of the video
"AutoStart" : true – This tells the player to automatically play the video. If false, the last preview image is loaded.
"CssClass" – CSS class applied to the DIV that surrounds the video
"Style" – Style attributes applied to the DIV that surrounds the video
"Height" – height of the DIV in pixels – used in conjunction with the “{0}” parameter of the Style property
"Width" – width of the DIV in pixels – used in conjunction with the “{1}” parameter of the Style property
"PlayerHeight" – height of the player in pixels
"PlayerWidth" – width of the player in pixels