perche' in Firefox mi vede pagina bianca e in IE NO?
nel file fla ho:
codice:
Stage.scaleMode = 'noScale';
Stage.align= 'TL';
cquesto e' il codice di incorporamneto che uso:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>Nextart.it - Examples</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<meta name="robots" content="ALL">
	<style type="text/css">
		html, body {
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 100%;
                        scrollbar-base-color : #CCCCCC;
                        scrollbar-arrow-color : #B9CAD7;
                        top: 0px;  
		}
		table {
			width: 100%;
			height:100%;
		}
	</style>
</head>
<body>
	<table cellspacing="0" cellpadding="0">
		<tr>
			
    <td> 
      <div align="center"><object type="application/x-shockwave-flash" data="pattern.swf" 
width="100%" height="100%">
          <param name="movie" value="pattern.swf" />
        </object> </div>
    </td>
		</tr>
	</table>
</body>
</html>
cosi' visulaizzo pagina bianca, ma se metto :
width="100%" height="700" vedo il filmato in FF ed in IE ma mi compare la scrollbar che non ci deve essere....