PHP-Code:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Deine Seite</title>
</head>
<body bgcolor="#333333" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,30,0,0" WIDTH="100%" HEIGHT="100%">
<PARAM NAME="movie" VALUE="dein_film.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="bgcolor" VALUE="#333333">
<EMBED src="dein_film.swf" menu=false quality=high bgcolor="#333333" WIDTH="100%" HEIGHT="100%" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</body>
</html>
und dann im flash film ne as:
Stage.scaleMode = "noScale";
Stage.align = "TL"; oder wie du möchtest.
das sollte funktionieren.