Flash/FlashBuilderインストール
提供: 初心者エンジニアの簡易メモ
60日体験版ダウロード
http://www.adobe.com/cfusion/tdrc/thankyou_2.0.cfm?product=flash_builder&loc=ja
インストール
体験版を選択
helloworld
- 新規/Flexプロジェクトでプロジェクト名をhelloworld
<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"> <fx:Declarations> <!-- 非ビジュアルエレメント (サービス、値オブジェクトなど) をここに配置 --> </fx:Declarations> <s:Label text='helloworld' /> </s:Application>
- 実行
参考URL
http://www.atmarkit.co.jp/fwcr/special/flashbuilder4/01.html