<?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%82%a8%e3%83%87%e3%82%a3%e3%82%bf/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>Movie Masher: ActionScript 3ベースのオンラインビデオエディタ</title>
		<link>http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html</link>
		<comments>http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 05:24:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Movie Masher]]></category>
		<category><![CDATA[エディタ]]></category>
		<category><![CDATA[オープンソース]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html</guid>
		<description><![CDATA[前回はJavaScriptを使ってFlash製の動画再生オープンソースのソフトウェアの「Flivpee」というFlash製の動画再生プレヤを紹介しました。今回はプレヤではなくて、ActionScript 3をも基づいて、ビデオをオンラインで編集できるオープンソースのエディタ「Movie Masher」を紹介します。
以下は公式サイトに「Movie Masher」について何を出来るって紹介です(英語のままで引用させて頂きます)。


A set of Adobe Flash™ applets that provide front-end tools for common video editing tasks:

Trim, composite and timeshift video
Mix and fade multiple audio tracks
Add effects, transitions and titling 

An XML API is used to customize both the appearance and behavior of the tools:

Colorize and reposition panels
Reskin and bind interface controls
Build preconfigured effects
Integrate [...]]]></description>
			<content:encoded><![CDATA[<p>前回は<a href="http://digitechlog.com/2009/06/18/flivpee-flash-video-player-with-javascript-widgets-styled-with-css.html">JavaScriptを使ってFlash製の動画再生オープンソースのソフトウェア</a>の「Flivpee」というFlash製の動画再生プレヤを紹介しました。今回はプレヤではなくて、ActionScript 3をも基づいて、ビデオをオンラインで編集できるオープンソースのエディタ「Movie Masher」を紹介します。</p>
<p>以下は公式サイトに「Movie Masher」について何を出来るって紹介です(英語のままで引用させて頂きます)。</p>
<p><span id="more-538"></span><br />
<blockquote>
<p>A set of Adobe Flash™ applets that provide front-end tools for common video editing tasks:</p>
<ul>
<li>Trim, composite and timeshift video
<li>Mix and fade multiple audio tracks
<li>Add effects, transitions and titling </li>
</ul>
<p>An XML API is used to customize both the appearance and behavior of the tools:
<ul>
<li>Colorize and reposition panels
<li>Reskin and bind interface controls
<li>Build preconfigured effects
<li>Integrate with CGI scripts </li>
</ul>
</blockquote>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="478" alt="Movie-Masher" src="http://digitechlog.com/wp-content/uploads/2009/06/movie-masher.png" width="480" border="0"> </p>
<p>「Movie Masher」では、スキンもユーザの要求より自由でカスタマイズ可能です。機能の拡張も簡単で実現できそうです。2.1バージョン以降、Adobe Flash™ Playerの10バージョン以降が必要されています。以前紹介した「<a href="http://digitechlog.com/2009/05/14/swfobject-embed-flash-content-which-utilizes-one-small-javascript-file.html">SWFObject: Flash/FlexをWeb ページに貼りつけるのに便利なJavaScriptライブラリ</a>」も内部に使われていますので、そのエディタを利用するため、ブラウザのjavaScript機能を有効になる必要です。</p>
<p>ほかのもっと詳しい説明は次のURLから参考できます。参考URL:　<a title="http://www.moviemasher.com/doc/" href="http://www.moviemasher.com/doc/">http://www.moviemasher.com/doc/</a></p>
<p><strong>[関連リンク]</strong></p>
<p><a title="http://www.moviemasher.com" href="http://www.moviemasher.com">http://www.moviemasher.com</a></p>
<p>公式サイト</p>
<h3>Related Posts</h3>
<ul class="related_post">
<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/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/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/05/18/mc-tween-open-source-actionscript-framework-save-your-time.html" title="MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク">MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク</a></li>
<li><a href="http://digitechlog.com/2009/05/11/tweener-is-a-class-used-to-create-tweenings-via-actionscript-code-on-flash-platform.html" title="Tweener: 画像を簡単に演出をつけるActionScriptのアニメーション用オープンソースのライブラリ">Tweener: 画像を簡単に演出をつけるActionScriptのアニメーション用オープンソースのライブラリ</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JEdit: ActionScriptもサポートされているオープンソースのテキストエディタ</title>
		<link>http://digitechlog.com/2009/03/05/jedit-a-programmer-text-editor-written-in-java.html</link>
		<comments>http://digitechlog.com/2009/03/05/jedit-a-programmer-text-editor-written-in-java.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:13:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[テキストエディタ]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[JEdit]]></category>
		<category><![CDATA[エディタ]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/03/05/jedit-a-programmer-text-editor-written-in-java.html</guid>
		<description><![CDATA[JEditというテキストエディタでは、Javaで開発され、日本語の漢字も対応し、macrosとプラグインでActionScript文法も対応していて、分割ウィンドウ、TSMインライン変換、ドラッグ&#38;ドロップ、正規表現による検索など機能を付けるテキストエディタです。JEditのGUIはJavaのSwingで作りますので、一般的なJavaアプリケーションより綺麗だと思います。前回紹介したFlashDevelop: .NETで開発されていてオープンソースのFlash/ActionScript 用のWindows向けIDE開発環境はプログラミング専門のIDEですが、それよりJEditは軽量型のテキストエディタですよね。
ピュアJavaで開発されるので、MacでもUnix／LinuxでももちろんWindowsでもうまくて動けます。
※「SWing」とは、Sun Microsystems社のプログラミング言語Javaに標準で付属するグラフィック関連のクラスライブラリ(再利用可能なプログラム部品群)。Java 2から標準搭載されたJFCの一部である。Javaで開発されたアプリケーションソフトに、実行環境によらない統一されたグラフィカルユーザインターフェースを提供する。従来から提供されているAWTに比べ、環境による振る舞いの差をなくし、実行速度を高め、多くのバグを取り除き、HTMLに対応するなどの改良が施されている。Swing の最大の機能は「ルックアンドフィール」である。これは、簡単に言うならば外観と動作の一貫性のことを表す。

・日本語も表示できる
 
・ActionScriptソースをハイライトで表示する
 
関連リンク
http://sourceforge.net/projects/jedit/　公式サイト
Related Posts

Movie Masher: ActionScript 3ベースのオンラインビデオエディタ
8 Adobe ActionScriptのチュートリアルフラッシュ
７+ AS3で非同期処理のオープンソースのライブラリ一覧
AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク
FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン
PotrAs: ２色のラスタ画像（BitmapData）からベクタ変換するActionScript 3ライブラリ
Flash CS3とアクションプロジェクト向けベーシックのArrayBinderクラス
ActionScriptのクッキー（Cookie）操作クラス

]]></description>
			<content:encoded><![CDATA[<p>JEditというテキストエディタでは、Javaで開発され、日本語の漢字も対応し、macrosとプラグインでActionScript文法も対応していて、分割ウィンドウ、TSMインライン変換、ドラッグ&amp;ドロップ、正規表現による検索など機能を付けるテキストエディタです。JEditのGUIはJavaのSwingで作りますので、一般的なJavaアプリケーションより綺麗だと思います。前回紹介した<a href="http://digitechlog.com/2009/02/27/flashdevelop-popular-open-source-actionscript-and-web-development-environment.html">FlashDevelop: .NETで開発されていてオープンソースのFlash/ActionScript 用のWindows向けIDE開発環境</a>はプログラミング専門のIDEですが、それよりJEditは軽量型のテキストエディタですよね。</p>
<p>ピュアJavaで開発されるので、MacでもUnix／LinuxでももちろんWindowsでもうまくて動けます。</p>
<p>※「SWing」とは、Sun Microsystems社のプログラミング言語Javaに標準で付属するグラフィック関連のクラスライブラリ(再利用可能なプログラム部品群)。Java 2から標準搭載されたJFCの一部である。Javaで開発されたアプリケーションソフトに、実行環境によらない統一されたグラフィカルユーザインターフェースを提供する。従来から提供されているAWTに比べ、環境による振る舞いの差をなくし、実行速度を高め、多くのバグを取り除き、HTMLに対応するなどの改良が施されている。Swing の最大の機能は「ルックアンドフィール」である。これは、簡単に言うならば外観と動作の一貫性のことを表す。</p>
<p><span id="more-363"></span>
<p><strong>・日本語も表示できる</strong></p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/03/jedit.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="JEdit" src="http://digitechlog.com/wp-content/uploads/2009/03/jedit-thumb.png" width="504" height="428"></a> </p>
<p><strong>・ActionScriptソースをハイライトで表示する</strong></p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/03/jedit-actionscript.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="JEdit-ActionScript" src="http://digitechlog.com/wp-content/uploads/2009/03/jedit-actionscript-thumb.png" width="504" height="556"></a> </p>
<p>関連リンク</p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="url" src="http://digitechlog.com/wp-content/uploads/2009/02/url.jpg" width="34" height="17"><a title="http://sourceforge.net/projects/jedit/" href="http://sourceforge.net/projects/jedit/"><strong>http://sourceforge.net/projects/jedit/</strong></a><strong>　公式サイト</strong></p>
<h3>Related Posts</h3>
<ul class="related_post">
<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>
<li><a href="http://digitechlog.com/2010/06/06/8-helpfull-adobe-flash-actionscript.html" title="8 Adobe ActionScriptのチュートリアルフラッシュ">8 Adobe 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/2010/01/29/potras-convert-bitmap-data-vector-in-actionscript3.html" title="PotrAs: ２色のラスタ画像（BitmapData）からベクタ変換するActionScript 3ライブラリ">PotrAs: ２色のラスタ画像（BitmapData）からベクタ変換するActionScript 3ライブラリ</a></li>
<li><a href="http://digitechlog.com/2009/12/28/basic-arraybinder-class-for-flash-cs3-and-actionscript-projects.html" title="Flash CS3とアクションプロジェクト向けベーシックのArrayBinderクラス">Flash CS3とアクションプロジェクト向けベーシックのArrayBinderクラス</a></li>
<li><a href="http://digitechlog.com/2009/12/10/actionscript-cookie-util-class-free-download.html" title="ActionScriptのクッキー（Cookie）操作クラス">ActionScriptのクッキー（Cookie）操作クラス</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/03/05/jedit-a-programmer-text-editor-written-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salasaga：クロスプラットフォームのFlashコンテンツを作成するオープンソースエディタ</title>
		<link>http://digitechlog.com/2009/01/18/salasaga-an-editor-for-producing-flash-content-in-the-gnu-linux-desktop.html</link>
		<comments>http://digitechlog.com/2009/01/18/salasaga-an-editor-for-producing-flash-content-in-the-gnu-linux-desktop.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:41:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Salasaga]]></category>
		<category><![CDATA[エディタ]]></category>
		<category><![CDATA[オープンソース]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/01/18/salasaga-an-editor-for-producing-flash-content-in-the-gnu-linux-desktop.html</guid>
		<description><![CDATA[この前紹介された「Ajax Animator」（@See 「Ajax Animator」:ExtJSを基づいてWebベースのアニメーションを作成するオープンソース・ソフトウェア)はFlashのようなアニメーションが作成できるソフトウェアだ。Salasagaとは、高品質なFlashコンテンツを作成するエディタである（Flame Projectと呼ばれていた場合もある）。Flashの作成となると、OpenOffice.orgのDrawが持つ限られた機能を使ってFlash形式へのエクスポートを行うのが関の山だ。Salasaga は、PC向けの教材やアニメーションをFlashで作成できるAdobe Captivateの機能を提供することにより、こうした不足を補おうとする取り組みだ。

GNU/Linuxデスクトップに足りなかったものの補足として、Salasagaはクロスプラットフォームのソフトウェアであり、GNU/Linux、BSD、Solaris Nevada、Windowsで利用できる。GNU/Linuxではソースコードからのインストールが可能なほか、Gentoo、Fedora、Ubuntu用のパッケージもダウンロードできる。依存関係ファイルには少なくとも、GlibおよびGTK+のバージョン2.10、Pangoのバージョン1.16、libxml2のバージョン 2.6.30、そしてFlash機能を提供するMingのバージョン0.4.0.beta5が含まれる。いずれかの方法でインストールを終えると、 GNOMEデスクトップの「Graphics」メニューに項目が追加される。
Salasagaを立ち上げると、プレゼンテーションソフトのような画面が現われる。画面の左側には個々のスライドが、右下の領域には現在のスライドが表示される。また、現在のスライドの各レイヤに関する情報が画面の右上に表示される。以下の図はメイン画面である。
 
Flash ProfessionalやAdobe Captivateを使い慣れた人であれば、描画ツール、スクリプト記述言語、音声やビデオのサポートといった機能がないことにも物足りなさを感じるだろう。
メインページ：http://www.salasaga.org/
参考ページ1(日本語訳文)：http://sourceforge.jp/magazine/08/03/27/0025235
参考ページ2(英語原文)：http://www.linux.com/feature/129887
Related Posts

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

]]></description>
			<content:encoded><![CDATA[<p>この前紹介された「Ajax Animator」（@See <a href="http://digitechlog.com/2009/01/18/ajax-animator-an-extjs-based-open-source-web-application-creator.html">「Ajax Animator」:ExtJSを基づいてWebベースのアニメーションを作成するオープンソース・ソフトウェア</a>)はFlashのようなアニメーションが作成できるソフトウェアだ。Salasagaとは、高品質なFlashコンテンツを作成するエディタである（Flame Projectと呼ばれていた場合もある）。Flashの作成となると、OpenOffice.orgのDrawが持つ限られた機能を使ってFlash形式へのエクスポートを行うのが関の山だ。Salasaga は、PC向けの教材やアニメーションをFlashで作成できるAdobe Captivateの機能を提供することにより、こうした不足を補おうとする取り組みだ。</p>
<p><span id="more-258"></span>
<p>GNU/Linuxデスクトップに足りなかったものの補足として、Salasagaはクロスプラットフォームのソフトウェアであり、GNU/Linux、BSD、Solaris Nevada、Windowsで利用できる。GNU/Linuxではソースコードからのインストールが可能なほか、Gentoo、Fedora、Ubuntu用のパッケージもダウンロードできる。依存関係ファイルには少なくとも、GlibおよびGTK+のバージョン2.10、Pangoのバージョン1.16、libxml2のバージョン 2.6.30、そしてFlash機能を提供するMingのバージョン0.4.0.beta5が含まれる。いずれかの方法でインストールを終えると、 GNOMEデスクトップの「Graphics」メニューに項目が追加される。</p>
<p>Salasagaを立ち上げると、プレゼンテーションソフトのような画面が現われる。画面の左側には個々のスライドが、右下の領域には現在のスライドが表示される。また、現在のスライドの各レイヤに関する情報が画面の右上に表示される。以下の図はメイン画面である。</p>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/01/salasaga-080-alpha1.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="salasaga-0.8.0-alpha1" src="http://digitechlog.com/wp-content/uploads/2009/01/salasaga-080-alpha1-thumb.png" width="504" height="412"></a> </p>
<p>Flash ProfessionalやAdobe Captivateを使い慣れた人であれば、描画ツール、スクリプト記述言語、音声やビデオのサポートといった機能がないことにも物足りなさを感じるだろう。</p>
<p>メインページ：<a title="http://www.salasaga.org/" href="http://www.salasaga.org/">http://www.salasaga.org/</a></p>
<p>参考ページ1(日本語訳文)：<a title="http://sourceforge.jp/magazine/08/03/27/0025235" href="http://sourceforge.jp/magazine/08/03/27/0025235">http://sourceforge.jp/magazine/08/03/27/0025235</a></p>
<p>参考ページ2(英語原文)：<a title="http://www.linux.com/feature/129887" href="http://www.linux.com/feature/129887">http://www.linux.com/feature/129887</a></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/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>
<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>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/01/18/salasaga-an-editor-for-producing-flash-content-in-the-gnu-linux-desktop.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

