frontPage
VVoVe:
allora copia e incolla questo su un blocco note
codice:
<html>
<head>
<title>TUO TITOLO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="ALL">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
table {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<table align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<object type="application/x-shockwave-flash" data="nometuofile.swf" width="100%" height="100%">
<param name="movie" value="nometuofile.swf">
<param name="menu" value="false">
</object>
</td>
</tr>
</table>
</body>
</html>
Salvi la pagina come .htm
poi sul primo frame del tuo fla
Stage.scaleMode = "noScale"