startover.addEventListener(MouseEvent.CLICK, removeallFunction);
function removeallFunction (event:MouseEvent):void
{
if (ExternalInterface.available){
ExternalInterface.call("function startover(){document.location.reload()}");
}
}
'AS3 > ActionScript' 카테고리의 다른 글
칼라 트랜지션 (0) | 2009.10.16 |
---|---|
앞으로 나올 Flash Player 10.1 와 향후 모바일 플래시 플랫폼 (0) | 2009.10.07 |
클래스 기반의 사이트 작업을 위한 클래스 구조 샘플 (0) | 2009.08.12 |
BitmapData 에 draw할때 크기 줄이기 (0) | 2009.07.14 |
그림판 (2) | 2009.06.26 |