<?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>sprouthead blog &#187; FlashDevelop</title>
	<atom:link href="http://www.sprouthead.com/blog/category/flashdevelop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sprouthead.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 08 Apr 2010 08:33:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FlashDevelopをFlash Player 10用に設定する</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_for_flash_player_10.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_for_flash_player_10.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:21:01 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=656</guid>
		<description><![CDATA[				FlashDevelopをVectorクラスなどFlash Player 10の機能が使用できるように設定します。
				
				メニューから&#8221;プログラム設定&#8221;を選択します。
				 [...]]]></description>
			<content:encoded><![CDATA[				<p>FlashDevelopをVectorクラスなどFlash Player 10の機能が使用できるように設定します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_3.gif" rel="lightbox"><img class="alignnone size-full wp-image-660" style="border: 1px solid black;" title="flashdevelop_for_flash_player_10_3" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_3.gif" alt="flashdevelop_for_flash_player_10_3" width="173" height="197" /></a></p>
				<p>メニューから&#8221;プログラム設定&#8221;を選択します。</p>
				<p><span id="more-656"></span><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_2.gif" target="_blank" rel="lightbox"><img class="alignnone size-full wp-image-659" style="border: 1px solid black;" title="flashdevelop_for_flash_player_10_2" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_2.gif" alt="flashdevelop_for_flash_player_10_2" width="472" height="337" /></a></p>
				<p>左のリストから&#8221;AS3Context&#8221;を選択し、&#8221;Default Flash Version&#8221;を9から10に変更します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_5.gif" target="_blank" rel="lightbox"><img class="alignnone size-full wp-image-662" style="border: 1px solid black;" title="flashdevelop_for_flash_player_10_5" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_5.gif" alt="flashdevelop_for_flash_player_10_5" width="472" height="337" /></a></p>
				<p>Flash Playerを10にする為、左のリストから&#8221;FlashViewer&#8221;を選択し、&#8221;External Player Path&#8221;を&#8221;C:\Program Files\flex_sdk_3\runtimes\player\10\win\FlashPlayer.exe&#8221;に変更し&#8221;Close&#8221;をクリックします。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_1.gif" rel="lightbox"><img class="alignnone size-full wp-image-658" style="border: 1px solid black;" title="flashdevelop_for_flash_player_10_1" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_1.gif" alt="flashdevelop_for_flash_player_10_1" width="186" height="204" /></a></p>
				<p>&#8220;Project&#8221;でFlash Player １０用に出力したいプロジェクトを右クリックし、コンテキストメニューから&#8221;Properties&#8221;を選択します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_4.gif" rel="lightbox"><img class="alignnone size-full wp-image-661" style="border: 1px solid black;" title="flashdevelop_for_flash_player_10_4" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/07/flashdevelop_for_flash_player_10_4.gif" alt="flashdevelop_for_flash_player_10_4" width="260" height="307" /></a></p>
				<p>&#8220;Output&#8221;タブの&#8221;Platform&#8221;にある&#8221;Target:&#8221;をFlash Player 9からFlash Player10に変更し、&#8221;OK&#8221;をクリックします。</p>
				<p>次にFlex SDKの設定を変更します。<br />
				C:\Program Files\flex_sdk_3\frameworks\flex-config.xmlを編集します。17行目を</p>
				<pre name="code" class="html">

&lt;target-player&gt;9.0.124&lt;/target-player&gt;
</pre>
				<p>から、</p>
				<pre name="code" class="html">

&lt;target-player&gt;10.0.0&lt;/target-player&gt;
</pre>
				<p>上記のように変更して保存します。</p>
				<p>これでFlash Player 10用のswfがコンパイルできるようになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_for_flash_player_10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.1 RTM のインストールと日本語化</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_0_1_rtm_setuphtml.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_0_1_rtm_setuphtml.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:45:55 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=611</guid>
		<description><![CDATA[				知らないうちにFlashDevelop 3.0.0 RC6、RTMがリリースされてたうえに、3.0.1 RTMがリリースされていたのでとりあえずバージョンアップしてみました。
				3.0.1 RTMは3.0. [...]]]></description>
			<content:encoded><![CDATA[				<p>知らないうちにFlashDevelop 3.0.0 RC6、RTMがリリースされてたうえに、3.0.1 RTMがリリースされていたのでとりあえずバージョンアップしてみました。<br />
				3.0.1 RTMは3.0.0 RC2～RC6、RTMと完全な互換性がありますが、MainMenu.xmlとScintillaMenu.xmlが変更されているので注意が必要とのこと。</p>
				<p>3.0.1 RTMは<a href="http://www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4965" target="_blank">ここ</a>からダウンロードできます。<br />
				<span id="more-611"></span>バージョンアップの手順はいつもと同じように上書きインストールになりますので、新規インストールの場合でも手順は同様です。<a href="http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_4_upgrade.html" target="_blank">FlashDevelop 3.0.0 RC4 にアップグレード</a>を参考にインストールします。</p>
				<p>メニューの日本語化については<a href="http://labs.digitrick.net/" target="_blank">digitrick</a>さんが作成された<a href="http://labs.digitrick.net/article/200906231216.html" target="_blank">FlashDevelop 3.0.1 RTM の日本語化</a>にある日本語化ファイルをダウンロードし、解凍したファイルを“C:\Program Files\FlashDevelop\Settings”配下のファイルに上書きすることでできました。</p>
				<p>今回からコメントアウトの仕様が変更になり、Ctrl+Qで行コメント、行コメントされてる行にカーソルがあるときにCtrl+Qで行コメント解除というようにトグル式になりました。</p>
				<p>また、Ctrl+Shift+Qはブロックコメントになりました。これもトグル式。<br />
				ブロックコメントは選択した部分のみがコメントアウトされます。行の途中にカーソルがあるとその部分までがコメントアウトされるので注意が必要です。また、ブロックコメント中のどの行にカーソルがある状態でもCtrl+Shift+Qでコメントアウトが解除されます。</p>
				<p>それと今更かも知れませんが<a href="http://twitter.com/flashdevelop" target="_blank">FlashDevelopのTwitterアカウント</a>があるのに気がつきました。リリースの情報などが投稿されるみたいです。頻繁にバージョンアップされるのでフォローしてみました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_0_1_rtm_setuphtml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.0 RC5 のインストールと日本語化</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_5_setup.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_5_setup.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:46:39 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=591</guid>
		<description><![CDATA[				ろくに触ってないのにもうFlashDevelopのRC5がリリースされました。パフォーマンスの改善とバグが修正されているとのことなので、上書きインストールしてみました。
				RC5はここからダウンロードできま [...]]]></description>
			<content:encoded><![CDATA[				<p>ろくに触ってないのにもうFlashDevelopのRC5がリリースされました。パフォーマンスの改善とバグが修正されているとのことなので、上書きインストールしてみました。<br />
				RC5は<a href="http://www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4856" target="_blank">ここ</a>からダウンロードできます。</p>
				<p>手順は<a href="http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_4_upgrade.html" target="_blank">FlashDevelop 3.0.0 RC4 にアップグレード</a>とまったく同じです。<br />
				上書きインストール後にメニューが英語に戻ってしまいましたが、<a href="http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc4_menu.html" target="_blank">FlashDevelop 3.0.0 RC4 のメニューを日本語化</a>をやってみたところ問題なく日本語化されました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_5_setup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.0 RC4 のメニューを日本語化</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc4_menu.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc4_menu.html#comments</comments>
		<pubDate>Mon, 25 May 2009 11:00:51 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=578</guid>
		<description><![CDATA[				FlashDevelopのメニューを日本語化してみました。
				
				FlashDevelop 3.0.0 RC3 のメニューを日本語化してみる &#124; logicalyze::blog
				にあるFla [...]]]></description>
			<content:encoded><![CDATA[				<p>FlashDevelopのメニューを日本語化してみました。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_menu_2.gif" rel="lightbox"><img class="alignnone size-full wp-image-581" style="border: 1px solid black;" title="flashdevelop_3_rc_4_menu_2" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_menu_2.gif" alt="flashdevelop_3_rc_4_menu_2" width="459" height="156" /></a></p>
				<p><a href="http://www.logicalyze.net/blog/?p=2273" target="_blank">FlashDevelop 3.0.0 RC3 のメニューを日本語化してみる | logicalyze::blog</a></p>
				<p>にあるFlashDevelop 3.0.0 RC3メニュー日本語化ファイルを使用することで日本語化できます。RC3用ですがRC4でもそのまま使用できるとのこと。<span id="more-578"></span></p>
				<p>FlashDevelop 3.0.0 RC3メニュー日本語化ファイルをダウンロードし、解凍します。<br />
				&#8220;C:\Program Files\FlashDevelop\Settings&#8221;を任意の場所にコピーしてバックアップします。<br />
				解凍したFlashDevelop 3.0.0 RC3メニュー日本語化ファイルの</p>
				<p>MainMenu.xml<br />
				ScintillaMenu.xml<br />
				TabMenu.xml<br />
				ToolBar.xml</p>
				<p>を&#8221;C:\Program Files\FlashDevelop\Settings&#8221;の配下に上書き保存します。<br />
				FlashDevelopを起動するとメニューが日本語化されます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc4_menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.0 RC4 にアップグレード</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_4_upgrade.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_4_upgrade.html#comments</comments>
		<pubDate>Fri, 22 May 2009 11:00:55 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=569</guid>
		<description><![CDATA[				FlashDevelop 3.0.0 RC3をインストールしてすぐにRC4がリリースされたので、アップグレードしてみました。
				RC4はここからダウンロードできます。
				FlashDevelopのアッ [...]]]></description>
			<content:encoded><![CDATA[				<p>FlashDevelop 3.0.0 RC3をインストールしてすぐにRC4がリリースされたので、アップグレードしてみました。<br />
				RC4は<a onclick="javascript:pageTracker._trackPageview('/outgoing/www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4720');" href="http://www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4775" target="_blank">ここ</a>からダウンロードできます。</p>
				<p>FlashDevelopのアップグレードも<a href="http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_3_setup.html" target="_blank">インストール</a>と同様にダウンロードしたファイルを実行して上書きインストールするだけみたいです。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_1.gif" rel="lightbox"><img class="alignnone size-full wp-image-571" style="border: 1px solid black;" title="flashdevelop_3_rc_4_upgrade_1" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_1.gif" alt="flashdevelop_3_rc_4_upgrade_1" width="352" height="275" /></a></p>
				<p>ダウンロードしたファイルを実行すると上記画面が表示されるので&#8221;Next&#8221;をクリック。<span id="more-569"></span></p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_2.gif" rel="lightbox"><img class="alignnone size-full wp-image-572" style="border: 1px solid black;" title="flashdevelop_3_rc_4_upgrade_2" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_2.gif" alt="flashdevelop_3_rc_4_upgrade_2" width="352" height="275" /></a></p>
				<p>規約が表示されるので読んでから、&#8221;I Agree&#8221;をクリック。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_3.gif" rel="lightbox"><img class="alignnone size-full wp-image-573" style="border: 1px solid black;" title="flashdevelop_3_rc_4_upgrade_3" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_3.gif" alt="flashdevelop_3_rc_4_upgrade_3" width="352" height="275" /></a></p>
				<p>これもインストール時と同様にデフォルトのまま&#8221;Next&#8221;をクリックしました。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_4.gif" rel="lightbox"><img class="alignnone size-full wp-image-574" style="border: 1px solid black;" title="flashdevelop_3_rc_4_upgrade_4" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_4.gif" alt="flashdevelop_3_rc_4_upgrade_4" width="352" height="275" /></a></p>
				<p>インストールされているディレクトリと同じことを確認して&#8221;Install&#8221;をクリック。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_5.gif" rel="lightbox"><img class="alignnone size-full wp-image-575" style="border: 1px solid black;" title="flashdevelop_3_rc_4_upgrade_5" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_3_rc_4_upgrade_5.gif" alt="flashdevelop_3_rc_4_upgrade_5" width="352" height="275" /></a></p>
				<p>&#8220;See online guide to get started&#8221;にチェックを入れたまま&#8221;Finish&#8221;をクリックすると<a href="http://www.flashdevelop.org/wikidocs/index.php?title=Getting_Started" target="_blank">このページ</a>が立ち上がります。</p>
				<p>インストールが終わった後、FlashDevelopを起動したら、何故か立ち上がりませんでしたが、PCを再起動したら無事立ち上がり、設定も引き継いでいました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_4_upgrade.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.0 RC3のインストール</title>
		<link>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_3_setup.html</link>
		<comments>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_3_setup.html#comments</comments>
		<pubDate>Fri, 15 May 2009 13:00:44 +0000</pubDate>
		<dc:creator>seto</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sprouthead.com/blog/?p=518</guid>
		<description><![CDATA[				ちょっとFlashをやってみたくなり、ちょうどFlashDevelop3.0.0 RC3がリリースされたのでインストールしてみました。Adobe Flash CS4等の製品は使用せず、無料でswfを作成できるよう [...]]]></description>
			<content:encoded><![CDATA[				<p>ちょっとFlashをやってみたくなり、ちょうどFlashDevelop3.0.0 RC3がリリースされたのでインストールしてみました。Adobe Flash CS4等の製品は使用せず、無料でswfを作成できるようにします。</p>
				<p><strong>■事前準備</strong><br />
				まずFlashDevelopに必要なJavaと.NET Frameworkをインストールします。<br />
				下記のリンクからそれぞれの指示に従ってインストールします。</p>
				<p>・<a href="http://java.com/ja/" target="_blank">Java Version 6</a><br />
				・<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;DisplayLang=ja" target="_blank">Microsoft .NET Framework 3.5</a></p>
				<p><strong>■Flex 3 SDKのインストール</strong><br />
				swfを作成できるようにする為にFlex 3 SDKをインストールします。<br />
				Flex 3 SDKは<a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">ここ</a>からダウンロードできます。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_1.gif" rel="lightbox"><img class="alignnone size-full wp-image-524" style="border: 1px solid black;" title="flashdevelop_setup_1" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_1.gif" alt="flashdevelop_setup_1" width="500" height="438" /><br />
				<span id="more-518"></span></a></p>
				<p>今回は上記リンク先のサイトで&#8221;Stable Builds&#8221;の&#8221;3.3.0.4589&#8243;の&#8221;Adobe Flex SDK&#8221;を選びました。(&#8221;Stable Builds&#8221;とは安定版のことです。)</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_2.gif" rel="lightbox"><img class="alignnone size-full wp-image-525" style="border: 1px solid black;" title="flashdevelop_setup_2" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_2.gif" alt="flashdevelop_setup_2" width="308" height="152" /></a></p>
				<p>ライセンスについて表示されるので確認します。上記チェックボックスにチェックするとライセンスに同意したことになります。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_3.gif" rel="lightbox"><img class="alignnone size-full wp-image-526" style="border: 1px solid black;" title="flashdevelop_setup_3" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_3.gif" alt="flashdevelop_setup_3" width="308" height="152" /></a></p>
				<p>ライセンスに同意するとFlex 3 SDKのZipファイルがダウンロードできるリンクが表示されるので、これをクリックしてダウンロードします。ダウンロードが終わったら任意の場所に解凍します。今回は&#8221;C:\Program Files\flex_sdk_3\&#8221;に解凍しました。</p>
				<p><strong>■デバック版Flash Playerのインストール</strong><br />
				ログにtraceを出力できるようになるデバッグ版Flash Playerをインストールします。<br />
				デバッグ版Flash Playerは<a href="http://www.adobe.com/support/flashplayer/downloads.html" target="_blank">ここ</a>からダウンロードできます。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_11.gif" rel="lightbox"><img class="alignnone size-full wp-image-538" style="border: 1px solid black;" title="flashdevelop_setup_11" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_11.gif" alt="flashdevelop_setup_11" width="388" height="374" /></a></p>
				<p>IE用とそれ以外のブラウザ用があるので、上記の2つをダウンロードして実行し、インストールします。</p>
				<p><strong>■FlashDevelop 3.0.0 RC3のインストール</strong><br />
				FlashDevelopを<a href="http://www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4720" target="_blank">ここ</a>からダウンロードできます。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_4.gif" rel="lightbox"><img class="alignnone size-full wp-image-527" style="border: 1px solid black;" title="flashdevelop_setup_4" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_4.gif" alt="flashdevelop_setup_4" width="362" height="178" /></a></p>
				<p>上記リンクをクリックしてダウンロードします。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_5.gif" rel="lightbox"><img class="alignnone size-full wp-image-528" style="border: 1px solid black;" title="flashdevelop_setup_5" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_5.gif" alt="flashdevelop_setup_5" width="352" height="275" /></a></p>
				<p>ダウンロードしたファイルを実行すると上記が表示されるので&#8221;Next&#8221;をクリック。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_6.gif" rel="lightbox"><img class="alignnone size-full wp-image-529" style="border: 1px solid black;" title="flashdevelop_setup_6" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_6.gif" alt="flashdevelop_setup_6" width="352" height="275" /></a></p>
				<p>ライセンスが表示されるので確認し、&#8221;I Agree&#8221;をクリック。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_7.gif" rel="lightbox"><img class="alignnone size-full wp-image-530" style="border: 1px solid black;" title="flashdevelop_setup_7" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_7.gif" alt="flashdevelop_setup_7" width="352" height="275" /></a></p>
				<p>&#8220;Advanced&#8221;を開いて、&#8221;Multi Instance Mode&#8221;にチェックをするとFlashDevelopを多重起動できるようになりますが、今回はデフォルトのままにしました。&#8221;Next&#8221;をクリックします。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_8.gif" rel="lightbox"><img class="alignnone size-full wp-image-531" style="border: 1px solid black;" title="flashdevelop_setup_8" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_8.gif" alt="flashdevelop_setup_8" width="352" height="275" /></a></p>
				<p>インストール先のパスを設定し、&#8221;Install&#8221;をクリックします。ここもデフォルトのまましました。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_9.gif" rel="lightbox"><img class="alignnone size-full wp-image-532" style="border: 1px solid black;" title="flashdevelop_setup_9" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_9.gif" alt="flashdevelop_setup_9" width="352" height="275" /></a></p>
				<p>インストールが開始します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_10.gif" rel="lightbox"><img class="alignnone size-full wp-image-533" style="border: 1px solid black;" title="flashdevelop_setup_10" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_10.gif" alt="flashdevelop_setup_10" width="352" height="275" /></a></p>
				<p>インストールが終了すると上記が表示されます。&#8221;Run FlashDevelop 3.0.0&#8243;にチェックを入れておくと、&#8221;Finish&#8221;をクリックした後にFlashDevelopが起動します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_12.gif" rel="lightbox"><img class="alignnone size-full wp-image-543" style="border: 1px solid black;" title="flashdevelop_setup_12" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_12.gif" alt="flashdevelop_setup_12" width="315" height="296" /></a></p>
				<p>FlashDevelopが起動したらメニューの&#8221;Tools&#8221;から&#8221;Program Settings&#8230;&#8221;を選択します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_13.gif" rel="lightbox"><img class="alignnone size-full wp-image-544" style="border: 1px solid black;" title="flashdevelop_setup_13" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_13.gif" alt="flashdevelop_setup_13" width="472" height="337" /></a></p>
				<p>左のリストから&#8221;AS3Context&#8221;を選択し、&#8221;Language&#8221;にある&#8221;Flex SDK Location&#8221;にFlex 3 SDKがあるディレクトリを指定します。今回は&#8221;C:\Program Files\flex_sdk_3\&#8221;に解凍したので、これを指定します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_14.gif" rel="lightbox"><img class="alignnone size-full wp-image-545" style="border: 1px solid black;" title="flashdevelop_setup_14" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_14.gif" alt="flashdevelop_setup_14" width="472" height="337" /></a></p>
				<p>次に左のリストから&#8221;FlashViewer&#8221;を選択し、&#8221;その他&#8221;の&#8221;External Player Path&#8221;にFlex 3 SDKの配下のディレクトリに含まれるFlash Playerを指定します。今回は&#8221;C:\Program Files\flex_sdk_3\runtimes\player\win\FlashPlayer.exe&#8221;を指定しました。設定が終わったら、&#8221;Close&#8221;をクリックします。ここまででFlashDevelopの設定は終了です。</p>
				<p>■動作確認<br />
				正常にswfが出力できるか確認します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_15.gif" rel="lightbox"><img class="alignnone size-full wp-image-546" style="border: 1px solid black;" title="flashdevelop_setup_15" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_15.gif" alt="flashdevelop_setup_15" width="299" height="217" /></a></p>
				<p>メニューの&#8221;Project&#8221;から&#8221;New Project&#8230;&#8221;を選択します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_16.gif" rel="lightbox"><img class="alignnone size-full wp-image-547" style="border: 1px solid black;" title="flashdevelop_setup_16" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_16.gif" alt="flashdevelop_setup_16" width="380" height="333" /></a></p>
				<p>&#8220;Installed Templates&#8221;から&#8221;Flash IDE Project&#8221;を選択して&#8221;Location&#8221;にプロジェクトの保存先を指定します。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_18.gif" rel="lightbox"><img class="alignnone size-full wp-image-548" style="border: 1px solid black;" title="flashdevelop_setup_18" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_18.gif" alt="flashdevelop_setup_18" width="288" height="119" /></a></p>
				<p>&#8220;OK&#8221;をクリックします。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_17.gif" rel="lightbox"><img class="alignnone size-full wp-image-549" style="border: 1px solid black;" title="flashdevelop_setup_17" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_17.gif" alt="flashdevelop_setup_17" width="334" height="349" /></a></p>
				<p>右側の&#8221;Project&#8221;で今作成した&#8221;New Project(AS3)&#8221;を右クリックし、&#8221;Add&#8221;から&#8221;New Class&#8230;&#8221;を選択します。</p>
				<pre name="code" class="php">

package
{

import flash.display.Sprite;
public class NewClass extends Sprite
{
public function NewClass()
{
trace(&quot;test&quot;);
}
}
}
</pre>
				<p>NewClass.asに上記を記述してキーボードのCtrl+F8を押します。Flash Playerが立ち上がります。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_19.gif" rel="lightbox"><img class="alignnone size-full wp-image-552" style="border: 1px solid black;" title="flashdevelop_setup_19" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_19.gif" alt="flashdevelop_setup_19" width="344" height="367" /></a></p>
				<p>FlashDevelopの下のほうにある&#8221;Logs&#8221;をクリックして、トラッキングスタートのボタンをクリックします。</p>
				<p><a href="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_20.gif" rel="lightbox"><img class="alignnone size-full wp-image-553" style="border: 1px solid black;" title="flashdevelop_setup_20" src="http://www.sprouthead.com/blog/wp-content/uploads/2009/05/flashdevelop_setup_20.gif" alt="flashdevelop_setup_20" width="306" height="339" /></a></p>
				<p>traceに指定した文字が出力されていたら正常に動作しています。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sprouthead.com/blog/flashdevelop/flashdevelop_3_rc_3_setup.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
