チェンジセット 839
- コミット日時:
- 2008/07/14 08:21:23 (4 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/ComboSample.mxml
r620 r839 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- コンボボックスでキャラクターを選択可能な、FLARToolKitの利用サンプル --> 3 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" styleName="plain" applicationComplete="onInit();"> 3 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 4 styleName="plain" 5 width="640" 6 height="480" 7 applicationComplete="onInit();"> 4 8 <mx:Script> 5 9 <
