<?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>Robots w/Lasers &#187; flex</title>
	<atom:link href="http://blog.davr.org/category/flash/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davr.org</link>
	<description>Nintendo DS &#038; GBA development, microcontrollers, and occasionally FPGAs</description>
	<lastBuildDate>Thu, 08 Jul 2010 17:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Updates for Flex Builder 2 on Linux</title>
		<link>http://blog.davr.org/2007/05/07/updates-for-flex-builder-2-on-linux/</link>
		<comments>http://blog.davr.org/2007/05/07/updates-for-flex-builder-2-on-linux/#comments</comments>
		<pubDate>Mon, 07 May 2007 08:08:57 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/05/07/updates-for-flex-builder-2-on-linux/</guid>
		<description><![CDATA[If you are looking to run Flex Builder 2 on Linux, see my original post. I&#8217;ve made two minor updates for people using Flex Builder 2 on Linux. The first is to eliminate the annoying &#8220;Incorrect flash player installed&#8230;you have 0.0.0.0, and need 9.0.0.0&#8243; that pops up every time you run a project. To fix [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to run Flex Builder 2 on Linux, <a href="http://blog.davr.org/linux-flex-builder-2/">see my original post</a>.</p>
<p>I&#8217;ve made two minor updates for people using Flex Builder 2 on Linux. The first is to eliminate the annoying &#8220;Incorrect flash player installed&#8230;you have 0.0.0.0, and need 9.0.0.0&#8243; that pops up every time you run a project. To fix it:</p>
<ol>
<li>Download <a href="http://davr.org/flash/debugui.jar">debugui.jar</a></li>
<li>Overwrite the file eclipse/plugins/com.adobe.flexbuilder.debug.ui_2.0.155577/debugui.jar with the downloaded one</li>
</ol>
<p>The second minor update: I&#8217;ve noticed some very annoying bugs in the linux flash player (all reported to Adobe now of course), but in the mean time, I&#8217;ve been using the windows flash player under WINE, which does not have the same bugs. If you want to do this (which will probably greatly reduce performance), all you really need is to:</p>
<ol>
<li>Make sure you have WINE installed correctly</li>
<li>Download the <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">windows standalone projector debugger</a></li>
<li>Write a wrapper script that calls wine on the windows .exe, this wrapper will then be called by flex builder. You can <a href="http://davr.org/flash/flashplayer">see my sampe script</a> to start (it&#8217;s very simple, just need to adjust for your paths/filenames).</li>
</ol>
<p>In other news, I&#8217;m working on my first AS3 application that is above the tech-demo level! Well&#8230;so far haven&#8217;t gotten much, but I&#8217;ve got code that compiles on both Linux Flex Builder 2, as well as Windows FlashDevelop, with no changes (yay!). You can <a href="http://davr.org/flash/swf.php?swf=rider_as3&#038;w=600&#038;h=600">see what I have so far</a>, but not it&#8217;s not very exciting yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/05/07/updates-for-flex-builder-2-on-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flex Builder 2.01 under Linux</title>
		<link>http://blog.davr.org/2007/04/22/flex-builder-201-under-linux/</link>
		<comments>http://blog.davr.org/2007/04/22/flex-builder-201-under-linux/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 07:14:45 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/04/22/flex-builder-201-under-linux/</guid>
		<description><![CDATA[UPDATE! Official Flex Builder 3 for Linux!! Check it out here! The stuff below is left here for posterity&#8217;s sake&#8230;but you probably want the link above, and forget everything below&#8230; With a bit of tweaking, I&#8217;ve gotten Flex Builder 2.01 working under Linux. Everything seems to work, including debugging, except for the Design view. Here [...]]]></description>
			<content:encoded><![CDATA[<p><font color="red"><b>UPDATE! Official Flex Builder 3 for Linux!!</b></font><br />
<a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/">Check it out here!</a></p>
<p>The stuff below is left here for posterity&#8217;s sake&#8230;but you probably want the link above, and forget everything below&#8230;</p>
<hr />
<p>With a bit of tweaking, I&#8217;ve gotten Flex Builder 2.01 working under Linux. Everything seems to work, including debugging, except for the Design view. </p>
<p>Here is a brief outline:</p>
<ol>
<li>Download and extract Eclipse. I used <a href="http://www.eclipse.org/downloads/">Eclipse SDK 3.2.2</a> <b>NOTE:</b> I could not get it to work when eclipse was installed in /usr. Unless you can figure it out, do not install eclipse via your OS, simply download the .tgz and extract it to your home directory.</li>
<li>Download and extract the free <a href="http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex">Flex 2.01 SDK</a>.</li>
<li>Download and install the Flex Charting Components (same link as above) Run the installer by <code>java -jar flex_charting_2_installer.jar</code> and install it to the root of your Flex2 SDK directory.</li>
<li>Download the <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">Flash 9 Debugging player</a>
<ol>
<li>install the plugin into your browser by running plugin/debugger/install_flash_player_9_linux/flashplayer-installer. </li>
<li>(as root) copy standalone/debugger/flashplayer to /usr/local/bin</li>
<li>create a symlink for gflashplayer, (as root) <code>ln -s /usr/local/bin/flashplayer /usr/local/bin/gflashplayer</code></li>
</ol>
<li>Download the <a href="http://davr.org/flash/FlexBuilder_2.01_for_Linux.tar.gz">FlexBuilder 2.01 Plugin for Linux</a> (<a href="http://labs.eshangrao.com/files/FlexBuilder_2.01_for_Linux.tar.gz">mirror</a>)
<ol>
<li>Extract this to the root eclipse install folder. It will create files in the configuration, plugins, and features directories which are already part of eclipse.</li>
<li>Open <code>eclipse/configuration/com.adobe.flexbuilder/flexbuilder2.xml</code> and change the value of &lt;sdkpath&gt; to point to the root directory where you installed the Flex 2 SDK</li>
</ol>
<li>(OPTIONAL) Fix the annoying &#8216;Incorrect flash player installed&#8217; popup every time you run your project:
<ol>
<li>Download <a href="http://davr.org/flash/debugui.jar">debugui.jar</a></li>
<li>Overwrite the file eclipse/plugins/com.adobe.flexbuilder.debug.ui_2.0.155577/debugui.jar with the downloaded one</li>
</ol>
</li>
<li>(OPTIONAL) Use the windows flash player with WINE instead of native linux flash player.
<ol>
<li>Make sure you have WINE installed correctly</li>
<li>Download the windows standalone projector debugger (see link at top for player downloads)</li>
<li>Download <a href="http://davr.org/flash/flashplayer">this flashplayer script</a> and place in your path, as well as rename the linux player so it doesn&#8217;t interfere. You probably still need the symlink to gflashplayer as above.</li>
</ol>
</li>
<li>(OPTIONAL) If you already use eclipse, it&#8217;s possible it wont see the new Flex plugins. Simply run the following command to get eclipse to search for your newly installed stuff:
<ol>
<li>&#8220;./eclips -clean&#8221;</li>
</ol>
</ol>
<p>That should be it! The only problem I&#8217;ve had is switching to design view messes everything up. Just stay in source view and you&#8217;ll be fine. Also, whenever I try to debug, it says I don&#8217;t have flash 9 installed, but I just press continue, and debugging works like normal (catching traces, breakpoint on crash, etc).</p>
<p>Thanks to <a href="http://blog.eshangrao.com/index.php/2007/01/16/324-flexbuilder-201-for-linux%C2%A0">this chinese guy&#8217;s post</a> for figuring it out. He has a few more posts on the issue (<a href="http://blog.eshangrao.com/index.php/2007/03/07/357-flexbuilder-201-for-linux-patch-11">[1]</a>, <a href="http://blog.eshangrao.com/index.php/2007/03/08/360-flexbuilder-201-for-linux-v12">[2]</a>),  but I didn&#8217;t seem to need any of the info in them.</p>
<p>Somewhat related, <a href="http://osflash.org/pipermail/papervision3d_osflash.org/2007-February/001662.html">this post</a> talks about other ways of using Flex 2 / AS3 under linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/04/22/flex-builder-201-under-linux/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Apollo App: AS3 Tip of the Day</title>
		<link>http://blog.davr.org/2007/04/05/apollo-app-as3-tip-of-the-day/</link>
		<comments>http://blog.davr.org/2007/04/05/apollo-app-as3-tip-of-the-day/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 05:27:52 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/04/03/apollo-app-as3-tip-of-the-day/</guid>
		<description><![CDATA[This is another fairly quick app I wrote, it pulls the posts from senocular&#8217;s AS3 Tip of the Day thread, and then displays them in a little browser (minus all the other forum cruft). It also caches them to disk, so each tip needs to be loaded only once. (sorry for the lame interface) AS3Tips.air [...]]]></description>
			<content:encoded><![CDATA[<p>This is another fairly quick app I wrote, it pulls the posts from senocular&#8217;s <a href="http://kirupa.com/forum/showthread.php?t=223798">AS3 Tip of the Day</a> thread, and then displays them in a little browser (minus all the other forum cruft). It also caches them to disk, so each tip needs to be loaded only once.</p>
<p><img src="http://davr.org/pics/as3tips.png" width="570" height="477" /></p>
<p>(sorry for the lame interface)</p>
<p><a href="http://davr.org/flash/AS3Tips.air">AS3Tips.air</a> &#8212; install file, requires <a href="http://labs.adobe.com/downloads/apolloruntime.html">Apollo Alpha Runtime</a>.<br />
<a href="http://davr.org/flash/AS3Tips.mxml">AS3Tips.mxml</a> &#8212; source code</p>
<p>Thanks to <a href="http://www.senocular.com/?id=1.388">senocular</a> for writing these amazingly helpful AS3 tips!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/04/05/apollo-app-as3-tip-of-the-day/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lyric Station &#8211; Apollo App</title>
		<link>http://blog.davr.org/2007/03/21/lyric-station-apollo-app/</link>
		<comments>http://blog.davr.org/2007/03/21/lyric-station-apollo-app/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 05:09:12 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/03/21/lyric-station-apollo-app/</guid>
		<description><![CDATA[I saw this post by Marcos P. who created an app for searching for song lyrics. I took it and added a few small enhancements: Download raw lyrics instead of html &#8212; saves bandwidth &#038; time Better layout &#8212; I take advantage of Flex&#8217;s layout capabilities to make the interface resizable Partial match searching &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <a href="http://www.placona.co.uk/blog/index.cfm/2007/3/21/Yet-another-first-Apollo-app--Lyric-Finder">this post by Marcos P.</a> who created an app for searching for song lyrics. I took it and added a few small enhancements:</p>
<ul>
<li>Download raw lyrics instead of html &#8212; saves bandwidth &#038; time</li>
<li>Better layout &#8212; I take advantage of Flex&#8217;s layout capabilities to make the interface resizable</li>
<li>Partial match searching &#8212; If a song is not found, I call out to the search page in the lyrics wiki, and then parse the results. This allows to find songs if you don&#8217;t know the exact name, or miss a &#8216;the&#8217;, or to browse all songs by a certain artist</li>
</ul>
<p><img src="http://davr.org/pics/lyrics.png" width="508" height="402" /></p>
<p><a href="http://davr.org/flash/LyricStation.air">LyricStation.air</a> &#8212; requires the <a href="http://labs.adobe.com/downloads/apolloruntime.html">Apollo Runtime Alpha 1</a> in order to use. AIR file also includes the source code.</p>
<p>Many thanks to Marcos for giving out the source! It&#8217;s a great learning experience to hack on other people&#8217;s code that they&#8217;ve already gotten started for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/03/21/lyric-station-apollo-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
