<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flash MiniBuilder Part III &#8211; AsWing</title>
	<atom:link href="http://www.victordramba.com/?feed=rss2&#038;p=34" rel="self" type="application/rss+xml" />
	<link>http://www.victordramba.com/?p=34</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Aug 2010 20:02:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moisés P. Sena &#187; Blog Archive &#187; Minibuilder um AS3 IDE online</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-6813</link>
		<dc:creator>Moisés P. Sena &#187; Blog Archive &#187; Minibuilder um AS3 IDE online</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-6813</guid>
		<description>[...] o MiniBuilder, uma excelente IDE online para o desenvolvimento de aplicações FLASH AS3, com suporte à AsWing, [...]</description>
		<content:encoded><![CDATA[<p>[...] o MiniBuilder, uma excelente IDE online para o desenvolvimento de aplicações FLASH AS3, com suporte à AsWing, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-5948</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-5948</guid>
		<description>there is a desktop version of MiniBuilder that has full project support. http://code.google.com/p/minibuilder/</description>
		<content:encoded><![CDATA[<p>there is a desktop version of MiniBuilder that has full project support. <a href="http://code.google.com/p/minibuilder/" rel="nofollow">http://code.google.com/p/minibuilder/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-5945</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Wed, 07 Apr 2010 02:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-5945</guid>
		<description>Is there support for working with multiple .as files and switching between them? In the Flash MiniBuilder above, I do not see how to create a new .as file, just work with the Main.as file only.</description>
		<content:encoded><![CDATA[<p>Is there support for working with multiple .as files and switching between them? In the Flash MiniBuilder above, I do not see how to create a new .as file, just work with the Main.as file only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash MiniBuilder &#8211; オンラインAS3 IDE &#124; alt</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-3499</link>
		<dc:creator>Flash MiniBuilder &#8211; オンラインAS3 IDE &#124; alt</dc:creator>
		<pubDate>Thu, 05 Nov 2009 05:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-3499</guid>
		<description>[...] 前回、AIR版のFlash MiniBuilderをテストしてみましたが、 今回はWEB版のFlash MiniBuilderを設置して 自分のサーバーにwonderfl環境を作ってみます。  ActionScript 3 Code Completion http://code.google.com/p/as-code-completion/   １．まずは上のページから「MiniBuilder-web-0.0.2.zip」をダウンロードします。  ２．MiniBuilder-web-0.0.2というフォルダが展開されるので フォルダ名を適当な名前にします。 ここでは「minibuilder」というフォルダ名にしておきます。  ３．フォルダ内のindex.htmlを修正します。 ＜script type=&#8221;text/javascript&#8221;＞minibuilder(&#8217;example.as&#8216;, 350)＜/script＞ となっている箇所を ＜script type=&#8221;text/javascript&#8221;＞minibuilder(&#8221;, 600)＜/script＞ にします。 ※350はASエディタの縦サイズになるのでできるだけ大きくしてあげる。 ※CSSでエディタの見栄えを自分流にアレンジしてあげる。  ４．設置したい場所にminibuilderフォルダごとアップしてindex.htmlにアクセスすればＯＫ！  これでめでたくWEB（ブラウザベース）でもFlash開発できるようになりました。 （ASファイルの読み込み・編集、FlashPlayer10のコンパイル、保存） ↓↓↓hetemlやsakuraではすんなりいけました。  MiniBuilder http://blog.alt-scape.com/swf/minibuilder/   参考： http://www.victordramba.com/?p=34 [...]</description>
		<content:encoded><![CDATA[<p>[...] 前回、AIR版のFlash MiniBuilderをテストしてみましたが、 今回はWEB版のFlash MiniBuilderを設置して 自分のサーバーにwonderfl環境を作ってみます。  ActionScript 3 Code Completion <a href="http://code.google.com/p/as-code-completion/" rel="nofollow">http://code.google.com/p/as-code-completion/</a>   １．まずは上のページから「MiniBuilder-web-0.0.2.zip」をダウンロードします。  ２．MiniBuilder-web-0.0.2というフォルダが展開されるので フォルダ名を適当な名前にします。 ここでは「minibuilder」というフォルダ名にしておきます。  ３．フォルダ内のindex.htmlを修正します。 ＜script type=&#8221;text/javascript&#8221;＞minibuilder(&#8217;example.as&#8216;, 350)＜/script＞ となっている箇所を ＜script type=&#8221;text/javascript&#8221;＞minibuilder(&#8221;, 600)＜/script＞ にします。 ※350はASエディタの縦サイズになるのでできるだけ大きくしてあげる。 ※CSSでエディタの見栄えを自分流にアレンジしてあげる。  ４．設置したい場所にminibuilderフォルダごとアップしてindex.htmlにアクセスすればＯＫ！  これでめでたくWEB（ブラウザベース）でもFlash開発できるようになりました。 （ASファイルの読み込み・編集、FlashPlayer10のコンパイル、保存） ↓↓↓hetemlやsakuraではすんなりいけました。  MiniBuilder <a href="http://blog.alt-scape.com/swf/minibuilder/" rel="nofollow">http://blog.alt-scape.com/swf/minibuilder/</a>   参考： <a href="http://www.victordramba.com/?p=34" rel="nofollow">http://www.victordramba.com/?p=34</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-3004</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Thu, 08 Oct 2009 20:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-3004</guid>
		<description>Wow, good work!  Very impressive indeed, keep it up :) This would be great for actionscript tutorials.</description>
		<content:encoded><![CDATA[<p>Wow, good work!  Very impressive indeed, keep it up <img src='http://www.victordramba.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This would be great for actionscript tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minibuilder um AS3 IDE online &#124; Moisés Paes Sena</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-2473</link>
		<dc:creator>Minibuilder um AS3 IDE online &#124; Moisés Paes Sena</dc:creator>
		<pubDate>Mon, 07 Sep 2009 03:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-2473</guid>
		<description>[...] o MiniBuilder, uma excelente IDE online para o desenvolvimento de aplicações FLASH AS3, com suporte à AsWing, [...]</description>
		<content:encoded><![CDATA[<p>[...] o MiniBuilder, uma excelente IDE online para o desenvolvimento de aplicações FLASH AS3, com suporte à AsWing, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: localToGlobal &#187; Blog Archive &#187; news review -&#62; 30th week of 2009</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-1927</link>
		<dc:creator>localToGlobal &#187; Blog Archive &#187; news review -&#62; 30th week of 2009</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-1927</guid>
		<description>[...] Flash MiniBuilder Part III - AsWing by Victor Dramba [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash MiniBuilder Part III &#8211; AsWing by Victor Dramba [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-1911</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-1911</guid>
		<description>in reversed order
@iiley, mi friend, &lt;b&gt;I&lt;/b&gt; was blown away about your speed when I asked you for the externs parser. thanks again for support. about your black popup, i have no idea what happens. it might be a bug in the javascript code that links flash and java. 

(!)in general, for bug reports, i need all details: OS, Browser, Java version, FlashPlayer version

@Claus Wahlers
maybe. let&#039;s gtalk
web based flash ide.. i&#039;ll think about it, but i&#039;m not sure it&#039;s a good idea. you don&#039;t have enough computing power on a web based app, if you run everything at the client-side. and there is huge work. parsing and composing swf is the easiest part in all this.


@David Peek
thanks!
well, i&#039;m a cross-platform guy (should i say hacker?), so i don&#039;t like flash ide because they have no plans for linux. actually, one of the reasons i created minibuilder is to have a good actionscript tool for linux. adobe dropped the flex builder on linux, it stopped working with the current sdk. currently, you can&#039;t target player 10 from linux at all. and i need a cross platform editor, and i need it fast.
for your concern, desktop minibuilder will not depend on flex for code completion, so it will be easy to hook on a flash ide project. maybe similar to flash develop or even better integrated.
i don&#039;t know how much time will i have though. 
anyway, the project is open-source, one can create his own modules or propose them for the main version.</description>
		<content:encoded><![CDATA[<p>in reversed order<br />
@iiley, mi friend, <b>I</b> was blown away about your speed when I asked you for the externs parser. thanks again for support. about your black popup, i have no idea what happens. it might be a bug in the javascript code that links flash and java. </p>
<p>(!)in general, for bug reports, i need all details: OS, Browser, Java version, FlashPlayer version</p>
<p>@Claus Wahlers<br />
maybe. let&#8217;s gtalk<br />
web based flash ide.. i&#8217;ll think about it, but i&#8217;m not sure it&#8217;s a good idea. you don&#8217;t have enough computing power on a web based app, if you run everything at the client-side. and there is huge work. parsing and composing swf is the easiest part in all this.</p>
<p>@David Peek<br />
thanks!<br />
well, i&#8217;m a cross-platform guy (should i say hacker?), so i don&#8217;t like flash ide because they have no plans for linux. actually, one of the reasons i created minibuilder is to have a good actionscript tool for linux. adobe dropped the flex builder on linux, it stopped working with the current sdk. currently, you can&#8217;t target player 10 from linux at all. and i need a cross platform editor, and i need it fast.<br />
for your concern, desktop minibuilder will not depend on flex for code completion, so it will be easy to hook on a flash ide project. maybe similar to flash develop or even better integrated.<br />
i don&#8217;t know how much time will i have though.<br />
anyway, the project is open-source, one can create his own modules or propose them for the main version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iiley</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-1908</link>
		<dc:creator>iiley</dc:creator>
		<pubDate>Thu, 23 Jul 2009 06:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-1908</guid>
		<description>Hi Victor, you are awesome fast, suddenly you&#039;v done, haha.
Just a little report, very time, i first click the &quot;Compile and Run&quot;, the popuped window is blank for minutes, and i can&#039;t wait, so then close it. Then again click it, it just come to work.</description>
		<content:encoded><![CDATA[<p>Hi Victor, you are awesome fast, suddenly you&#8217;v done, haha.<br />
Just a little report, very time, i first click the &#8220;Compile and Run&#8221;, the popuped window is blank for minutes, and i can&#8217;t wait, so then close it. Then again click it, it just come to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus Wahlers</title>
		<link>http://www.victordramba.com/?p=34&#038;cpage=1#comment-1902</link>
		<dc:creator>Claus Wahlers</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.victordramba.com/?p=34#comment-1902</guid>
		<description>We should team up:
http://github.com/claus/as3swf/
And write a webbased Flash IDE..</description>
		<content:encoded><![CDATA[<p>We should team up:<br />
<a href="http://github.com/claus/as3swf/" rel="nofollow">http://github.com/claus/as3swf/</a><br />
And write a webbased Flash IDE..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
