Flash buttons not working
-
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”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<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″
width=”766″ height=”231″>
<param name=”movie” value=”https://www.siteflipu.com/blog/flash/header_v8.swf” />
<param name=”quality” value=”high” />
<param name=”menu” value=”false” />
<!–[if !IE]> <–>
<object data=”https://www.siteflipu.com/blog/flash/header_v8.swf”
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” />
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″
width=”766″ height=”48″>
<param name=”movie” value=”https://www.siteflipu.com/blog/flash/menu_v8.swf?button=3″ />
<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″
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” />
<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>
- The topic ‘Flash buttons not working’ is closed to new replies.