Jump to content

How To Add Flash File In Place Of Homepage Logo ?


dreadlord

Recommended Posts

I thought i would make a new thread on this as there was a request a while ago that didnt give a full answer and i have found the solution.

 

edit your modules/editorial/editorial.tpl file line 4

 

{if $homepage_logo}<img src="{$link->getMediaLink($image_path)}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if}

 

Step 1

change the

<img

to

<embed

 

Step 2

change the src from

{src="$link->getMediaLink($image_path)}"

to

src="{$this_path}filename.swf"

 

Hope this was clear enough as it took me a few mins to work it out

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...