Screen size is set through CSS to: 270p {width:"480px"; height:"270px";}
FLV Test from youtube
Use a constructor option below to instance jPlayer.
Otherwise the commands and artwork interface do nothing.
jPlayer( {solution:"html, flash"} | {solution:"flash, html"} | currentTest )
Use jPlayer("destroy") to destroy the jPlayer instance before changing the instance above. Otherwise they try and change the options, which do not support such an action.
jPlayer("option", "cssSelector", "play", "broken" | "play", "" | "play", "fixed")
jPlayer("option", "cssSelectorAncestor", "broken" | "" | "fixed")
size
option object to that for (270p | 360p) | Set fullScreen
option to (false | true)
sizeFull
option object to that for (270p | 360p | full) | restoreScreen | fullScreen
autohide
option object to that for (neither | full | restored | both) | (slow | fast | instant)
loop
option to (true | false)
nativeVideoControls
(all | none)
| noFullWindow
(all | none)
| noVolume
(all | none)
keyEnabled
(true | false)
keyBindings
(default | alert | disable play/space)
The player below is set up to play a single audio track. It is included here to test any interactions between the players. In particular the pauseOthers command.