Recent Topics

1 Mar 10, 2009 21:13    

My b2evolution Version: Not Entered

Hello,

Does anyone know how to add a swf to Pixelgreen? I want the swf to replace the header image. Thank you!

2 Mar 12, 2009 01:39

Try this, open the file index.main.php and change the line 94

<div class="headerphoto">
  <object type="application/x-shockwave-flash" data="img/flash.swf" width="770" height="200">
    <param name="movie" value="img/flash.swf">
    <param name="wmode" value="transparent">
  </object>
</div>

You may also need to change the class headerphoto in style.css, line 216.

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px;
	background: #FFF url('img/headerphoto.jpg') no-repeat center;
}

3 Mar 12, 2009 01:59

Thank you so much! It worked.

I have a question about your Flash tag widget. I tried adding it to my footer and page top but it''s not showing. Also, where can I insert the words that I need?


Form is loading...