Flash header to appear only on the front page

How do I get a flash header to appear only on the front page?

At present, I have created the header but it appears on every page.

Any hints appreciated.

Anyone there?

Hi,

[{ if $oView->getClassName() == 'start' }]
[{/if}]

Cheers

That simple? Sorry for missing it. Thanks very much,

JPC

Hi Marco,

In which .tpl file do I have to insert the above code?

Thanx

Hi,
before and behind your SWF-File.

Rgds

Cutty

[QUOTE=rubbercut;33225]Hi,
before and behind your SWF-File.

Rgds

Cutty[/QUOTE]

Hi Cutty!

You mean like this:

[{ if $oView->getClassName() == ‘start’ }]
<object width=“550” height=“400”>
<param name=“movie” value=“somefilename.swf”>
<embed src=“somefilename.swf” width=“550” height=“400”>
</embed>
</object>
[{/if}]

Thanx

You can install this anywhere you need.
if u want it o display in the start of main div place it in _header.tpl

[QUOTE=LoptyMop;33183]Hi Marco,

In which .tpl file do I have to insert the above code?

Thanx[/QUOTE]

[B][/B]