
player and cover image not displaying on chrome browser
The player and cover image display properly on IE-11, Firefox, Opera, Safari, and Torch, and the video plays fine. But the player and cover image do not display on Chrome-33. If I double-click within the boundaries of the video element the screen will go to full-screen mode and the video will play. But if I esc out of full-screen the video no longer plays on the screen but continues to run on the server (if I return to full-screen the video has progressed.)
URL=www.hifrequency.net/cashback/confirmation.htm
Embed bc.. <div id="myElement">Loading the video ...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "business_info.flv",
height: 415,
image: "images/video-cover750.jpg",
width: 750
});
</script>