Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Help: Using cu3er flash image slider in header -- quick CSS help needed (http://forum.bytesforall.com/showthread.php?t=5968)

everyman Feb 21, 2010 03:50 AM

Help: Using cu3er flash image slider in header -- quick CSS help needed
 
(Update) Problem solved (RTM - Read the Manual). Looks pretty good:

I am putting the code below for anyone interested. (very cool free software by the way -- see http://www.progressivered.com/cu3er/ -- another user of this forum turned me on to it, Yay BFA support forums)

In HTML Inserts > Header I put the script that calls the Flash:

HTML Code:

<script type="text/javascript" src="js/swfobject/swfobject.js"></script>

<script type="text/javascript">
                var flashvars = {};
                flashvars.xml = "config.xml";
                flashvars.font = "font.swf";
                var attributes = {};
                attributes.wmode = "transparent";
                attributes.id = "slider";
                swfobject.embedSWF("cu3er.swf", "cu3er-container", "634", "150", "9", "expressInstall.swf", flashvars, attributes);
</script>

In HTML Inserts > CSS Inserts I define cu3ercontainer:

HTML Code:

#cu3er-container {position:relative; left:204px; width:634px; height:150px; outline:0;}
And here is what I put in my Style & Edit Header Area:

HTML Code:

<div style="background: transparent url('wp-content/themes/atahualpa/images/header/b_final2.jpg') no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" class="header-image-container" id="imagecontainer" height:150px;>
<div id="cu3er-container">
    <a href="http://www.adobe.com/go/getflashplayer">
        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    </a>
</div>
</div>
%pages


catastrophy Mar 1, 2010 06:36 AM

yes but where you put the cu3er files ?

and i didnot the call of the swf in your code

thanks for explaining me a bit more...

everyman Mar 3, 2010 08:36 AM

catastrophe --

you have to upload cu3 to to /js and /images on your site. Also there is a problem with the html above, as I learned you have to use absolute references ie
HTML Code:

<script type="text/javascript" src="http://yoursite.com/js/swfobject/swfobject.js"></script>

catastrophy Mar 4, 2010 02:17 AM

Tks everymen;)

Budun Apr 25, 2010 03:42 AM

Hi
Sorry for bad English
But I can not install
Help please, tell me in detail how to install.
I would be very grateful.
Thank you.
I use WP 2.9.2 Atahualpa 346

maurixx Apr 27, 2010 10:14 AM

Quote:

Originally Posted by everyman (Post 26877)
catastrophe --

you have to upload cu3 to to /js and /images on your site. Also there is a problem with the html above, as I learned you have to use absolute references ie
HTML Code:

<script type="text/javascript" src="http://yoursite.com/js/swfobject/swfobject.js"></script>

Hi there,
the 2 directories need to be created under the root or are the 2 in the atahualpa folder ?

thx
ciao
mauri


All times are GMT -6. The time now is 05:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.