<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vancouverで活動中の沖縄人。flash Actionscript Blog構築 他プログラミング &#124; エンズクリエイティブスタヂオ &#187; Flex</title>
	<atom:link href="http://www.ncreate.net/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ncreate.net</link>
	<description>バンクーバーで活動中の沖縄人。フリーランスのウェブデザイナー。Flash,Actionscript他</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:37:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex デフォルト背景色の設定</title>
		<link>http://www.ncreate.net/flex/post335/</link>
		<comments>http://www.ncreate.net/flex/post335/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 03:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=335</guid>
		<description><![CDATA[先の投稿
Flex ローディング画面のカスタマイズ
で、背景色を設定することはできたんだけど、一瞬だけflexデフォルトの色が出てしまう。
これを変更するにはコンパイルオプションを設定する必要があるようだ。
flex b [...]]]></description>
			<content:encoded><![CDATA[<p>先の投稿</p>
<p><a href="http://www.ncreate.net/flex/post331/">Flex ローディング画面のカスタマイズ</a></p>
<p>で、背景色を設定することはできたんだけど、一瞬だけflexデフォルトの色が出てしまう。</p>
<p>これを変更するにはコンパイルオプションを設定する必要があるようだ。</p>
<p>flex builderの対象プロジェクト内で</p>
<p>プロジェクト→プロパティ→Flexコンパイラ</p>
<p>そして、追加コンパイラ引数に</p>
<p>-default-background-color=0xffffff</p>
<p>を追加（ 0xffffff は任意の色　）すると設定できる。</p>
<p>オプション一覧はこちら</p>
<p><a href="http://livedocs.adobe.com/flex/3_jp/html/help.html?content=compilers_14.html">アプリケーションコンパイラのオプションについて</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flex/post335/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex ローディング画面のカスタマイズ</title>
		<link>http://www.ncreate.net/flex/post331/</link>
		<comments>http://www.ncreate.net/flex/post331/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=331</guid>
		<description><![CDATA[Flex でswfを書き出した際、自動で追加されえるローディング画面。
あれはあれで便利だけど、変更して使いたい場合はこちら。
アプリケーションのダウンロード状況の表示
これによると、作成方法は

 DownloadPr [...]]]></description>
			<content:encoded><![CDATA[<p>Flex でswfを書き出した際、自動で追加されえるローディング画面。<br />
あれはあれで便利だけど、変更して使いたい場合はこちら。</p>
<p><a href="http://livedocs.adobe.com/flex/3_jp/html/help.html?content=app_container_4.html">アプリケーションのダウンロード状況の表示</a></p>
<p>これによると、作成方法は</p>
<ul>
<li> DownloadProgressBar クラスのサブクラスを作成</li>
<li>mx.preloaders.IPreloaderDisplay インターフェイスを実装する flash.display.Sprite クラスのサブクラスを作成します。</li>
</ul>
<p>の２通り。</p>
<p>まずは前者から入ってみよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flex/post331/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flight Framework</title>
		<link>http://www.ncreate.net/flex/post152/</link>
		<comments>http://www.ncreate.net/flex/post152/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 07:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=152</guid>
		<description><![CDATA[AIRでの開発を機にFlexにも手を出し始めたところ、昨日お会いした開発会社の社長様より
Flex Frameworkの存在をしらされ、調べてみた。
Cairngorm Framework
どうやらこれが一番古い＆使われ [...]]]></description>
			<content:encoded><![CDATA[<p>AIRでの開発を機にFlexにも手を出し始めたところ、昨日お会いした開発会社の社長様より<br />
Flex Frameworkの存在をしらされ、調べてみた。</p>
<p><a href="http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm"><strong>Cairngorm Framework</strong></a></p>
<p>どうやらこれが一番古い＆使われているっぽい。<a href="http://opensource.adobe.com/wiki/display/site/Projects">Adobe Open Source project</a>の一つとして開発が進められている。Flexをやるならこれ触っとけよ。ってことか。</p>
<p><a href="http://www.puremvc.org/"><strong>pureMVC</strong></a></p>
<p>先のCairngormはやたらコードを吐き出すみたいで、pureMVCはその欠点を補う点がフィーチャーされているようだ。ググって見つけたいくつかの比較サイトではこちらを勧める方が多かった。Framework自体不慣れだし、勉強するならこっからかな、、、</p>
<p><a href="http://www.flightxd.com/flightframework/"><strong>Flight Framework</strong></a></p>
<p>「Cairngormの後継」とされるようで、pureMVCのようにコードがシンプルにまとまりつつ、Adobeのprojectとして開発が引き継がれるのであれば、これから伸びてくる可能性もある。ただ、本当に情報が少ない。。</p>
<ul>
<li><a href="http://www.flightxd.com/flightframework/about/">About Flight Framework(英語)</a></li>
</ul>
<p>他にもいろいろあったけど、利用者数、ドキュメント量、将来性からみて、結局はこの３つから選ぶことになりそう。まずは入門者にやさしいとされるpureMVCから始めて様子を見ながらFlightへ移ってみようかな、、</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flex/post152/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexで外部から読み込んだswfを参照する</title>
		<link>http://www.ncreate.net/flex/post131/</link>
		<comments>http://www.ncreate.net/flex/post131/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=131</guid>
		<description><![CDATA[flexからFlashCS4で作成したswfを読み込んでその中のインスタンスを参照する方法。
AS良く分かっていないなりにとりあえずメモ。
ドキュメントルート（Main）はこう
PLAIN TEXT
ACTIONSCRI [...]]]></description>
			<content:encoded><![CDATA[<p>flexからFlashCS4で作成したswfを読み込んでその中のインスタンスを参照する方法。</p>
<p>AS良く分かっていないなりにとりあえずメモ。</p>
<p>ドキュメントルート（Main）はこう</p>
<div class="igBar"><span id="lactionscript-2"><a href="#" onclick="javascript:showPlainTxt('actionscript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ACTIONSCRIPT:</span>
<div id="actionscript-2">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">package</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">import</span> flash.<span style="color: #0066CC;">text</span>.<span style="color: #0066CC;">TextField</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">display</span>.<span style="color: #006600;">Sprite</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> Main <span style="color: #0066CC;">extends</span> Sprite</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> tf:<span style="color: #0066CC;">TextField</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">function</span> Main<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tf = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">TextField</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; addChild<span style="color: #66cc66;">&#40;</span>tf<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> change<span style="color: #66cc66;">&#40;</span>inStr:<span style="color: #0066CC;">String</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tf.<span style="color: #0066CC;">text</span> = inStr;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>パブリッシュしたswfはfoo.swf、flexからの読込みはmxmlで</p>
<p>&lt;mx:SWFLoader source="foo.swf" id="swf"/&gt;</p>
<p>とした。検証結果はこんな感じ</p>
<p>可）</p>
<p>swf.tf.text = "123"</p>
<p>swf.content['tf'] = "123"</p>
<p>swf.content['root'].tf.text = "123"</p>
<p>swf.content['root'].change("123");</p>
<p>不可）</p>
<p>swf.content['Main']</p>
<p>以上</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flex/post131/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex 始めました</title>
		<link>http://www.ncreate.net/flex/post110/</link>
		<comments>http://www.ncreate.net/flex/post110/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 06:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=110</guid>
		<description><![CDATA[「自分にはまだ早い」
そう思っていたけど、AIR開発のオファーを頂いた事をきっかけについに購入。
まる１日触りまくってみたので感想を。
慣れているからかも知れないけど、画面遷移等、派手なインタラクションとか作りこみたいの [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_117" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-117" title="Flex Builder購入！" src="http://www.ncreate.net/wp-content/uploads/2009/03/200903072.jpg" alt="Flex Builder購入！" width="300" height="225" /><p class="wp-caption-text">Flex Builder購入！</p></div>
<p>「自分にはまだ早い」<br />
そう思っていたけど、AIR開発のオファーを頂いた事をきっかけについに購入。</p>
<p>まる１日触りまくってみたので感想を。</p>
<p>慣れているからかも知れないけど、画面遷移等、派手なインタラクションとか作りこみたいのであればやっぱりFlashかな。逆に簡単な動作サンプルとかビジュアル関係無しにすぐに動きを示したい場合はFlexの方がよさそう。</p>
<p>管理画面とかカッチリしたつくりならFlex</p>
<p>表の派手なとこはFlash</p>
<p>でしょうかね。どちらにせよ作りこむにはAS3の知識は必須ですね。</p>
<p>近いうち何かサンプル作ってみよかな。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flex/post110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
