free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
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
|
|||
|
|||
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
|
|||
|
|||
Quote:
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
|
|||
|
|||
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
|
|||
|
|||
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
|
|||
|
|||
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
|
|||
|
|||
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; } 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 |
|
|