free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

Go Back   free flash templates forum > Free flash templates

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-10-2009, 12:31 PM
przemo665
Guest
 
Posts: n/a
Default Customize Template9

Hello.
I have 2 more questions to template9:

1) How can i put link to my other web site in menu?
I have something like that. But it's dosn't work:
myButton('PAGE2','http://www.fnglob.pl/');

2) I made button too (one of free buttons from this site). But when i put it to index.htm - button shows on the bottom. I want to see it to the top of site. Where I should paste that <script>?

Thanks for help.
  #2  
Old 12-10-2009, 04:04 PM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default Customize free Template 9

Hi,
1/ It's a known problem with absolute URL. We will fix that issue before next week. We will post the new button .swf in this thread.
2/ I don't see what you mean, do you have an online example ?
__________________
We are always pleased to read you in our guestbook
  #3  
Old 12-11-2009, 10:35 AM
przemo665
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by freenicetemplates View Post
Hi,
1/ It's a known problem with absolute URL. We will fix that issue before next week. We will post the new button .swf in this thread.
2/ I don't see what you mean, do you have an online example ?
1. Ok i will be waiting for this. Thanks You so much.
2. It looks like this:
http://img689.imageshack.us/img689/5756/screen1hr.jpg
http://img23.imageshack.us/img23/959/screen2jl.jpg
I just want to put this button on the top. I don't have any idea - where i should paste that script of the site code.
  #4  
Old 01-05-2010, 06:56 AM
przemo665
Guest
 
Posts: n/a
Default

Absolute URL's don't works in this template. How can I fix it?
Please help me with this banner:
http://img689.imageshack.us/img689/5756/screen1hr.jpg
http://img23.imageshack.us/img23/959/screen2jl.jpg
How can I put it on the top of site? Next to company logo?
I dont hawe any idea, where in site code - it should be pasted.
  #5  
Old 01-05-2010, 01:41 PM
JungleDongle
Guest
 
Posts: n/a
Default

Is that problem with absolute URL's already been solved? I have that same problem and my site isn't finished without that fix.
  #6  
Old 01-06-2010, 09:55 AM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default flash animation buttons

Yes...sorry...we have currently a lot work. Try to enhance flash buttons features before the end of the week...
__________________
We are always pleased to read you in our guestbook
  #7  
Old 01-07-2010, 02:34 PM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default Absolute URL in flash buttons links

Hi,
Here is the hack to allow absolute URL in flash buttons. Open the file js/main.js and replace at the end of the file function :

Code:
function showPage(pageURL,button_id) {
    hideContent(pageURL);
    if (selected_button!="" && button_id!=selected_button) {
            sendToASUnselectButton('anim_'+selected_button);        
    }
    selected_button = button_id; 
}
by




Code:
function showPage(pageURL,button_id) {
    if (pageURL.substring(0,4).toLowerCase()=='http') {
        window.open(pageURL, '_blank');
        return;
    };
    hideContent(pageURL);
    if (selected_button!="" && button_id!=selected_button) {
            sendToASUnselectButton('anim_'+selected_button);        
    }
    selected_button = button_id; 
}
__________________
We are always pleased to read you in our guestbook
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


All times are GMT. The time now is 06:28 PM.


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