Código:
Alguna sugerencia?<link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css">
<script type="text/javascript" src="shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({skipSetup: true;
window.onload = function() {
Shadowbox.open({skipSetup: true });
Shadowbox.open({
title: 'youtube onLoad',
content: 'http://www.youtube.com/embed/NpGebexrCUQ',
width: 425,
height: 349,
player: 'flv',
});
}; </script>
Gracias por adelantado.


Este tema le ha gustado a 1 personas