
Jwplayer video problem
hi l have your code l want play watch video but dont doing repeat, loop, again is problem l enter later start ok but ı want autoplay video dont start
<script type='text/javascript' src='Video_Bilesenler/ornek3/jwplayer.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'Video_Bilesenler/ornek3/player.swf',
'file': 'Videolar/video.flv',
'autostart': 'True',
'autoplay': 'True',
'autoplay': '1',
'autoplay': 'yes',
'repeat': 'True',
'autoRewind': 'True',
'controlbar': 'bottom',
'width': '355',
'height': '322'
});
</script>