actionscript3

SecurityError: Error #2060: セキュリティサンドボックス侵害

↓このエラーに小1時間ぐらいハマった… SecurityError: Error #2060: セキュリティサンドボックス侵害 ExternalInterface 呼び出し元 file:///.../.../actionscript3/FoundationAS3Animation/ch02/EventDemo.swf は file:///.../.../actionscript3/Foundatio…

Flash ThunderBolt

FireFoxのFireBugにデバッグ情報を出力してくれるデバッガーツール。 ダウンロードして展開する。 $ mkdir -p ~/actionscript3/classes $ cd ~/tmp $ wget http://flash-thunderbolt.googlecode.com/files/ThunderBoltAS3_v1.0.zip $ unzip http://flash-thu…

ActionScript 3.0 アニメーション

サンプルコードをダウンロードしたら、ソース内がSJISで書かれていたので これをUTF-8に変換。 $ sudo port install nkf $ cd ~/actionscript3/FoundationAS3Animation/ $ find . -name "*.as" -exec nkf -w --overwrite {} \;

TextMateでactionscript3環境

AS3環境をつくったを参考に。 $ mkdir -p ~/Library/Application\ Support/TextMate/Bundles $ cd ~/Library/Application\ Support/TextMate/Bundles $ export LC_CTYPE=en_US.UTF-8 $ svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.…

Flex 2 SDKのインストール

adobeのサイトから、Flex 2 SDKとFlex Language Packをダウンロードして、展開するだけ。 $ mkdir ~/flex2sdk/ $ cd ~/flex2sdk/ $ unzip ~/tmp/flex_sdk_2_hf1.zip $ unzip ~/tmp/flex_sdk_2_ja.zip