Tengo esta programacion para hacer q al hacer click en un mc se habra el browser:
miClip.onRelease = fuction() {
getURL ("javascript:NewWindow=window.open('tupagina.html' ,'newWin','width=500,height=100,left=100,top=100, toolbar=No,location=No
,scrollbars=No,status=No,resizable=No,fullscreen=N o'); NewWindow.focus(); void(0);");
}
pero al testearlo me sale que falta un ; en algun sitio. y no hubico el error.
alguien me puede ayudar?