Rewa: Eingebundene Flashvideogröße an Bildschirm anpassen

Hallo, ich versuche schon seit Stunden das Flashvideo an die Bildschirmgröße anzupassen. Ich weiß dass ich einfach die width und height verändern könnte um es kleiner zu machen.Aber dass wäre keine optimale und
keine Elegante lösung. Zu dem Code kann ich sagen, dass das Video mit Camtasia Studio erstellt worden ist und dann von Camtasia selbst in die HTML-Datei eingebettet wurde.

Ich habe schon auch probiert die width height auf 100% zu stellen, dies hat aber auch nicht funktioniert. Ich habe etwas über scaleMode gelesen, hab aber keine ahnung wo ich das einfügen sollte und wie.

Wenn Ihr mir helfen könnte wäre es sehr toll. Ich bedanke mich schon mal bei allen Antworten.

Danke Schön.

Viele Grüße

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<!-- saved from url=(0014)about:internet -->  
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  
    <head>  
        <!-- saved from url=(0025)http://www.techsmith.com/ -->  
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
        <meta name="DC.title" content="Produktion" />  
  
        <title>Erstellt von Camtasia Studio 7</title>  
        <script type="text/javascript" src="swfobject.js"></script>  
        <script type="text/javascript">  
            swfobject.registerObject("csSWF", "9.0.115", "expressInstall.swf");  
  
        </script>  
        <style type="text/css">  
		* { border: none; margin: 0; padding: 0; }  
		html, body { height: 100%; width: 100%;}  
            body  
            {  
                background-color: #1a1a1a;  
                font: .8em/1.3em verdana,arial,helvetica,sans-serif;  
                text-align: center;  
            }  
            #media  
            {  
                margin-top: 40px;  
		  
            }  
            #noUpdate  
            {  
                margin: 0 auto;  
                font-family:Arial, Helvetica, sans-serif;  
                font-size: x-small;  
                color: #cccccc;  
                text-align: left;  
                width: 210px;  
                height: 200px;	  
                padding: 40px;  
            }  
        </style>  
    </head>  
    <body>  
        <div id="media">  
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="1024" height="768" id="csSWF">  
                <param name="movie" value="Produktion_controller.swf" />  
                <param name="quality" value="best" />  
                <param name="bgcolor" value="#1a1a1a" />  
                <param name="allowfullscreen" value="true" />  
                <param name="scale" value="showall" />  
                <param name="allowscriptaccess" value="always" />  
                <param name="flashvars" value="autostart=false&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000" />  
                <!--[if !IE]>-->  
                <object type="application/x-shockwave-flash" data="Produktion_controller.swf" width="1024" height="768">  
                    <param name="quality" value="best" />  
                    <param name="bgcolor" value="#1a1a1a" />  
                    <param name="allowfullscreen" value="true" />  
                    <param name="scale" value="showall" />  
                    <param name="allowscriptaccess" value="always" />  
                    <param name="flashvars" value="autostart=false&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000" />  
                <!--<![endif]-->  
                    <div id="noUpdate">  
                        <p>Zur Aktivierung des hier präsentierten Camtasia Studio-Videoinhalts werden JavaScript und die neueste Version des Adobe Flash Players benötigt. Falls JavaScript in Ihrem Browser deaktiviert ist, aktivieren Sie es jetzt. Andernfalls laden Sie die neueste Version des kostenlosen Adobe Flash Players herunter. Klicken Sie dazu <a href="http://www.adobe.com/go/getflashplayer">hier</a>.</p>  
                    </div>  
                <!--[if !IE]>-->  
                </object>  
                <!--<![endif]-->  
            </object>  
        </div>  
        <!-- Users looking for simple object / embed tags can copy and paste the needed tags below.  
        <div id="media">  
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1024" height="786" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">  
                <param name="src" value="Produktion_controller.swf"/>  
                <param name="bgcolor" value="#1a1a1a"/>  
                <param name="quality" value="best"/>  
                <param name="allowScriptAccess" value="always"/>  
                <param name="allowFullScreen" value="true"/>  
                <param name="scale" value="showall"/>  
                <param name="flashVars" value="autostart=false#&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000"/>  
                <embed name="csSWF" src="Produktion_controller.swf" width="1024" height="786" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>  
            </object>  
        </div>  
        -->  
    </body>  
</html>
  1. Zur Aktivierung des hier präsentierten Camtasia Studio-Videoinhalts werden JavaScript und ... benötigt.

    Die Formulierung ist schon mal besser als zu behaupten ich hätte kein Flsah installiert. Ganz richtig wäre aber: Die Aktivierung des Flashinhalts mache ich (aus welchen gründen auch immer) von der Benutzung von Javascript abhängig (obwohl das nicht nötig wäre).