Hello
i have the following problem this colorbox + Jw Player only in IE:
if the video is loaded, it work quite fine, i just have a strange black screen after the loading animation, then the video starts
BUT
if the video is loaded, then closed then reloaded it doesn't work
my colorbox config :
$(".video2").colorbox({width:"670 px", inline:true, href:"#video2"});
my Jw Player config:
<div style='display:none'>
<div id='video2' style='padding:10px; background:#fff;'>
<script type='text/javascript' src='/js/video/swfobject.js'></script>
<div id='mediaspace'></div>
<script type='text/javascript'>
var so = new SWFObject('js/video/
player.swf','ply','608','480','9','#000000');
so.addParam('wmode', 'opaque');
so.addParam('allowfullscreen','false');
so.addParam('allowscriptaccess','always');
so.addVariable('file','<? echo($urlvideo) ?>');
so.addVariable('repeat','always');
so.addVariable('autostart','true');
so.addVariable('plugins', 'gapro-1');
so.addVariable('gapro.accountid', 'UA-xxxxxx-1');
so.write('mediaspace');
</script>
</div>
</div>
test page :
http://www.vuillermoz.fr/Detail-Bijoux2.php?ID=13921 (click on the
360° button to acces the video)
how can i fix this?
i guess i tried all embeding method without succes...
your help would be appricated
in case it's purely a colorbox problem, do you know a compatible lighbox?

This is an issue with ColorBox.
Use ours - http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v4/21/jw-box-the-jw-player-lightb...