Hola Amigos!
I've been having a hard time trying to include a flash header to replace the images...
Read several posts in this forum about it but cannot seem to figure out how to do this. Tried 2 different plugins unsuccessfully....
Would really appreciate your advice, suggestions, help! ;-)
Here's part of my header.php code...
HTML Code:
<body>
<div id="wrap">
<div id="top"></div>
<div id="header">
<div class="headerleft">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="960" height="125">
<param name="movie" value="http://www.tecnologisticaconsultores.com/tecnologistica/wp-content/uploads/2010/01/header.swf">
<param name="quality" value="High">
<embed src="http://www.tecnologisticaconsultores.com/tecnologistica/wp-content/uploads/2010/01/header.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="957" height="160"></object>
</div>
<div class="headerright">
<form id="searchformheader" method="get" action="<?php echo get_option('home') ?>/">
<input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
<input type="submit" id="searchbutton" value="GO" /></form>
</div>
</div>
<div id="navbar">
<div class="navbarleft">
<ul id="nav">
<li><a rel="nofollow" href="<?php echo get_option('home'); ?>"><?php _e("Home", 'studiopress'); ?></a></li>
<?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
</ul>
</div>
In advance, thank you very much for your support!!
Vicky