
JW Player 7.2.2 - Play problem
Hi,
I have problem if autostart i set to false and i press on play button.
The movie is not starting, it just hangs, but if i press on play and paus and play again it is working...
However if autostart is true everything works fine..
Here is my code form a asp.net page. ( note i have test with remove the autostart tag)
<div id='container0'>Loading the player...</div><script type='text/javascript'> var playerInstance = jwplayer('container0');playerInstance.setup({ autostart : false, file: '../movie/test min.mp4241115111624.mp4', height: 320, width: 640 });</script>
Do you have any idea?
Regards