Click to See Complete Forum and Search --> : Flash buttons dont work
bdaddy23
05-25-2009, 05:43 PM
Hi,
I have my page and it even has a little flash on it, but i dont know what to do to get the buttons to take me to the other pages on my site. Any ideas on how to fix this. THanks
www.twintownplumbing.com
bdaddy23
05-26-2009, 02:42 PM
anyone?
Eye for Video
05-26-2009, 11:19 PM
Without seeing how the actionscript is layed out, it's pretty hard to say. So while your buttons have movement animation, they do not have any goto actions attached.
Did you create the Flash? What version of AS are you using? Are the other pages html pages or are they build it to the main .swf?
So for example if your pages are html pages... let's say your services page... and you are using AS2, then you would need to include something like this in the services button animation ( in the .fla):
services_mc.onRelease = function(){
getURL("http://www.twintownplumbing.com/services.html");
}in AS3 i believe it's navigatetoURL.
But either way, you need to include some type of goto action in the animation so that after the button animates on roll over and is Clicked , then it goes to the selected url.
Best wishes,
EfV