タグ

flexとcompilerに関するlamichのブックマーク (2)

  • ◆nemu90kWw.の雑記 - mxmlcの使い方とコンパイルオプションを勝手に解説

    講座とか書くならやっぱり無料がいいってんで、そろそろFlex BuilderからFlex SDKに移行しようとしているんだけど、扱い方が分からなきゃどうしようもないんでざっくり調べてみた。解説もざっくりしてるけど、まあ大体のことは分かると思う。 書きかたビルドするだけならasファイルを指定するだけでいい。例えば「test.as」を指定すれば、同じフォルダにtest.swfが作成される。mxmlc test.asasファイルの指定は1個のみ。もちろんimportしたクラスなどは自動的に読み込まれる。 オプションの書きかたは大きく分けて2通りある。1つはコマンドラインに直接書く方法。mxmlc -output bin/test.swf -default-size 320 240 -default-frame-rate 60 -default-background-color 0x000000

  • Flex Compiler Shell - Adobe Labs

    Thank you for participating in the Flash Player beta program. As Flash Player approaches its scheduled end of life, we are transitioning beta customers to the secure release build of Flash Player. No action is required on your part, the update process is automatic. For customers that would like to remove Flash Player from their systems, please see our easy to follow instructions for uninstalling o

  • 1