Also ich habe folgendes problem und zwar habe ich auf meiner hp einen Player.
Der Player spielt automatisch ab soweit so gut.
Doch wenn ich z.b von Bereich "News" zum Bereich "ABOUT" wechsele fängt er an von vorne zu spielen.
ich will aber das er ununterbrochen spielt.
hier könnt ihr euch das ganze ansehen: http://www.jlook.de.vu/
Wäre nett wenn IHR mir helfen könntet !!! danke
Der Player spielt automatisch ab soweit so gut.
Doch wenn ich z.b von Bereich "News" zum Bereich "ABOUT" wechsele fängt er an von vorne zu spielen.
ich will aber das er ununterbrochen spielt.
hier könnt ihr euch das ganze ansehen: http://www.jlook.de.vu/
Wäre nett wenn IHR mir helfen könntet !!! danke
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>[url]www.Jlook.de.vu[/url]</title>
<style type="text/css">
<!--
.Stil9 {color: #FFFFFF}
-->
</style>
</head>
<body>
<table width="1023" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="Bilder/Template01_02.gif" width="1023" height="166" /></td>
</tr>
<tr>
<td><table width="1023" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8" valign="top"><table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="Bilder/Template01_03.gif" width="181" height="243" alt="" /></td>
</tr>
<tr>
<td valign="top"><img src="Bilder/Template01_16.gif" width="181" height="304" alt="" /></td>
</tr>
</table></td>
<td width="8" valign="top" bgcolor="#D4D2D2"><table width="137" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="Bilder/Template01_04.gif" width="137" height="25" alt="" /></td>
</tr>
<tr>
<td valign="top"><img src="Bilder/Template01_08.gif" width="137" height="18" alt="" /></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=news" ><img src="Bilder/Template01_09.gif" alt="" width="137" height="25" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=about" ><img src="Bilder/Template01_10.gif" alt="" width="137" height="33" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=media" ><img src="Bilder/Template01_11.gif" alt="" width="137" height="29" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=chartz"><img src="Bilder/Template01_12.gif" alt="" width="137" height="30" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=gaestebuch"><img src="Bilder/Template01_13.gif" alt="" width="137" height="30" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><a href="index.php?site=links"><img src="Bilder/Template01_14.gif" alt="" width="137" height="31" border="0" /></a></td>
</tr>
<tr>
<td valign="top"><img src="Bilder/Template01_15.gif" width="137" height="22" alt="" /></td>
</tr>
</table>
<table width="137" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="137" align="left" valign="top"><p> </p>
<p align="center"><? include("player.php"); ?> </p>
<p> </p>
<p> </p>
<p align="center">
<a href="http://fc.webmasterpro.de/stat.php?name=jlook">
<script type="text/javascript" src="http://fc.webmasterpro.de/counter.php?name=jlook&style=pre&w=120&h=18&bgC=cccccc&p=28dark" id="fcScriptjlook"></script>
</a>
<div align="center">
<noscript>
</noscript>
</div>
<noscript>
<div>
<div align="center"><img src="http://fc.webmasterpro.de/as_noscript.php?name=jlook" alt="" /></div>
</div>
</noscript>
<p align="center"> </p></td>
</tr>
</table></td>
<td width="8" valign="top" bgcolor="#D4D2D2"> </td>
<td width="472" valign="top" background="Bilder/Template01_06.gif" bgcolor="#BFBEBE"><table width="472" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18"> </td>
<td width="439" height="50"> </td>
<td width="15"> </td>
</tr>
<tr>
<td> </td>
<td><p align="center">
<?php
if (!isset($_GET['site'])) { $_GET['site']="news"; }
if (file_exists($_GET['site'].".php")) { include($_GET['site'].".php"); } else { echo "
<b><center>Noch nicht implementiert</center></b> "; }
?>
</p></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
<td width="225" valign="top"><table width="225" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="Bilder/Template01_07.gif" width="225" height="244" alt="" /></td>
</tr>
<tr>
<td valign="top" background="Bilder/Template01_18.gif"><img src="Bilder/Template01_18.gif" width="225" height="303" alt="" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="1023" align="left" valign="top"><div align="left"><img src="Bilder/Template01_19.gif" width="1021" height="55" alt="" /></div></td>
</tr>
</table>
</body>
</html>
Kommentar