<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2010://34/tag:www.insideria.com,2008://34.23495-</id>
  <updated>2010-03-15T15:01:06Z</updated>
  <title>Comments for Step by Step: Flex Builder on Ubuntu 8.04 (http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2008://34.23495</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=23495" title="Step by Step: Flex Builder on Ubuntu 8.04" />
    <published>2008-04-28T01:41:47Z</published>
    <updated>2008-04-28T01:41:47Z</updated>
    <title>Step by Step: Flex Builder on Ubuntu 8.04</title>
    <summary>Last week Ubuntu 8.04 was released, and I have got to say, I am impressed.  Of course, once the OS was installed, my next logical step was to get Flex Builder for Linux working on it.  Here&apos;s a step-by-step guide to what I did to get Flex Builder working on there.</summary>
    <author>
      <name>Andrew Trice</name>
      
    </author>
    
    <category term="Blogs" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<div class="ap_r_front"  style="margin: 0px 14px; 14px; 14px;"><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/fx_tux.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/fx_tux.png" alt="fx_tux.png" title="Click to enlarge" width="148"/></a></div>Last week Ubuntu 8.04 was released, and I have got to say, I am impressed.  I've been dabbling with Linux for nearly a decade, and this is the first time I've ever had it work 100% out-of-the-box without having to track down any additional drivers.  Graphics card, network, etc...   The installation was simple.

<p>Of course, once the OS was installed, my next logical step was to get <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a> working on it.  Here's a step-by-step guide to what I did to get Flex Builder working on there.</p>

<p>1) The first thing I did was install the java-common package using the "<a href="http://en.wikipedia.org/wiki/Synaptic_Package_Manager" target="_blank">Synapic Package Manager</a>" application.   This will install the latest java common libraries on your OS installation.</p>

<p><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Synaptic%20Package%20Manager%20.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Synaptic%20Package%20Manager%20.png" alt="Screenshot-Synaptic Package Manager .png" title="Click to enlarge" width="400"/></a></p>

<p></p>

<p><br />
2) <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux</a> requires <a href="http://www.eclipse.org/" target="_blank">Eclipse</a>, so the next logical step is to download and install Eclipse.   I downloaded "<a href="http://www.eclipse.org/downloads/" target="_blank">Eclipse Classic</a>" and extracted it to the directory "eclipse" within my user folder.   I found <a href="http://ubuntuforums.org/showthread.php?t=201378" target="_blank">this article on the ubuntu forums</a> to tweak your Java settings for Eclipse on Ubuntu.    The article describes an older version of Ubuntu, but these exact steps worked for me with 8.04.</p>

<p><a href="http://ubuntuforums.org/showthread.php?t=201378" target="_blank">http://ubuntuforums.org/showthread.php?t=201378</a></p>

<p><br />
3) Next, download and install <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">Flex Builder for Linux from Adobe Labs</a>.  Be sure to check out the <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html" target="_blank">release notes</a> before you begin your installation.</p>

<p>Once you've downloaded the file "flexbuilder_linux_install_a3_033108.bin", you'll need to give it execute permissions.  From the command line, use "<em>chmod +x flexbuilder_linux_install_a3_033108.bin</em>" to grant these permissions.   Then launch the installer by running "<em>./flexbuilder_linux_install_a3_033108.bin</em>" (also from the command line).   If your java settings are not setup correctly, you will get a few error messages, and you'll need to go back and tweak them.</p>

<p>Once the installer is running, its easy.   Just tell it where to install Flex Builder, and point it to your eclipse directory, and it takes care of the rest.</p>

<p><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot%20-%20FB%20Install.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot%20-%20FB%20Install.png" alt="Screenshot - FB Install.png" title="Click to enlarge" width="400"/></a></p>

<p></p>

<p>Once your installation is complete, it's just like using Flex builder on any other operating system.    Just go to "File -> New -> New Flex Project" to create a new Flex Project.   From here, you're ready to start developing your Flex applications.</p>

<p><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot%20-%20New%20Flex%20Project.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot%20-%20New%20Flex%20Project.png" alt="Screenshot - New Flex Project.png" title="Click to enlarge" width="400"/></a></p>

<p><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Flex%20Development%20-%20FB%20Linux%20Test%20Project-src-main.mxml%20-%20Eclipse%20SDK%20-1.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Flex%20Development%20-%20FB%20Linux%20Test%20Project-src-main.mxml%20-%20Eclipse%20SDK%20-1.png" alt="Screenshot-Flex Development - FB Linux Test Project-src-main.mxml - Eclipse SDK -1.png" title="Click to enlarge" width="400"/></a></p>

<p><a href="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Mozilla%20Firefox%203%20Beta%205.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/04/step_by_step_setting_up_flex_b/Screenshot-Mozilla%20Firefox%203%20Beta%205.png" alt="Screenshot-Mozilla Firefox 3 Beta 5.png" title="Click to enlarge" width="400"/></a></p>

<p><br />
___________________________________<br />
<strong>Andrew Trice</strong><br />
Principal Architect<br />
<a href="http://www.cynergysystems.com" target="_blank">Cynergy Systems<br />
http://www.cynergysystems.com</a></p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2016815</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2016815" />
    <title>Comment from Tom Chiverton on 2008-04-28</title>
    <author>
        <name>Tom Chiverton</name>
        <uri>http://rachaelandtom.info/blog/3</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rachaelandtom.info/blog/3">
        <![CDATA[<p>With only a little extra work, you can use Ubuntu's Eclipse package: <a href="http://rachaelandtom.info/content/kubuntu-710-eclipse-and-flex-builder">http://rachaelandtom.info/content/kubuntu-710-eclipse-and-flex-builder</a></p>]]>
    </content>
    <published>2008-04-28T14:31:39Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2016817</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2016817" />
    <title>Comment from Andrew Trice on 2008-04-28</title>
    <author>
        <name>Andrew Trice</name>
        <uri>http://www.tricedesigns.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tricedesigns.com">
        <![CDATA[<p>Thanks for the info Tom!  This is definitely another way to get eclipse on there.</p>]]>
    </content>
    <published>2008-04-28T14:46:07Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2016879</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2016879" />
    <title>Comment from joomla template designer on 2008-04-30</title>
    <author>
        <name>joomla template designer</name>
        <uri>http://www.mozami.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mozami.net">
        <![CDATA[<p>Thanks for the quick intro. I didnt even know that flex was available on linux. Ive just downloaded hardy recently and will definitely be trying this out!</p>

<p>Thanks!</p>]]>
    </content>
    <published>2008-05-01T01:42:30Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2017287</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2017287" />
    <title>Comment from bazmek on 2008-05-21</title>
    <author>
        <name>bazmek</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi there, is Design Mode available in installation like this?</p>]]>
    </content>
    <published>2008-05-21T09:45:12Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2018686</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2018686" />
    <title>Comment from radekg on 2008-07-12</title>
    <author>
        <name>radekg</name>
        <uri>http://riait.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://riait.co.uk">
        <![CDATA[<p>This doesn't work when installing on Ganymede for J2EE developers. Installer is running and completes fine but there is no Flex Builder projects and perspective.</p>]]>
    </content>
    <published>2008-07-12T12:33:40Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2018688</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2018688" />
    <title>Comment from Andrew Trice on 2008-07-12</title>
    <author>
        <name>Andrew Trice</name>
        <uri>http://www.tricedesigns.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tricedesigns.com/">
        <![CDATA[<p>You might want to look at the FAQ, release notes, or help documents for Flex Builder for linux provided by Adobe.   I've only tried this on the "base" version of Eclipse.</p>]]>
    </content>
    <published>2008-07-12T14:36:39Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2021017</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2021017" />
    <title>Comment from Bernard on 2008-08-25</title>
    <author>
        <name>Bernard</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi, i use ubuntu 8.04 to develop flash, now i'm having problem, in my script i have [embed] tag, when i compile it using flex sdk, it give me error:</p>

<p>Error: exception during transcoding: Failed to grab pixels for image XXX.jpg</p>

<p>Error: Unable to transcode XXX.jpg</p>

<p>Can anyone help, pls?</p>]]>
    </content>
    <published>2008-08-25T09:23:19Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2042021</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2042021" />
    <title>Comment from iamok on 2008-08-29</title>
    <author>
        <name>iamok</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>this only works for me on eclipse version 3.3.2 and not on 3.4.x</p>]]>
    </content>
    <published>2008-08-29T08:45:20Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2044260</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2044260" />
    <title>Comment from Andres Monroy-Hernandez on 2008-10-14</title>
    <author>
        <name>Andres Monroy-Hernandez</name>
        <uri>http://web.media.mit.edu/~andresmh</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://web.media.mit.edu/~andresmh">
        <![CDATA[<p>It failed with Eclipse 3.4.1. I'm trying 3.3.2 now... See: <a href="http://bugs.adobe.com/jira/browse/FBE-306">http://bugs.adobe.com/jira/browse/FBE-306</a></p>]]>
    </content>
    <published>2008-10-15T03:49:04Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2052191</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2052191" />
    <title>Comment from baybora oren on 2009-02-03</title>
    <author>
        <name>baybora oren</name>
        <uri>http://javaloper.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://javaloper.com">
        <![CDATA[<p>In flex IDE Where is design view to develop gui quickly ? noopp we cant use design view. Also we cant use myeclipse fully qualified.</p>]]>
    </content>
    <published>2009-02-03T20:03:10Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2052192</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2052192" />
    <title>Comment from Andrew Trice on 2009-02-03</title>
    <author>
        <name>Andrew Trice</name>
        <uri>http://www.tricedesigns.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tricedesigns.com">
        <![CDATA[<p>Design view is only available on Mac or PC.  It is not available on the linux distribution.</p>

<p>You can see more on what is (and is not) supported at:<br />
<a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html#features"><a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html#features">http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html#features</a></a></p>]]>
    </content>
    <published>2009-02-03T20:12:00Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2055560</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2055560" />
    <title>Comment from ivan on 2009-03-19</title>
    <author>
        <name>ivan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>ubuntu install solution:</p>

<p>$ cat flexbuilder-i.sh<br />
#! /bin/bash</p>

<p>unset PS1</p>

<p>./flexbuilder_linux_install_a4_081408.bin<br />
</p>]]>
    </content>
    <published>2009-03-19T22:47:48Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2139118</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2139118" />
    <title>Comment from Usman Ajmal on 2009-10-13</title>
    <author>
        <name>Usman Ajmal</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I did everything exactly as you mentioned. One different thing  I did was that i downloaded the latest eclipse classic 3.5.1. The installation of Flex started without any errors, meaning thereby, my java setting were fine. </p>

<p>But when i gave the path of eclipse folder I encountered following error:</p>

<p>(Please choose an existing Eclipse 3.2 or 3.3 root folder to be extended.<br />
This root folder must contain the subfolder named "configuration". )</p>

<p>whereas I have checked my eclipse folder and it does contain a folder with the name of "configuration".</p>

<p>I however selected the option "proceed with caution" option and the installation ended finely. Then I went to the directory where I installed Flex and executed ./Adobe_Flex_builder.sh which opened Eclipse Galileo's workbench.</p>

<p>Problem:<br />
I can't see any Flex related perspective in Windows>Open Perspective>Other</p>

<p>Any idea what is going wrong and how to work around it?</p>]]>
    </content>
    <published>2009-10-14T05:40:44Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2172156</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2172156" />
    <title>Comment from Jackomo on 2009-11-04</title>
    <author>
        <name>Jackomo</name>
        <uri>http://www.sitioswebs.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sitioswebs.net">
        <![CDATA[<p>"Andrew Trice said:</p>

<p>Design view is only available on Mac or PC. It is not available on the linux distribution."</p>

<p>Well, Where do you think Im running my Ubuntu? under my PC, so I thought you want to said Windows.</p>

<p>Anybody knows how to get a GUI o Design mode running under Linux?</p>]]>
    </content>
    <published>2009-11-04T21:38:26Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2376522</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2376522" />
    <title>Comment from Jason on 2010-03-09</title>
    <author>
        <name>Jason</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I had same install experience as Usman Ajmal.  For this type of install I found that File > New > Other allows you to create a Flex Project.  </p>]]>
    </content>
    <published>2010-03-10T05:01:04Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2376930</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2376930" />
    <title>Comment from Andrew Trice on 2010-03-10</title>
    <author>
        <name>Andrew Trice</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Jason, Eclipse 3.5 is supported by Adobe.  The release notes on Adobe labs says "Note: Flex Builder Linux is only supported on Eclipse 3.3.x".  </p>

<p>Jackomo, it also says on the Adobe labs site: "This section lists unsupported Flex Builder features in Flex Builder Linux:<br />
Design view<br />
States view<br />
Refactoring<br />
Data Wizards<br />
Cold Fusion - Data Services Wizard<br />
Web Services introspection<br />
Profiler"</p>

<p>This information is online at:<br />
<a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html#features">http://labs.adobe.com/technologies/flex/flexbuilder_linux/releasenotes.html#features</a><br />
</p>]]>
    </content>
    <published>2010-03-10T12:57:04Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23495-comment:2376938</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23495" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/04/step-by-step-setting-up-flex-b.html#comment-2376938" />
    <title>Comment from Andrew Trice on 2010-03-10</title>
    <author>
        <name>Andrew Trice</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>sorry, meant to say "Eclipse 3.5 is *not* supported by Adobe"</p>]]>
    </content>
    <published>2010-03-10T13:06:36Z</published>
  </entry>

</feed
