<? //$s_id = session_id(); echo" <br /> <center><table border=0 cellspacing='0' cellpadding='0'width=879 background=images/logo.jpg width=879 height=130 border=0> <tr><td> </td><td align=right width=879><font color=white size=6 > </font> </td></tr> </table>"; //require_once("include/podstrona.php"); require_once("include/banery_top.php"); require_once("rgoogle.php"); if($_SESSION["login_u"]) { $login_u=$_SESSION["login_u"]; echo" <center><table width=879 border=0 background=images/nagl.jpg width=5 height=30 cellspacing='0' cellpadding='0'><tr><td class=naglowek10> <a class=a22 href=index.php target=_top>Strona główna</a> | <a class=a22 href=>Witaj $login_u </a> | <a class=a22 href=profil.php target=_top><b>Mój profil</b> </a> </td> <td class=naglowek10 align=right>"; { $id=$zapisz['id']; $link_inf=$zapisz['link']; $tresc_inf =$zapisz['tresc_strony']; echo "| <a class=a22 href=podstrona.php?id=$id target=_top>$link_inf </a>"; } echo" | <a class=a22 href=dodajogl.php target=_top>Dodaj ogłoszenie </a> | <a class=a22 href=kontakt.php target=_top>Kontakt </a> | <a class=a22 href=cennik.php target=_top>Cennik </a> | <a class=a22 href=regulamin.php target=_top>Regulamin </a> | <a class=a22 href=wyloguj.php target=_top>Wyloguj </a> </td></tr></table></center>"; } else { echo" <center><table width=879 border=0 background=images/nagl.jpg width=5 height=30 cellspacing='0' cellpadding='0'><tr><td class=naglowek10> <a class=a22 href=index.php target=_top>Strona główna</a> </td> <td class=naglowek10 align=right>"; { $id=$zapisz['id']; $link_inf=$zapisz['link']; $tresc_inf =$zapisz['tresc_strony']; echo "| <a class=a22 href=podstrona.php?id=$id target=_top>$link_inf </a>"; } echo" | <a class=a22 href=dodajogl.php target=_top>Dodaj ogłoszenie </a> | <a class=a22 href=kontakt.php target=_top>Kontakt </a> | <a class=a22 href=cennik.php target=_top>Cennik </a> | <a class=a22 href=regulamin.php target=_top>Regulamin </a> | <a class=a22 href=rejestracja.php target=_top>Rejestracja </a> | <a class=a22 href=logowanie.php target=_top>Logowanie </a>| </td></tr></table></center>";} ?>
-------------------------------------------------------------------------------------------------------------------------------
póki co logo strony jest wstawione jako jpg w formie
"background=images/logo.jpg"
chciałbym wstawic animacje swf mam ja jako
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="879" HEIGHT="130" > <PARAM NAME="MOVIE" VALUE="top.swf"> <PARAM NAME="PLAY" VALUE="true"> <PARAM NAME="LOOP" VALUE="true"> <PARAM NAME="QUALITY" VALUE="high"> <EMBED SRC="top.swf" WIDTH="879" HEIGHT="130" PLAY="true" LOOP="true" WMODE="opaque" QUALITY="high" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT>
gdzie bym musiał wstawic ten kod ( i czy cały czy jakas jego czesc) zeby
zamiast loga logo.jpg wyswietlało mi sie logo.swf ( plik juz mam wgrany do
katalogu IMAGES
z góry dzieki za odpowiedz