tags:

views:

24

answers:

1

How to replace gif logo with flash logo in magento?

+2  A: 

The logo is rendered by the header.phtml file in app/design/frontend/default/YOURTHEME/template/page/html. Edit line 32 (assuming you're using v1.4) that contains <img src.../> and replace it with your Flash embed codes.

Jonathan Day