este es el codigo que tengo en el html
<script type="text/javascript">
function openShadowbox(content, player, title){
Shadowbox.open({
content: content,
player: player,
title: title
});
}
</script>
claro mas aparte en el head donde mando a llamar el css y el js de shadow box
y este es el qeu tengo en el flash para mandar a llamar la funcion
on (press) {
getURL("javascript:openShadowbox(mi pagina.html', 'html', '');");
}
ya busque por todas partes y no le hayo muchas gracias