Segue codigo html, e segue tbm codigo flash (as2)
CÓDIGO HTML:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>teste_layout_liquido</title>
<style>
body {margin:0px;padding:0px}
</style>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="tile" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="tile.swf" /><param name="quality" value="high" /><param name="scale" value="scale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" /><embed src="meu_layout_liquido.swf" quality="high" scale="noscale" salign="lt" bgcolor="#ffffff" width="100%" height="100%" name="meu_layout_liquido" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
CÓDIGO FLASH AS2:
/*
Stage.align = "TC";
//["showAll", "exactFit", "noBorder", "noScale"];
Stage.scaleMode = "showAll";*/
var Conteudo:Object = new Object();
Conteudo.onResize = function() {
redimensionou ();
}
Stage.addListener(Conteudo);
redimensionou = function (){
topo._x = Stage.width/2;
topo._y = 0;
esquerda._x = 0;
esquerda._y = Stage.height/2;
direita._x = Stage.width;
direita._y = Stage.height/2;
rodape._x = Stage.width/2;
rodape._y = Stage.height;
centro._x = Stage.width/2;
centro._y = Stage.height/2;
}
redimensionou();
Se alguém puder me ajudar ficarei muito grato, pois só falta isso pra eu ficar redondo com o flash.
Desde já agradeço a todos dessa comunidade.
Grande abraços
Fernando

Help














