Segítségeteket szeretném kérni! Készítek egy oldalt, amiben van egy flash is. Ez az oldal felső részén helyezkedik el. Így illesztettem be:
<div id="main_top"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/blank.gif" alt="." /></div>
<div id="main_bg">
<div id="user3"><div id="pillmenu"><jdoc:include type="modules" name="user3" /></div><?php if($this->params->get('dateDisplay')) : ?><div id="date"><?php echo date('l dS \of F Y'); ?> </div><?php endif; ?></div>
<?php if($this->params->get('hideBannerArea') == 0) : ?>
<table width="100%" border="0">
<tr>
<td><div align="center">
<embed src="templates/<?php echo $cur_template; ?>/images/fead.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="310"></embed></div>
</td>
</table>
<div id="banner" class="banner<?php echo $this->params->get('bannerVariation'); ?>"><jdoc:include type="modules" name="top" />
</div>
<?php endif; ?>
Amman kérném segítségetek, hogy miként tudnám azt beállítani, hogy ne fusson le a flash mindíg amikor a menük közt lépkedek? Csak egyszer, az oldal betöltésekor?
Köszi!


(0%)
