![]() |
free flash templates
![]() ![]() |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
Is that problem with absolute URL's already been solved? I have that same problem and my site isn't finished without that fix.
|
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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 |
![]() |
|
|