nice presentation.
Posted 9 months ago
Nice navigation for your website. Try to click on it to see all effects.
Add as many buttons as you need. Easy to customize and personalize.
enter_btn.onRelease = function(){
sections_mc.gotoAndStop(“home”
;
sections_mc.home_mc.gotoAndPlay(25);
};
Help The links open a new browser window. How can I get it to open the links in the same window? I have tried using _self with the links in the action script but it added _self to the url and then that caused a url error. Thanks dnoray!
Posted 7 months ago
dnoray.. Sorry for the delay but i’m really busy. It is simple.
Open MenuButton.as
find line 82
change: getURL(link, “_blank”
;
Good luck.
Hi plat4m or anybody else who could help me…...
How can i just get one of the Meny items to open the links in a different window. Only one Menu item, rest of the once in the same window. Appreciate your attention ASAP please!
Thanks
Posted 3 months ago