2011-06-09から1日間の記事一覧

AIR アプリのアイコン

AIR アプリ作成でアイコンを設定するには、[AIRアプリ名]-app.xml の中に 以下のように、FlashBuilder ソースフォルダに置いたアイコン画像を指定すれば良い。 <icon> <image16x16>/icon/icon_016.png</image16x16> <image32x32>/icon/icon_032.png</image32x32> <image48x48>/icon/icon_048.png</image48x48> <image128x128>/icon/icon_128.png</image128x128> </icon> AIR 用のアイ…