PDA

View Full Version : Header


vampireman
01-25-2007, 09:06 PM
how i can change the banner of the header to flash (SWF):confused:

Micha
01-26-2007, 09:08 AM
You can do that by editing your header.tpl.
If you want to have a flash(SWF) header first you need to upload it to your root/img folder, than just paste your flash code in header.tpl, for example:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="770" height="200" title="header">
<param name="movie" value="img/header" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="img/header.swf" quality="high" wmode="transparent" bgcolor="#ffffff" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="200"></embed>
</object>

vampireman
01-30-2007, 12:26 PM
thanx for your kindly attention ... i did that and it's worked :)

Aziz
04-25-2007, 06:39 PM
Hi,

How to put swf file instead of logo_top.gif in the header of Vivvo 3.5 ?

I try to change logo_top.gif to logo_top.swf in the config.php file and I check with the direct link such as http://www.myvivvo.com/files.php?file=logo_top.swf and it works but the swf header file is not display in the script front-end pages.

Regards,

Aziz

Micha
04-26-2007, 08:51 AM
Basically this can be done the same way as in v3.4, open your templates/header.tpl file and instead of {LOGO} tag paste the code for your .swf header.

Aziz
04-26-2007, 10:17 AM
This is brilliant :) I'll give it a try, Thanks.

Aziz
05-07-2007, 10:52 PM
It works, Thanks a lot Micha.