![]() |
free flash templates
![]() ![]() |
|
#1
|
|||
|
|||
![]()
Here are the steps to follow to the letter to add a new flash portfolio page :
- Replace function myFlashGallery in file js/main.js : lines 61 to 68 by these ones: PHP Code:
- In this new page _portfolio2.htm edit the content like this : myFlashGallery('flash/gallery',540,418,'#000000','flash_id','gallery2.xml'); - Duplicate gallery.xml file in 'gallery2.xml' and edit this file for the new gallery.
__________________
We are always pleased to read you in our guestbook |
#2
|
|||
|
|||
![]()
thanks for a useful thread, guys)))
|
#3
|
|||
|
|||
![]()
Here is the hack to allow absolute URL in flash buttons and open them in a new window.
If you want the link top open in the same window replace _blank by _self. 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 |
#4
|
|||
|
|||
![]()
thanks for a sharing useful thread!!!
|
#5
|
|||
|
|||
![]() I am a newbie here and just wanna say Hi to everyone. I am Crystal from Louisiana, US. __________________ free photoshop tutorials |
#6
|
|||
|
|||
![]()
You can add a link in the same page (like a button does) this way:
<a href="javascript:showPage('_mypage.htm');">mylink</a>
__________________
We are always pleased to read you in our guestbook |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|