btn_ie.addEventListener(MouseEvent.MOUSE_DOWN, click_d);
function click_d(event:MouseEvent):void
{
switch (event.currentTarget)
{
case btn_ie :
MovieClip(this.parent.parent).gotoAndStop("p_r");
MovieClip(this.parent).gotoAndStop(2);
gotoAndStop(2);
break;
}
}
Embeded SWF loading event
-
well... I know this place has pretty much been killed by the admins and is
in it's death throes but oh well. I'm trying to use Embed SWFs in a project
for ...
6 days ago
0 comments:
Post a Comment