
Setting up jwplayer without specifying a file or playlist
I would like to do the following and then later .load() playlists.
bc.. jwplayer("mainaudio").setup({
height: 30,
width: 400,
primary: "flash",
controls: true
}).onSetupError(fun... etc
but I get an error saying 'No playable sources found', after which calling load() has no effect.
Is this possible or do I have to specify either file or playlist in setup()?
Many thanks