• I installed my flash nav bar into the header.php of the default template. Everything is working except when you click on the tab to go to another page nothing happens!

    The flash is working properly I use it on other pages and have tested it. Just not working with word press.

    Here is my header.php any help is appreciated!

    https://www.siteflipu.com/blog

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

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta content=”en-us” http-equiv=”Content-Language”/>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”description” content=”Website Flipping Blog”/>
    <meta name=”keywords” content=”website flipping blog, website flipping blogs, flip websites blog, blog flipping”/>
    <link href=”blogstyle.css” rel=”stylesheet” type=”text/css” />
    <link href=”layout.css” rel=”stylesheet” type=”text/css” />
    </head>

    <body id=”page4″ <?php body_class(); ?>>
    <div id=”site_center”>
    <div class=”tall_top”>
    <div class=”tall_bottom”>
    <div id=”main”>
    <!– header –>
    <div id=”header”>
    <div class=”row_1″>
    <div style=”margin-left:14px;”>
    <!–Valid flash version 8.0–>
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
    codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24&#8243;
    width=”766″ height=”231″>
    <param name=”movie” value=”https://www.siteflipu.com/blog/flash/header_v8.swf&#8221; />
    <param name=”quality” value=”high” />
    <param name=”menu” value=”false” />
    <!–[if !IE]> <–>
    <object data=”https://www.siteflipu.com/blog/flash/header_v8.swf&#8221;
    width=”766″ height=”231″ type=”application/x-shockwave-flash”>
    <param name=”quality” value=”high” />
    <param name=”menu” value=”false” />
    <param name=”pluginurl” value=”https://www.macromedia.com/go/getflashplayer&#8221; />
    FAIL (the browser should render some flash content, not this).
    </object>
    <!–> <![endif]–>
    </object>
    </div>
    </div>
    <div class=”row_2″>
    <div style=”margin-left:15px;”>
    <!–Valid flash version 8.0–>
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
    codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24&#8243;
    width=”766″ height=”48″>
    <param name=”movie” value=”https://www.siteflipu.com/blog/flash/menu_v8.swf?button=3&#8243; />
    <param name=”quality” value=”high” />
    <param name=”menu” value=”false” />
    <param name=”wmode” value=”transparent” />
    <!–[if !IE]> <–>
    <object data=”https://www.siteflipu.com/blog/flash/menu_v8.swf?button=3&#8243;
    width=”766″ height=”48″ type=”application/x-shockwave-flash”>
    <param name=”quality” value=”high” />
    <param name=”menu” value=”false” />
    <param name=”pluginurl” value=”https://www.macromedia.com/go/getflashplayer&#8221; />
    <param name=”wmode” value=”transparent” />
    FAIL (the browser should render some flash content, not this).
    </object>
    <!–> <![endif]–>
    </object>
    </div>
    </div>
    </div>
    <div id=”page”>
    </div>
    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */
    ?>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <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 ( empty($withcomments) && !is_single() ) {
    ?>
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg-<?php bloginfo(‘text_direction’); ?>.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 if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>

    </body>
    </html>

Viewing 5 replies - 1 through 5 (of 5 total)
  • try the simple embed code for testing or verify your object code.

    <embed width="xxx" height="xxx" src="https://www.yoururl.com/file.swf">

    I am using flash for my header and working fine with links.

    or probably problem with your main file, use absolute url for your links.

    ie https://url.com/forum  not /forum
    Thread Starter greenstar

    (@greenstar)

    That did not work, same thing happened. Any other suggestions?

    Maybe it has something to do with the template?

    Thread Starter greenstar

    (@greenstar)

    OK i got it and I and here is what I did for all you that get this as well.

    You need to use absolute path to flash files eg.

    Do not use
    https://www.url.com/blog/flash/flashmenu.swf

    Use
    flash/flashmenu.swf

    Thats it!

    pretty1

    (@pretty1)

    greenstar… i love you! THANK YOU!!!!!!!!!!!!
    I sat there for like 2 hours trying to figure this out.. It’s always the smallest easiest little thing!

    Yes, that does work, BUT on the inner pages like category pages or post pages the header s not found.

    That is pretty annoying ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Flash buttons not working’ is closed to new replies.