Ich möchte gerne in folgendes Script statt dem Bild eine Flash-Animation einbauen. Die Seite wird im IE korrekt angezeigt, nur dort wo die Animation sein soll ist nichts. Und die Seite wird anscheinend nicht vollständig geladen.
<?
include("tpl_style.php");
?>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="<?= $setting["tablewidth"] ?>" class="listfont">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<table cellpadding="2" cellspacing="0" width="100%">
<tr>
<td align="center" bgcolor="<?= $setting["catrowcolor1"] ?>" class="catagory" colspan="8"><a href="listing.php?sort=clients_current&direction=desc&showgroup=all">Active Servers</a>: <? getactiveservercount() ?> | <a href="listing.php?sort=clients_current&direction=desc&showgroup=all">Users Online</a>: <? gettotalonline() ?></td>
</tr>
</table>
<a href="<?= $setting["homepage"] ?>"><img src="images/ts_logo.gif" border="0" alt="<?= $setting["pagetitle"] ?>"></a>
</td>
<td align="center" width="100%"><b><? if (isset($setting["message"])) { echo ''.$setting["message"].''; } ?></b></td>
</tr>
</table>
Nachher siehts so aus:
<?
include("tpl_style.php");
?>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="<?= $setting["tablewidth"] ?>" class="listfont">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<table cellpadding="2" cellspacing="0" width="100%">
<tr>
<td align="center" bgcolor="<?= $setting["catrowcolor1"] ?>" class="catagory" colspan="8"><a
href="listing.php?sort=clients_current&direction=desc&showgroup=all">Active Servers</a>: <? getactiveservercount() ?> | <a
href="listing.php?sort=clients_current&direction=desc&showgroup=all">Users Online</a>: <? gettotalonline() ?></td>
</tr>
</table>
<a href="<?= $setting["homepage"] ?>"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="ts2_logo" width="261" height="80">
<param name="movie" value="ts2_logo.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#454B74">
<embed name="ts2_logo" src="ts2_logo.swf" quality="high" bgcolor="#454B74"
width="261" height="80"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</a>
</td>
<td align="center" width="100%"><b><? if (isset($setting["message"])) { echo ''.$setting["message"].''; } ?></b></td>
</tr>
</table>
Kann sein das ich blöd bin oder nur ne Kleinigkeit übersehen hab, aber auf alle Fälle hab ich nun schon stundenlang nach einer Lösung gesucht. Und ich bin in Sachen PHP ein Anfänger.
<?
include("tpl_style.php");
?>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="<?= $setting["tablewidth"] ?>" class="listfont">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<table cellpadding="2" cellspacing="0" width="100%">
<tr>
<td align="center" bgcolor="<?= $setting["catrowcolor1"] ?>" class="catagory" colspan="8"><a href="listing.php?sort=clients_current&direction=desc&showgroup=all">Active Servers</a>: <? getactiveservercount() ?> | <a href="listing.php?sort=clients_current&direction=desc&showgroup=all">Users Online</a>: <? gettotalonline() ?></td>
</tr>
</table>
<a href="<?= $setting["homepage"] ?>"><img src="images/ts_logo.gif" border="0" alt="<?= $setting["pagetitle"] ?>"></a>
</td>
<td align="center" width="100%"><b><? if (isset($setting["message"])) { echo ''.$setting["message"].''; } ?></b></td>
</tr>
</table>
Nachher siehts so aus:
<?
include("tpl_style.php");
?>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="<?= $setting["tablewidth"] ?>" class="listfont">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<table cellpadding="2" cellspacing="0" width="100%">
<tr>
<td align="center" bgcolor="<?= $setting["catrowcolor1"] ?>" class="catagory" colspan="8"><a
href="listing.php?sort=clients_current&direction=desc&showgroup=all">Active Servers</a>: <? getactiveservercount() ?> | <a
href="listing.php?sort=clients_current&direction=desc&showgroup=all">Users Online</a>: <? gettotalonline() ?></td>
</tr>
</table>
<a href="<?= $setting["homepage"] ?>"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="ts2_logo" width="261" height="80">
<param name="movie" value="ts2_logo.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#454B74">
<embed name="ts2_logo" src="ts2_logo.swf" quality="high" bgcolor="#454B74"
width="261" height="80"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</a>
</td>
<td align="center" width="100%"><b><? if (isset($setting["message"])) { echo ''.$setting["message"].''; } ?></b></td>
</tr>
</table>
Kann sein das ich blöd bin oder nur ne Kleinigkeit übersehen hab, aber auf alle Fälle hab ich nun schon stundenlang nach einer Lösung gesucht. Und ich bin in Sachen PHP ein Anfänger.
EDIT:
*VERSCHIEB* nach html
by Abraxax
Kommentar