• My flash movie is running ok, although I’m not sure I have put in in the right place in header.php.

    Now it plays, but not in the position I’d like (currently the movie is not the same size as the header, it is taller and narrower). It appears posted on-top of the page, partly on the header and partly off, covering other things.

    Investigation seems to show that it can be positioned with .css but nothing I tried works.

    The image is not at the top of the page, that is the biggest problem.

    Any Guru have any ideas?
    Thanks,
    Cindy

    —-my header.php code appears below—-

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php if ( function_exists(‘optimal_title’) ) { optimal_title(‘|’); bloginfo(‘name’); } else { bloginfo(‘name’); wp_title(‘|’); } ?><?php if
    ( is_home() ) { ?> | <?php bloginfo(‘description’); } ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <style type=”text/css” media=”screen”>

    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !$withcomments && !is_single() ) {
    ?>
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; }
    <?php } ?>

    </style>

    <?php wp_head(); ?>
    </head>
    <body>

    <div id=”page”>

    <div id=”header”>
    <div id=”headerimg”>
    <h1>[kml_flashembed movie=”http://www.aug0808.com/movie2.swf&#8221; height=”215″ width=”472″ fversion=”9″ align=”t” useexpressinstall=”true” /]</h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>
    </div>
    <hr />

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. I got my flash header to appear, but it’s about 100 pixels too low. Now there’s white space at the top and the header covers up the top post on the page.

    Can anyone help?

    Anonymous User 907751

    (@anonymized-907751)

    I’ve also got my flash playing but it’s not aligned right
    how could i align it to the right side of the sidebar.php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Positioning Flash Header Kimili plug-in’ is closed to new replies.