Jump to content

Flashbanner in head


Recommended Posts

Hello!

I have a small problem I want to know how to solve. Kind of new at this.

I want to have a flashbanner that covers the widh of the page in the head. Above the main content. Is this something I can edit in global.css or must I edit something more? Plese give example.

Look at the attachment.

regards

10157_MTA3dvZKq8OaUYYS7UA7_t

Link to comment
Share on other sites

Did you try this? But this will overwrite you logo image

Copy flash banner (flash.swf) to folder themes/xxx/img
Open file themes/xxx/header.tpl

Search:

           <!-- Header -->



                   {$HOOK_TOP}




Replace with:

           <!-- Header -->

               <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="180px">




                   <embed src="{$img_dir}flash.swf" quality="high"     pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="180px" WMode="Transparent">
                   </embed>
               </object>

{$HOOK_NAV_BAR}

                   {$HOOK_TOP}


Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

i think i made this.. i read it in a french post.. it works

the website is www.axatrading.ro the upper part is the banner..

the problem is: it doesn't show up in internet explorer :(

i tryed in firefox and chrome and it works fine

what can i do to make it work in ie? thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...