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 用のアイコンは、デザインが限定されるが、以下を使うと簡単に作成できた。

http://icon-generator.net/