Hi everybody.

I am new at Drupal, I ike to be able to know how to be able to replace the entire header in the spreadfirefox theme with a flash file. I cannot seem to figure out how to add flash so that the entire header is in flash. I am not really good working with PHP or where to even look to edit this. I read that I need to modify xxxx.tp.php to put flash, but I dont know where.

A site example: http://www.partcafe.hu/vizisipalya/

Also I want to put a flash file in a main page as www.macromedia.com banner, only in main page for site presentation, witch files I need to edit?.

Thanks in advance

John E

Comments

LukeLast’s picture

In page.tpl.php you can replace:

<?php if ($logo) { ?><a href="./" title="Home"><img src="/<?php print $logo ?>" alt="Home" /></a><?php } ?>

with the HTML for embedding the flash file.

piraxter’s picture

Luke !
Thanks a Lot