[Actionscript] Actionscript 3.0 Note
- Nest
- Development
- Category
- ETC
- Hit
- 558
- Star
- 0
AS3.0에서 간단하게 링크걸기
import flash.net.URLRequest;
navigateToURL(new URLRequest('http://google.com'), '_self');
import flash.net.URLRequest;
navigateToURL(new URLRequest('http://google.com'), '_self');