setTimeout

function hello(){
trace("hello")
}

intervalID = setTimeout(hello, 1000)

clearTimeout(intervalID)

댓글

이 블로그의 인기 게시물

jboss AS 7.1에서 404에러 페이지 설정하기

CentOS 7 인터넷 연결하기

MacOSX에서 MongoDB 설치&환경설정