
完全メモ。 なんも、FlashでWEBページ表示したいときはgetURL使えばいいんだぁ~と思っていたが、マニュアルみてるとまぁまぁそうでもなさそう。
|
homeButton.addEventListener(MouseEvent.CLICK, gotoAuthorPage); function gotoAuthorPage(event:MouseEvent):void { var targetURL:URLRequest = new URLRequest("http://code.xenophy.com/"); navigateToURL(targetURL); } |
こ