Recent Topics

1 Oct 28, 2006 20:15    

I would like to switch out the current image in the Nautica 05 Skin and use a flash file instead.

I opened the _main.php file and the spot where the current image says this...

<!-- #headerImg: holds the main header image or flash -->
<div id="headerImg" class="width"></div>

The layout.css file says this...

/**************************************************************
Header Image/Flash Movie
**************************************************************/

#headerImg {
margin: 0 auto;
height: 143px;
background: url(../images/bg/header_image.jpg) no-repeat top left;
}

What modifications do I need to make so that a flash movie loads and not the image file? Do I add the flash to the CSS file somehow?

2 Nov 01, 2006 18:32

Even though flash is cool and gives you lots of effects, no one actually likes it. Linux is still stuck with Flash 7, and will be for a long time still.

But yeh, there should be a lot of info somewhere, just google flash objects or something.

Ummm, to add it into your page, just stick the flash object in;
<div id="headerImg" class="width"></div>
And then have a fiddle to get your desired effect.

There may also be pages in the b2evo manual which may help (it's the docs button up the top)


Form is loading...