Forums Index > Mewsoft Products > Auctionawy > How to Replace Logo.Gif with FLASH
cbitterfield First Post Posted on: 07-07-09 04:54 PM
How to Replace Logo.Gif with FLASH

What is the best way to replace the primary logo with a flash logo? and perhaps have the logo.gif as a backup to for flash unequipment browsers.
mewsoft Reply #: 1 Posted on: 07-07-09 10:18 PM
Re: How to Replace Logo.Gif with FLASH

Just replace the image code in your class with your flash code.

Mewsoft Support
www.mewsoft.com

cbitterfield Reply #: 2 Posted on: 07-12-09 09:55 PM
Re: How to Replace Logo.Gif with FLASH

I know that seems incredibly obivious to you.. But not to me.\ \ Which Class File? Where is it locted?\ \ How about a code snip for a logo.swf file.\ \ -C
mewsoft Reply #: 3 Posted on: 07-13-09 03:10 PM
Re: How to Replace Logo.Gif with FLASH

The flash is a a graphic design so you need to find a graphics designer to design you logo or banners in Flash, we do not do that. As for the code to replace, it is in your admin -> Class editor, select the class Top_Navigation from the drop down menu then replace this code with your own Flash code:


Code: HTML
</p><p>&lt;a href=&quot;&lt;!--CLASS::Home--&gt;&quot;&gt;&lt;IMG SRC=&quot;&lt;!--CLASS::Images_URL--&gt;/logo.gif&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/a&gt;</p><p>


Mewsoft Support
www.mewsoft.com

cbitterfield Reply #: 4 Posted on: 07-13-09 08:57 PM
Re: How to Replace Logo.Gif with FLASH

That helps. I'll post a follow up as soon as I have it working.