Flash In The Place Of The Default Banner »  Show posts from    to     

Icy Phoenix


Old Support Topics - Flash In The Place Of The Default Banner



leonidfg [ Tue 11 Sep, 2007 21:36 ]
Post subject: Flash In The Place Of The Default Banner
Hello my friends...

Here's my question: I have a flash animation that I want to place in the header where the default banner is located. This banner name is logo_ip.png, and there's another called site_logo_small.png. Can I put a flash animation with "logo_ip.swf" or "site_logo_small.swf" as it name and to get this animation in my page header?

Bye...


difus [ Tue 11 Sep, 2007 22:57 ]
Post subject: Re: Flash In The Place Of The Default Banner
I think thr best way is

open overall_header.tpl
find
Code: [Hide] [Select]
<!-- BEGIN switch_header_banner -->
<center><br />{HEADER_BANNER_CODE}</center>
<!-- END switch_header_banner -->

replace with
Code: [Hide] [Select]
<CENTER>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="468" height="60" id="text" align="">
<param name=movie value="images/banners/picture.swf"><param name=quality value=high><param name=wmode value=transparent>
<embed src="images/banners/picture.swf" quality=high wmode=transparent width="468" height="60" name="text" align=""
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object>
</CENTER>


place picture picture.swf to /images/banners/

edit width and height

:roll:


Zuker [ Wed 12 Sep, 2007 12:47 ]
Post subject: Re: Flash In The Place Of The Default Banner
why with an iframe? :?




Powered by Icy Phoenix