Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
i've the same problem. It's certainly the flash in the MSIE8. In my tests its
work don't work anyway.
I need help, for this problem.
THANKS
Original comment by frederic...@gmail.com
on 14 Mar 2011 at 5:56
Have the same issue
Original comment by vojtos...@gmail.com
on 5 Sep 2011 at 1:15
Hello all..There is a solution for this..In the colorbox code
$('#something').click(function(){
$.colorbox.init();
$('#content').show();
/**here is the change***/
$.getScript(baseurl+"/js/webcam/webcam.js");
$.getScript(baseurl+"/js/foo.js");
/*end**/
$(this).colorbox({
inline:true,
//opacity:0.0,
href:'#content',
onLoad:function(){
$('#cboxClose').hide();
},
onClosed:function(){
}
});
});
In ie8 showing and hiding a div with flashcontent has some problems,..so the
scripts related to that must be reloaded
Original comment by mailo...@gmail.com
on 25 Sep 2013 at 4:15
Original issue reported on code.google.com by
neoch...@gmail.com
on 3 Jun 2010 at 9:40