Einzelnen Beitrag anzeigen
Alt 27-07-2004, 16:48   #2 (permalink)
ichmirmich
Neuer User
 
Registriert seit: Jan 2002
Ort: hamm
Beiträge: 33
ich denke so

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.
ichmirmich ist offline   Mit Zitat antworten