Shadowboxをページを開いたタイミングで実行

$(window).load(function(){ var ua = navigator.userAgent; var isIE = ua.match(/msie [7.]/i), isIE = ua.match(/msie [8.]/i);

if (isIE) { Shadowbox.open({ content:’https://youtube.googleapis.com/v/uHcuaVfsRcc&autoplay=1&showinfo=0&rel=0′, title: ”, player:’swf’, height:360, width:640, overlayColor:”#ffffff”, overlayOpacity:1 }); }else{ Shadowbox.open({ content:”http://www.youtube.com/embed/uHcuaVfsRcc?autoplay=1&showinfo=0&rel=0″, player:”iframe”, width:640, height:360, autoplayMovies:true, overlayColor:”#ffffff”, overlayOpacity:1 }); } });
EOM;
}
?>