aboutBtn.addEventListener(MouseEvent.CLICK, aboutLoad);
function aboutLoad(e:MouseEvent):void {
ldr.source = "about.swf";
}
I am using the Ul Loder in Flash to load the pages of my website when the buttons are clicked. When my page loads it animates for a bit and I am also wanting it to animate befor it unloads. How do I tell it that on click of say ‘home’ it should play frame 6 of about.swf then when it’s finished playing ulLoad about.swf and load home.swf?