Header de tip Flash .swf
Scris: 17-Dec-2007, 22:05:25
Pot sa pun un header de tip .swf la phpbb3 ?
Daca da cum ca eu nu am reusit
Daca da cum ca eu nu am reusit

forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<div>
<table>
<tr>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td><h1>{SITENAME}</h1><span>{SITE_DESCRIPTION}</span></td>
</tr>
</table>
Cod: Selectaţi tot
<div>
<table>
<tr>
<td><object>
<param>
<embed>
</embed>
</object></td>
</tr>
</table>
Dezactiveza codul html din mesaj.Shadow_One scrie: LE: Ce porcarie...nu ia tot codul...posteaza aici overall_header.html de la tema pe care o ai si ti-l editez eu.
Cod: Selectaţi tot
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo"><img src="images/banner.swf" width="920" height="180" alt="" /></a>
<!--<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>-->
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
</div>
Cod: Selectaţi tot
<div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td><object width="latime" height="inaltime">
<param name="movie" value="exemplu.swf">
<embed src="exemplu.swf" width="latimea" height="inaltime">
</embed>
</object></td>
</tr>
</table>
</div>
Cod: Selectaţi tot
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo"><object width="latime" height="inaltime">
<param name="movie" value="exemplu.swf">
<embed src="exemplu.swf" width="latime" height="inaltime">
</embed>
</object></a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>