How to get a flash banner in the Kubrick(style) header ???

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Matthijs

How to get a flash banner in the Kubrick(style) header ???

Post by Matthijs »

I have used the kubrick style. But how do you get to replace the kubrickheader.jpg with a flash movie ?

I'am trying to fix it in the index.tpl, but i can get it right !!!
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

We'll need to know more about your problem before we can give you any specific help.

The only general information I can give is: kubrick uses style.css to put the header image in the background of a specific div. It's not possible to set a flash this way, as far as I know; you'll have to actually create a place for it in the index.tpl.
Matthijs

Post by Matthijs »

This is the part in the index.tpl, but how do i replace this part?
So , i can put there a flash movie, like "kubrick.swf" for example ???

<div id="header" onclick="location.href='{$serendipityBaseURL}';" style="cursor: pointer;">
<div id="headerimg">
<h1>{$head_title|@default:$blogTitle}</h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>
</div>
Matthijs

Post by Matthijs »

Problem solved !!!!!!!
Post Reply