les cuento rápido que hice
abrí flash de 750x450. luego intervine el html en dreamweaver
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
el codigo siguiente lo puse en en frame 1 de mi swf:
//reposiciona central, que contiene 2 clips: fondo e interior
central.fondo._height = Stage.height-16;
central.fondo._width = Stage.width-24-lateral._width;
central.interior._x = Math.round(central.fondo._width/2-central.interior._width/2);
central.interior._y = Math.round(central.fondo._height/2-central.interior._height/2);
pruebo y nada, se ve igual, como si no hubiera hecho nada, alguien me puede orientar?
Muchas gracias
pd: el tutorial esta aquíhttp://www.c-trick.com/blog/2005/10/21/flash-a-ventana-completa/#more-26
