Preview problem
Hi,
I have a strange and new problem with my videos hosted in my website. Normally, It’s was possible to do a preview of the video in the homepage but not now, I think that it is happen then I did an upgrade but not sure. I don’t know why. I retaken the old player but the problem continues. I tested it with a video hosted in jwplayer website and it works (but not in good resolution but this is another problem) you can see the video if you click in the page but not the preview in the homepage.
This is an example of the code I used and it was working fine.
<script type='text/javascript'
<video class="monitor"
src='http://motionlives.com/player/jwplayer.js'></script>
<center><div id='Falling'>
<div align="center">This text will be replaced</div></center>
<script type='text/javascript'>
jwplayer('Falling').setup({
'flashplayer': 'http://motionlives.com/player/player.swf',
'file': 'http://motionlives.com/wp-content/video/FallingStars-Video.mp4',
'image': 'http://motionlives.com/wp-content/uploads/imagesv/FallingStarsv.jpg',
'provider': 'video',
'bufferlength': '3
'controlbar': 'none',
'autostart': 'true',
'repeat': 'always',
'width': '600',
'height': '400'
});
</script>
Thanks