• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

swf in html zentrieren

Status
Für weitere Antworten geschlossen.

Api

Neues Mitglied
Hallo,
ich bin neu hier und mit meinen HTML Kenntnissen bin ich grad ziemlich überfordert.

Der folgende Code sieht für mich eigentlich erfolgsversprechend aus, aber ich vermute, das ich da etwas Grundlegendes verkehrt gemacht habe.
Ich hoffe von Euch hat jemand den Hinweis, den es braucht, um die swf wieder zentriert zu bekommen.
würde mich sehr freuen!
HTML:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="format.css" type="text/css">
<title>Magazin4blank</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>


<meta name="robots" content="INDEX,FOLLOW">
<meta name="Isaac Shapiro, meeting in truth, Videostreaming and MP3"
content="Isaac Shapiro,meeting in truth,videos,Audio,Forum">
<meta name="description"
content="Isaac Shapiro, Videostreaming, MP3, truth, love, awareness" >

<!-- saved from url=(0013)about:internet -->
<script language="javascript">
    if (AC_FL_RunContent == 0) {
        alert("Diese Seite erfordert die Datei \"AC_RunActiveContent.js\". Führen Sie in Flash im Menü \"Befehle\" den Befehl \"Aktualisierung für aktiven Inhalt anwenden\" aus, um \"AC_RunActiveContent.js\" in den HTML-Ausgabeordner zu kopieren.");
    } else {
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
            'width', '840',
            'height', '574',
            'src', 'index',
            'quality', 'high',
            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
            'align', 'center',
            'play', 'true',
            'loop', 'true',
            'scale', 'noscale',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'index',
            'bgcolor', '#333333',
            'name', 'index',
            'menu', 'true',
            'allowScriptAccess','sameDomain',
            'movie', 'index',
            'salign', ''
            ); //end AC code
    }
</script>
<noscript>

<body  topmargin="0" marginheight="0"  leftmargin="0" marginwidth="0" style="overflow:hidden;margin:0px;height:100%;padding:0px;" >

<table align="center" height="100%" border="0" cellpadding="0" cellspacing="0" style="border-left:solid 0px #000000;border-right:solid 0px #000000;">
<tr>
<td height="100%">
        <table cellpadding="0" cellspacing="0" border="0">


<iframe src="index.swf" width="850" height="574" name="haupt" border="0" frameborder="0" scrolling="auto" ></iframe>

<table align="center"   id="menu"   border="0" cellpadding="0" cellspacing="0"    >




</noscript>
</body>
</html>
 
Warum so umständlich, wenn es so einfach ist:
Code:
<object data="foo.swf" type="application/x-shockwave-flash" width="500" height="500">
      <param name="movie" value="foo.swf" />
      Alternativer Inhalt    
</object>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben