Problem mit Player

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Problem mit Player

    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


    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>&nbsp;</p>
                        <p align="center"><? include("player.php"); ?>&nbsp;</p>
                        <p>&nbsp;</p>
                        <p>&nbsp;</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&amp;style=pre&amp;w=120&amp;h=18&amp;bgC=cccccc&amp;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">&nbsp;</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">&nbsp;</td>
                <td width="439" height="50">&nbsp;</td>
                <td width="15">&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</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>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</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>

  • #2
    Re: Problem mit Player

    http://forum.de.selfhtml.org/?t=132079&m=854475
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Kommentar


    • #3
      also ich habe jetzt ein frame auf den player gesetzt, aber wie mache ich das nun, das er dieses frame nicht neu lädt ??

      sry ich kenn mich noch nicht so gut aus

      Kommentar


      • #4
        also ich habe jetzt ein frame auf den player gesetzt, aber wie mache ich das nun, das er dieses frame nicht neu lädt ??
        Indem du dem Link noch das Attribut target="name_des_frames" gibst. Nachzulesen bei SelfHtml.org

        Gruss

        tobi
        Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

        [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
        Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

        Kommentar

        Lädt...
        X