<?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>DigiTechLog Dot Com &#187; ツール</title>
	<atom:link href="http://digitechlog.com/tag/%e3%83%84%e3%83%bc%e3%83%ab/feed" rel="self" type="application/rss+xml" />
	<link>http://digitechlog.com</link>
	<description>Adobe AIR、Flex、Flash、Java</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LuminicBox.Log: ActionScript Debbug用コンソールツール</title>
		<link>http://digitechlog.com/2009/10/24/luminicbox-log-logging-api-and-output-console-for-actionscript.html</link>
		<comments>http://digitechlog.com/2009/10/24/luminicbox-log-logging-api-and-output-console-for-actionscript.html#comments</comments>
		<pubDate>Sat, 24 Oct 2009 02:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[LuminicBox.Log]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[コンソール]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/10/24/luminicbox-log-logging-api-and-output-console-for-actionscript.html</guid>
		<description><![CDATA[前回紹介した「Alcon: オープンソースのActionScript向けの軽量デバッギングツール」とちょっと違って、今回の「LuminicBox.Log」では、ActionScript Debbug用コンソールツールです。ネット上に少し探してみましたが、LuminicBox.Logが使われている場所は多くないし、英語資料でも日本語資料などもあまり見つかりませんでした。
※掲題の件を発表する時点では、開発者のブログは何か問題があって、メンテナンスしているようですから、LuminicBox.Logのダウンロードはできない状態です。
まずはデモを見ましょう。左側のバーの中では、文字列、数字と日付などを出力ボタンが用意されています。クリックすればそれぞれ内容を出力できます。

 
LuminicBox.Logのメインの特徴として、以下の様のいくつかあります。
・マルチ出力レベル
出力ログのレベルはユーザで指定できます。LOG, DEBUG, INFO, WARN, ERROR, FATALなどを指定できます。
・Objectタイプチェック
オブジェクトとMovieClipのタイプをチェックするできます。
・マルチ出力ターゲット
log4jと似て、Publishersを利用してマルチターゲットに出力できます。
・Flash 6、７サポート
Flexだけではなくて、Flash6とFlash７でもサポートされています（ちょっと古いけど）。
・GUIコンソール
GUIコンソールでメッセージ内容を見れます。
・小さいサイズ出力ファイル
出力ファイルサイズは小さいです、３KBぐらいのみ。
【関連リンク】
一時アクセスできないですが、とりあえずURLをメモします。
http://luminicbox.com
次はデモのURL、これはアクセスできます。
http://luminicbox.com/dev/flash/log/example.htm
Related Posts

Alcon: オープンソースのActionScript向けの軽量デバッギングツール
SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール
As3Converter: ActionScript2をActionScript3にコンバータするツール
SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集
swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール
使いやすいオープンソースのActionScriptデバッグツールリスト
Groovyでプログラムソースコード行数の計算をすっごく簡単で実現する

]]></description>
			<content:encoded><![CDATA[<p>前回紹介した「<a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a>」とちょっと違って、今回の「LuminicBox.Log」では、ActionScript Debbug用コンソールツールです。ネット上に少し探してみましたが、LuminicBox.Logが使われている場所は多くないし、英語資料でも日本語資料などもあまり見つかりませんでした。</p>
<p>※掲題の件を発表する時点では、開発者のブログは何か問題があって、メンテナンスしているようですから、LuminicBox.Logのダウンロードはできない状態です。</p>
<p>まずはデモを見ましょう。左側のバーの中では、文字列、数字と日付などを出力ボタンが用意されています。クリックすればそれぞれ内容を出力できます。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/10/LuminicBoxLog.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="LuminicBox-Log" border="0" alt="LuminicBox-Log" src="http://digitechlog.com/wp-content/uploads/2009/10/LuminicBoxLog_thumb.png" width="504" height="304" /></a></p>
<p> <span id="more-711"></span>
<p>LuminicBox.Logのメインの特徴として、以下の様のいくつかあります。</p>
<p><strong>・マルチ出力レベル</strong></p>
<p>出力ログのレベルはユーザで指定できます。LOG, DEBUG, INFO, WARN, ERROR, FATALなどを指定できます。</p>
<p><strong>・Objectタイプチェック</strong></p>
<p>オブジェクトとMovieClipのタイプをチェックするできます。</p>
<p><strong>・マルチ出力ターゲット</strong></p>
<p>log4jと似て、Publishersを利用してマルチターゲットに出力できます。</p>
<p><strong>・Flash 6、７サポート</strong></p>
<p>Flexだけではなくて、Flash6とFlash７でもサポートされています（ちょっと古いけど）。</p>
<p><strong>・GUIコンソール</strong></p>
<p>GUIコンソールでメッセージ内容を見れます。</p>
<p><strong>・小さいサイズ出力ファイル</strong></p>
<p>出力ファイルサイズは小さいです、３KBぐらいのみ。</p>
<p>【関連リンク】</p>
<p>一時アクセスできないですが、とりあえずURLをメモします。</p>
<p><a title="http://luminicbox.com" href="http://luminicbox.com">http://luminicbox.com</a></p>
<p>次はデモのURL、これはアクセスできます。</p>
<p><a title="http://luminicbox.com/dev/flash/log/example.htm" href="http://luminicbox.com/dev/flash/log/example.htm">http://luminicbox.com/dev/flash/log/example.htm</a></p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html" title="SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール">SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</a></li>
<li><a href="http://digitechlog.com/2009/02/23/as3-converter-an-ant-task-small-collection-of-as3-classes-an-actionscript2-project-to-actionscript3.html" title="As3Converter: ActionScript2をActionScript3にコンバータするツール">As3Converter: ActionScript2をActionScript3にコンバータするツール</a></li>
<li><a href="http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html" title="SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集">SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集</a></li>
<li><a href="http://digitechlog.com/2009/02/01/swfmill-is-an-xml2swf-and-swf2xml-processor-with-import-functionalities.html" title="swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール">swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール</a></li>
<li><a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html" title="使いやすいオープンソースのActionScriptデバッグツールリスト">使いやすいオープンソースのActionScriptデバッグツールリスト</a></li>
<li><a href="http://digitechlog.com/2008/12/04/how-to-count-lines-of-code-with-short-program-in-groovy.html" title="Groovyでプログラムソースコード行数の計算をすっごく簡単で実現する">Groovyでプログラムソースコード行数の計算をすっごく簡単で実現する</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/10/24/luminicbox-log-logging-api-and-output-console-for-actionscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alcon: オープンソースのActionScript向けの軽量デバッギングツール</title>
		<link>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html</link>
		<comments>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[ツール]]></category>
		<category><![CDATA[デバッギング]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html</guid>
		<description><![CDATA[この前の「使いやすいオープンソースのActionScriptデバッグツールリスト」にも紹介していましたが、Alconとは、Sascha Balkau氏が開発され、パフォーマンス情報が見れたり、オブジェクトの詳細な情報をダンプ出来てオープンソースのActionScript 2及びActionScript 3向けの軽量デバッグツールです。
Alconの最初のバージョンはFlash Player 7の時代から書かれたものですので、そのバージョンはActionScriptのtraceによってログを取るだけのツールです。
AlconはAdobe AIRでも動作できます。FlexコンパイラのFlash IDEやMTASC(※MTASC（Motion-Twin ActionScript2 Compiler）: フリーのコマンドラインActionScript(Flash)コンパイラ)中にも使えます。
 

以下の様の特徴があります。

Rewritten for Adobe AIR.
Trace API to output any kind of data in the same fashion ActionScript’s own trace method does but with severity levels, filtering and recursive object tracing.
A new App Monitor that monitors Framerate, Frame Render Time and Memory Consumption.
A completely new Object [...]]]></description>
			<content:encoded><![CDATA[<p>この前の「<a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html">使いやすいオープンソースのActionScriptデバッグツールリスト</a>」にも紹介していましたが、Alconとは、Sascha Balkau氏が開発され、パフォーマンス情報が見れたり、オブジェクトの詳細な情報をダンプ出来てオープンソースのActionScript 2及びActionScript 3向けの軽量デバッグツールです。</p>
<p>Alconの最初のバージョンはFlash Player 7の時代から書かれたものですので、そのバージョンはActionScriptのtraceによってログを取るだけのツールです。</p>
<p>AlconはAdobe AIRでも動作できます。FlexコンパイラのFlash IDEやMTASC(※<a href="http://digitechlog.com/2009/01/23/actionscript-2-open-source-free-compiler-mtasc.html">MTASC（Motion-Twin ActionScript2 Compiler）: フリーのコマンドラインActionScript(Flash)コンパイラ</a>)中にも使えます。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/10/Alcon.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="Alcon" src="http://digitechlog.com/wp-content/uploads/2009/10/Alcon_thumb.png" width="484" height="561"></a> </p>
<p><span id="more-684"></span>
<p>以下の様の特徴があります。</p>
<ul>
<li>Rewritten for Adobe AIR.
<li>Trace <acronym>API</acronym> to output any kind of data in the same fashion ActionScript’s own trace method does but with severity levels, filtering and recursive object tracing.
<li>A new App Monitor that monitors Framerate, Frame Render Time and Memory Consumption.
<li>A completely new Object Inspector to view the properties of Objects, Arrays and Classes.
<li>Included Help-Panel for quick access to Help and <acronym>API</acronym> documentation.
<li>Supports ActionScript 2 and 3.
<li>Two File Loggers which can be activated optionally to monitor log files.
<li>Options Dialog to comfortably configure settings like background and text colors, output font and many other preferences.
<li>Auto-Update.</li>
</ul>
<p>実際使ってみるとアプリケーションの監視機能は「えー！」（強いな）という驚嘆を出るかもしれません。これはFlashアプリケーションに直接FPS計測機能を埋め込む必要がなくなりますから。</p>
<p>簡単でといえば、Alconは使いやすいツールですが、ドキュメントやサンプルなど資料はそんなに多くないです。興味がある方たちは自分の力を引き出しましょう。</p>
<p>【関連リンク】</p>
<p><a title="http://blog.hexagonstar.com/alcon/" href="http://blog.hexagonstar.com/alcon/">http://blog.hexagonstar.com/alcon/</a>　公式サイト</p>
<p><a title="http://www.infoq.com/news/2008/09/alcon3-released" href="http://www.infoq.com/news/2008/09/alcon3-released">http://www.infoq.com/news/2008/09/alcon3-released</a>　InfoQから開発者とのインタビュー</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html" title="使いやすいオープンソースのActionScriptデバッグツールリスト">使いやすいオープンソースのActionScriptデバッグツールリスト</a></li>
<li><a href="http://digitechlog.com/2010/03/12/7-asynchronous-processing-open-source-actionscript-library.html" title="７+ AS3で非同期処理のオープンソースのライブラリ一覧">７+ AS3で非同期処理のオープンソースのライブラリ一覧</a></li>
<li><a href="http://digitechlog.com/2010/02/13/as3unit-actionscript-3-junit-for-flash.html" title="AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク">AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク</a></li>
<li><a href="http://digitechlog.com/2010/02/07/foam-as3-2d-rigid-body-physics-engine.html" title="FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン">FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン</a></li>
<li><a href="http://digitechlog.com/2009/08/25/phpobject-is-a-flash-remoting-alternative-for-php.html" title="PHPObject: PHPとFlashのActionScript連携パッケージ">PHPObject: PHPとFlashのActionScript連携パッケージ</a></li>
<li><a href="http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html" title="JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ">JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ</a></li>
<li><a href="http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html" title="SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール">SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</a></li>
<li><a href="http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html" title="Movie Masher: ActionScript 3ベースのオンラインビデオエディタ">Movie Masher: ActionScript 3ベースのオンラインビデオエディタ</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</title>
		<link>http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html</link>
		<comments>http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[SILEX]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html</guid>
		<description><![CDATA[その前に紹介した「MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク」では、Flashマイクロサイトを１日で作成可能MC Tweenというフレームワークですが、FlashやActionScriptの基本的な知識が必要です。
今回の「SILEX」では、FlashやActionScriptの知識がいらなくて、普通のユーザでもFlashサイトを構築できるオープンソースのRIAツールです。「SILEX」に「WYSIWYG」を利用していますので、ウェブサイトの構成するのは、Wordのドキュメントを作成することみたいです。

※WYSIWYG（ウィジウィグ）とは、What You See Is What You Get の頭文字をとったものです。
SILEXの公式サイトでも「SILEX」を利用して作るようです。サーバサイドはPHPで、AMFPHPを使ってクライアントサイドのFlash Playerと通信しているようです。非LiveCycle ES or Blaze DSなFlash Remotingの実例として、なかなか興味深いものがありますね。
 
以下はSILEXのオンラインデモのScreenShotです。
 
[関連リンク]
・http://silex-ria.org/#open.source.flash.cms/silex/home
公式サイト
・http://hoyau.info/demos/silex_server/
オンラインデモ
Related Posts

Sazameki: Flashを使ったオーディオ操作のためのオンラインプラットホーム
FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン
glaze: ActionScript用2D物理演算エンジン
FLARToolKit: AR（拡張現実）ってのをFlashで簡単に作ることができるライブラリ
Sandy 3D: オープンソースのFlash用3D描画エンジン
Alcon: オープンソースのActionScript向けの軽量デバッギングツール
OpenLaszlo: Ajax/Flashで動作するリッチインターネットアプリケーションの開発及び配布を行うためのオープンソースプラットフォーム
PHPObject: PHPとFlashのActionScript連携パッケージ

]]></description>
			<content:encoded><![CDATA[<p>その前に紹介した「<a href="http://digitechlog.com/2009/05/18/mc-tween-open-source-actionscript-framework-save-your-time.html">MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク</a>」では、Flashマイクロサイトを１日で作成可能MC Tweenというフレームワークですが、FlashやActionScriptの基本的な知識が必要です。</p>
<p>今回の「SILEX」では、FlashやActionScriptの知識がいらなくて、普通のユーザでもFlashサイトを構築できるオープンソースのRIAツールです。「SILEX」に「WYSIWYG」を利用していますので、ウェブサイトの構成するのは、Wordのドキュメントを作成することみたいです。</p>
<p><span id="more-544"></span>
<p>※WYSIWYG（ウィジウィグ）とは、<b>W</b>hat <b>Y</b>ou <b>S</b>ee <b>I</b>s <b>W</b>hat <b>Y</b>ou <b>G</b>et の頭文字をとったものです。</p>
<p>SILEXの公式サイトでも「SILEX」を利用して作るようです。サーバサイドはPHPで、AMFPHPを使ってクライアントサイドのFlash Playerと通信しているようです。非LiveCycle ES or Blaze DSなFlash Remotingの実例として、なかなか興味深いものがありますね。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/06/SILEX.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="512" alt="SILEX" src="http://digitechlog.com/wp-content/uploads/2009/06/SILEX_thumb.png" width="480" border="0"></a> </p>
<p>以下はSILEXのオンラインデモのScreenShotです。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/06/SILEX-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="510" alt="SILEX-2" src="http://digitechlog.com/wp-content/uploads/2009/06/SILEX-2_thumb.png" width="480" border="0"></a> </p>
<p><strong>[関連リンク]</strong></p>
<p>・<a title="http://silex-ria.org/#open.source.flash.cms/silex/home" href="http://silex-ria.org/#open.source.flash.cms/silex/home">http://silex-ria.org/#open.source.flash.cms/silex/home</a></p>
<p>公式サイト</p>
<p>・<a title="http://hoyau.info/demos/silex_server/" href="http://hoyau.info/demos/silex_server/">http://hoyau.info/demos/silex_server/</a></p>
<p>オンラインデモ</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2010/02/21/sazamek-flash-based-online-audio-manipulating-platform-with-as3-open-source-library.html" title="Sazameki: Flashを使ったオーディオ操作のためのオンラインプラットホーム">Sazameki: Flashを使ったオーディオ操作のためのオンラインプラットホーム</a></li>
<li><a href="http://digitechlog.com/2010/02/07/foam-as3-2d-rigid-body-physics-engine.html" title="FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン">FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン</a></li>
<li><a href="http://digitechlog.com/2010/01/30/glaze-2d-rigid-body-dynamics-game-engine-for-actionsctipt-3.html" title="glaze: ActionScript用2D物理演算エンジン">glaze: ActionScript用2D物理演算エンジン</a></li>
<li><a href="http://digitechlog.com/2010/01/26/flartoolkit-open-source-augmented-reality-in-flash.html" title="FLARToolKit: AR（拡張現実）ってのをFlashで簡単に作ることができるライブラリ">FLARToolKit: AR（拡張現実）ってのをFlashで簡単に作ることができるライブラリ</a></li>
<li><a href="http://digitechlog.com/2010/01/25/sandy-flash-3d-engine-available-in-as2-as3-and-haxe.html" title="Sandy 3D: オープンソースのFlash用3D描画エンジン">Sandy 3D: オープンソースのFlash用3D描画エンジン</a></li>
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/10/08/openlaszlo-open-source-platform-for-rich-web-applications.html" title="OpenLaszlo: Ajax/Flashで動作するリッチインターネットアプリケーションの開発及び配布を行うためのオープンソースプラットフォーム">OpenLaszlo: Ajax/Flashで動作するリッチインターネットアプリケーションの開発及び配布を行うためのオープンソースプラットフォーム</a></li>
<li><a href="http://digitechlog.com/2009/08/25/phpobject-is-a-flash-remoting-alternative-for-php.html" title="PHPObject: PHPとFlashのActionScript連携パッケージ">PHPObject: PHPとFlashのActionScript連携パッケージ</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>As3Converter: ActionScript2をActionScript3にコンバータするツール</title>
		<link>http://digitechlog.com/2009/02/23/as3-converter-an-ant-task-small-collection-of-as3-classes-an-actionscript2-project-to-actionscript3.html</link>
		<comments>http://digitechlog.com/2009/02/23/as3-converter-an-ant-task-small-collection-of-as3-classes-an-actionscript2-project-to-actionscript3.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[ActionScript2]]></category>
		<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[As3Converter]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/02/23/as3-converter-an-ant-task-small-collection-of-as3-classes-an-actionscript2-project-to-actionscript3.html</guid>
		<description><![CDATA[As3Converterは、ANTタスクと一部のAS3クラスの集合で、AS2のソースをAS3に変換するツールです。「ActionScript 3」とは、「Flash Player 9」以降で実行できるオブジェクト指向のスクリプト言語、同じで、「ActionScript 2」とは、Flash 7、Flash Lite2以降で実行可能なオブジェクト指向のスクリプト言語です。
AS3はAS2のバージョンアップですから、あるAS2で作ったプロジェクトは、AS3の環境に移動する可能性があります。その場合、手作業でAS2の分法をAS3に変換すると作業量は怖いと思います。As3Converterを使うとその作業は簡単となれます。

以下はAs3Converterの特徴です（英語のままで翻訳されてないけど）。

Rewrites AS2 classes in AS3 syntax
Automatic ‘override’ inserting
use @scope javadoc tag to change output function scope
use @default to insert parameter defaults in to output function
ability to specify AS3 equivalent classes, such as MovieClip → as2.toplevel.MovieClip, or org.chaps.MyStringLibrary → org.chaps.utils.MyStringLibrary.
‘Void’ to ‘void’
Small collection of compatibility classes to provide api compatibility
MovieClip
TextField
Stage
Mouse
&#8230;
Ant [...]]]></description>
			<content:encoded><![CDATA[<p>As3Converterは、ANTタスクと一部のAS3クラスの集合で、AS2のソースをAS3に変換するツールです。「ActionScript 3」とは、「Flash Player 9」以降で実行できるオブジェクト指向のスクリプト言語、同じで、「ActionScript 2」とは、Flash 7、Flash Lite2以降で実行可能なオブジェクト指向のスクリプト言語です。</p>
<p>AS3はAS2のバージョンアップですから、あるAS2で作ったプロジェクトは、AS3の環境に移動する可能性があります。その場合、手作業でAS2の分法をAS3に変換すると作業量は怖いと思います。As3Converterを使うとその作業は簡単となれます。</p>
<p><span id="more-330"></span>
<p>以下はAs3Converterの特徴です（英語のままで翻訳されてないけど）。</p>
<ul>
<li>Rewrites AS2 classes in AS3 syntax
<li>Automatic ‘override’ inserting
<li>use @scope javadoc tag to change output function scope
<li>use @default to insert parameter defaults in to output function
<li>ability to specify AS3 equivalent classes, such as MovieClip → as2.toplevel.MovieClip, or org.chaps.MyStringLibrary → org.chaps.utils.MyStringLibrary.
<li>‘Void’ to ‘void’
<li>Small collection of compatibility classes to provide api compatibility
<li>MovieClip
<li>TextField
<li>Stage
<li>Mouse
<li>&#8230;
<li>Ant task that uses swfmill to create an AS3 asset library class using an existing swf.</li>
</ul>
<p> 以下の公式サイトからサンプルやAs3Converterのソースをダウンロードすることをできます。</p>
<p>・<a title="http://www.spikefin.com/downloads/" href="http://www.spikefin.com/downloads/">http://www.spikefin.com/downloads/</a></p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2009/10/24/luminicbox-log-logging-api-and-output-console-for-actionscript.html" title="LuminicBox.Log: ActionScript Debbug用コンソールツール">LuminicBox.Log: ActionScript Debbug用コンソールツール</a></li>
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html" title="SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール">SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</a></li>
<li><a href="http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html" title="SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集">SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集</a></li>
<li><a href="http://digitechlog.com/2009/02/01/swfmill-is-an-xml2swf-and-swf2xml-processor-with-import-functionalities.html" title="swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール">swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール</a></li>
<li><a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html" title="使いやすいオープンソースのActionScriptデバッグツールリスト">使いやすいオープンソースのActionScriptデバッグツールリスト</a></li>
<li><a href="http://digitechlog.com/2008/12/04/how-to-count-lines-of-code-with-short-program-in-groovy.html" title="Groovyでプログラムソースコード行数の計算をすっごく簡単で実現する">Groovyでプログラムソースコード行数の計算をすっごく簡単で実現する</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/02/23/as3-converter-an-ant-task-small-collection-of-as3-classes-an-actionscript2-project-to-actionscript3.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SWF Tools: PNG/JPEG/GIF/PDF/WAV/FONTからSWFに変換する便利なコマンド集</title>
		<link>http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html</link>
		<comments>http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:07:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[SWF Tools]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html</guid>
		<description><![CDATA[この前に紹介したライブラリ、ツールなどは全部個別ですね。今回の「SWF Tools」というものは、オープンソースのFlashを使う上で便利なコマンド集です。
Flashを使うのは、メインなブラウザにインストールされている便利点があるので、PNG/JPEG/GIF/PDF/WAV/FONTなどフォーマット内容をSWFに変換すると特に専用のプレヤーをインストールしなくても内容を見えますね。SWF Toolsには、基本は何かからFlash形式に変換する○○2swfです。
SWF生成系以外、解析系のツールとしてSWFDump/SWFStrings/SWFExtractがあります。

 
以下は公式サイトからこのパッケージの各ツールの機能説明です。

PDF2SWF A PDF to SWF Converter. Generates one frame per page. Enables you to have fully formatted text, including tables, formulas etc. inside your Flash Movie. It&#8217;s based on the xpdf PDF parser from Derek B. Noonburg. 
SWFCombine A tool for inserting SWFs into Wrapper SWFs. (Templates) E.g. for including the pdf2swf [...]]]></description>
			<content:encoded><![CDATA[<p>この前に紹介したライブラリ、ツールなどは全部個別ですね。今回の「SWF Tools」というものは、オープンソースのFlashを使う上で便利なコマンド集です。</p>
<p>Flashを使うのは、メインなブラウザにインストールされている便利点があるので、PNG/JPEG/GIF/PDF/WAV/FONTなどフォーマット内容をSWFに変換すると特に専用のプレヤーをインストールしなくても内容を見えますね。SWF Toolsには、基本は何かからFlash形式に変換する○○2swfです。</p>
<p>SWF生成系以外、解析系のツールとしてSWFDump/SWFStrings/SWFExtractがあります。</p>
<p><span id="more-324"></span>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/02/header.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="106" alt="header" src="http://digitechlog.com/wp-content/uploads/2009/02/header-thumb.jpg" width="484" border="0"></a> </p>
<p>以下は公式サイトからこのパッケージの各ツールの機能説明です。</p>
<ul>
<li><b>PDF2SWF</b> A PDF to SWF Converter. Generates one frame per page. Enables you to have fully formatted text, including tables, formulas etc. inside your Flash Movie. It&#8217;s based on the xpdf PDF parser from Derek B. Noonburg. </li>
<li><b>SWFCombine</b> A tool for inserting SWFs into Wrapper SWFs. (Templates) E.g. for including the pdf2swf SWFs in some sort of Browsing-SWF. </li>
<li><b>SWFStrings</b> Scans SWFs for text data. </li>
<li><b>SWFDump</b> Prints out various informations about SWFs. </li>
<li><b>JPEG2SWF</b> Takes one or more JPEG pictures and generates a SWF slideshow. </li>
<li><b>PNG2SWF</b> Like JPEG2SWF, only for PNGs. </li>
<li><b>GIF2SWF</b> Converts GIFs to SWF. Also able to handle animated gifs. </li>
<li><b>WAV2SWF</b> Converts WAV audio files to SWFs, using the L.A.M.E. MP3 encoder library. </li>
<li><b>AVI2SWF</b> Converts AVI animation files to SWF. It supports Flash MX H.263 compression. Some examples can be found at examples.html. </li>
<li><b>Font2SWF</b> Converts font files (TTF, Type1) to SWF. </li>
<li><b>SWFBBox</b> Allows to readjust SWF bounding boxes. </li>
<li><b>SWFC</b> A tool for creating SWF files from simple script files. </li>
<li><b>SWFExtract</b> Allows to extract Movieclips, Sounds, Images etc. from SWF files. </li>
<li><b>RFXSWF Library </b>A fully featured library which can be used for standalone SWF generation. Includes support for Bitmaps, Buttons, Shapes, Text, Fonts, Sound etc. It also has support for ActionScript using the Ming ActionCompiler. </li>
</ul>
<p><strong>リソース<br /></strong>・<a title="http://www.swftools.org/about.html" href="http://www.swftools.org/about.html">http://www.swftools.org/about.html</a>　公式サイト</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/06/22/silex-an-open-source-cms-ria-software-build-flash-websites.html" title="SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール">SILEX: WYSIWYGでFlashサイトを構築できるオープンソースのRIA開発ツール</a></li>
<li><a href="http://digitechlog.com/2009/02/01/swfmill-is-an-xml2swf-and-swf2xml-processor-with-import-functionalities.html" title="swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール">swfmill: swfファイルとXMLファイルを相互変換するオープンソースツール</a></li>
<li><a href="http://digitechlog.com/2008/12/07/the-list-of-easy-to-be-used-actionscript-debug-tools-open-source-flash.html" title="使いやすいオープンソースのActionScriptデバッグツールリスト">使いやすいオープンソースのActionScriptデバッグツールリスト</a></li>
<li><a href="http://digitechlog.com/2011/11/08/php-screw.html" title="オープンソースソフトウェアPHP ScrewでPHPスクリプトを暗号化する">オープンソースソフトウェアPHP ScrewでPHPスクリプトを暗号化する</a></li>
<li><a href="http://digitechlog.com/2010/05/17/open-source-library-betweenas3-tutorials.html" title="オープンソースのASライブラリBetweenAS3のチュートリアル">オープンソースのASライブラリBetweenAS3のチュートリアル</a></li>
<li><a href="http://digitechlog.com/2010/04/19/fzip-actionscript-3-open-source-class-library.html" title="FZip: ZIP読込み、作成用AS3のライブラリ">FZip: ZIP読込み、作成用AS3のライブラリ</a></li>
<li><a href="http://digitechlog.com/2010/03/22/actionscript3-utils-classes-to-extend-http-https-flash-player-9.html" title="as3httpclient: オープンソースのHTTP/HTTPS AS3クライアント">as3httpclient: オープンソースのHTTP/HTTPS AS3クライアント</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/02/17/swf-tools-a-collection-of-swf-manipulation-and-creation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

