Very interesting 
I love the way it looks. Only problem I have is I can’t get the links to work. I put the url’s in correctly. When I click on the button’s nothing happens
Posted about 1 month ago
hi djlegacy69 can you please send your email in my profile message box: http://www.flashden.net/user/designesia
Posted about 1 month ago
Hi,
Very nice.
Can I use each of these buttons in my main movie to load external swfs in an empty movie clip in my main movie?
I want to use an action like this on each of the buttons:
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “home”;
container.loadMovie(“home.swf”
;
} else if (_root.currMovie != “home”
{
if (container._currentframe >= container.midframe) {
_root.currMovie = “home”;
container.play();
}
}
}
Will it work in this manner? Thanks…
Posted about 1 month ago
Hi,
Also, how easy is this to customize?
I want to add 2more buttons, that is why I need to know if this can be easily done.
thanks..
Posted about 1 month ago