StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-25-2010, 08:36 AM
vaargentina vaargentina is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Nov 2009
Posts: 7
Default Flash header in Corporate them

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
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash (SWF) Header daveszt General Discussion 2 02-23-2010 10:18 AM
Header in Flash? scottmiverson01 General Discussion 9 03-10-2009 10:30 PM


All times are GMT -5. The time now is 09:19 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.