
Autostart viewable is not working
I'm setting autostart to "viewable" on my site, but the player starts even if it's less than 50% visible.
Here is my code:
<script type='text/javascript'>
jwplayer("myElement").setup({
"file": "http://mirrors.standaloneinstaller.com/video-sample/small.mp4",
"autostart": "viewable"
});
</script>
Am I doing something wrong?
Also the player says: "No playable sources found" when in iframe in firefox (also on your sites). In chrome and in firefox without iframe works fine.