
play() call not being run in jwplayer().onLoad()
On my page my video is being loaded correctly, and the script below is being run, but the video does not start playing. Any obvious reason why not?
if (1) jwplayer().onReady(function() {jwplayer().play();});