facebook twitter hatena line email

Flash/FlashBuilderインストール

提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:16時点における127.0.0.1 (トーク)による版 (ページの作成:「==60日体験版ダウロード== http://www.adobe.com/cfusion/tdrc/thankyou_2.0.cfm?product=flash_builder&loc=ja ==インストール== 体験版を選択 ==helloworld...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

60日体験版ダウロード

http://www.adobe.com/cfusion/tdrc/thankyou_2.0.cfm?product=flash_builder&loc=ja

インストール

体験版を選択

helloworld

  1. 新規/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>
  1. 実行

参考URL

http://www.atmarkit.co.jp/fwcr/special/flashbuilder4/01.html