Hey guys,
I'm having problems getting JW Player to autostart videos that are in a colorbox modal in any Internet Explorer browser. It appears that the player does indeed load as a black box displays with the JW Player watermark. Also, the watermark fades away as if it thinks its playing the video, however, it just displays a black block. Seems as if the video file isn't loading properly
Any help would be greatly appreciated, many thanks in advance.
Sample Code of colorbox HTML content:
<!-- This contains the hidden content for inline calls -->
<div style='display:none'>
<div id='resRemote' style='padding:10px; background:#fff;'>
<h1>Remote Monitoring</h1>
<object width="368" height="207" type="application/x-shockwave-flash" data="swf/player.swf" id="player_resRemote">
<param name="movie" value="swf/player.swf" />
<param name="flashvars" value="file=/videos/remote.flv&controlbar=none&autostart=true" />
</object>
</div>
</div>
Sample Code of colorbox js content:
$(".resRemote").colorbox({width:"450px", inline:true, href:"#resRemote"});