flash buttons do not work. help please.
iv created flash gallery using as3. im having self study im not sure how manipulate codes. did place codes on each frame next/previous buttons place.. works fine locally, when upload online, seems not work , whole frame runs when should stop frame frame. please help. don't know happening coz working fine locally.
(example code below)
stop();
btn_nstand2.addeventlistener(mouseevent.click, onstudio3);
function onstudio3(event:mouseevent):void {
gotoandplay("studio3");
}
btn_close1.addeventlistener(mouseevent.click, onstudio4);
function onstudio4(event:mouseevent):void {
gotoandplay("home");
}
btn_pstand1.addeventlistener(mouseevent.click, onstudio5);
function onstudio5(event:mouseevent):void {
gotoandplay("studio1");
}
import fl.transitions.*;
import fl.transitions.easing.*;
transitionmanager.start(studiopic1, {type:fade, direction:transition.in, duration:2, easing:strong.easeout});
stop();
regards,
nikki.
does file load external files? swf file in same folder html page loads it?
More discussions in ActionScript 3
adobe
Comments
Post a Comment