View Single Post
Old 08-07-2006, 08:56 AM   #2 (permalink)
Fragalot
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: A little help please :-)

the logo.swf is a flash file.

to edit that you will need to find the overall_header.tpl file, and in that code you can replace

Quote:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="160" height="108" id="logo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="templates/Clanzi2K/images/logo.swf">
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="templates/Clanzi2K/images/logo.swf" quality="high" bgcolor="#000000" width="160" height="108" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
with

Quote:
<img src="templates/Clanzi2K/images/YOURIMAGEFILE" alt="">
the height and width for that image would be 160pixels wide, and 108pixels in height.
Fragalot is offline   Reply With Quote