<?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: Flex 2 Apps on Linux!!!</title>
	<atom:link href="http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:17:11 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Warren Steffen</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-81702</link>
		<dc:creator>Warren Steffen</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-81702</guid>
		<description>James, my version of Flash player is 9.0 &amp; fire fox is
2.0
Any that use the flash player.
Warren</description>
		<content:encoded><![CDATA[<p>James, my version of Flash player is 9.0 &amp; fire fox is<br />
2.0<br />
Any that use the flash player.<br />
Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-78667</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sat, 26 Jan 2008 22:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-78667</guid>
		<description>Hi Warren,

What is  your specific version of Flash Player?  Are there certain sites which always cause a crash?  Thanks.

-James</description>
		<content:encoded><![CDATA[<p>Hi Warren,</p>
<p>What is  your specific version of Flash Player?  Are there certain sites which always cause a crash?  Thanks.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Steffen</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-78626</link>
		<dc:creator>Warren Steffen</dc:creator>
		<pubDate>Sat, 26 Jan 2008 18:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-78626</guid>
		<description>I too am running slackware and Firefox 2.0 with consistent crashes. (this is with FP ver 9)

Warren</description>
		<content:encoded><![CDATA[<p>I too am running slackware and Firefox 2.0 with consistent crashes. (this is with FP ver 9)</p>
<p>Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-13861</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Wed, 09 May 2007 18:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-13861</guid>
		<description>Aj,

You want the logging to happen locally or on the server?  If you want it to log locally you have to use trace and enable the trace output.  If you want to log on the server there are many ways to do this.  A simple HTTPService would be the easiest.

-James</description>
		<content:encoded><![CDATA[<p>Aj,</p>
<p>You want the logging to happen locally or on the server?  If you want it to log locally you have to use trace and enable the trace output.  If you want to log on the server there are many ways to do this.  A simple HTTPService would be the easiest.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay V</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-13702</link>
		<dc:creator>Ajay V</dc:creator>
		<pubDate>Tue, 08 May 2007 07:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-13702</guid>
		<description>Hi,

Was using the standalone debug player in flash ( I need to use it cause this is the only one that lets me make a text log which is quite essential for the application am developing), and it encounters memory leak like crazy, can anyone tell me how to fix this? or is there any other way to make a text log without using the debug player???

Thanks
Aj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Was using the standalone debug player in flash ( I need to use it cause this is the only one that lets me make a text log which is quite essential for the application am developing), and it encounters memory leak like crazy, can anyone tell me how to fix this? or is there any other way to make a text log without using the debug player???</p>
<p>Thanks<br />
Aj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-9411</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sun, 08 Apr 2007 21:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-9411</guid>
		<description>The Flex Data Services is Java, so it runs anywhere Java runs.

Loading time is very dependent on many different things.  The time for the swf to cross the wire can be longer with Flex applications, but since Flex applications run in the Flash VM, they execute much faster than HTML/Ajax apps.  So once you get the app down to the client it will startup and run much faster than a JavaScript application.  Also typically Flex applications make much fewer requests to the back-end server once running, so this also significantly increased performance.

Hope that helps.

-James</description>
		<content:encoded><![CDATA[<p>The Flex Data Services is Java, so it runs anywhere Java runs.</p>
<p>Loading time is very dependent on many different things.  The time for the swf to cross the wire can be longer with Flex applications, but since Flex applications run in the Flash VM, they execute much faster than HTML/Ajax apps.  So once you get the app down to the client it will startup and run much faster than a JavaScript application.  Also typically Flex applications make much fewer requests to the back-end server once running, so this also significantly increased performance.</p>
<p>Hope that helps.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiwei Wu</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-9402</link>
		<dc:creator>Jiwei Wu</dc:creator>
		<pubDate>Sun, 08 Apr 2007 19:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-9402</guid>
		<description>awesome work!

some basic questions. Do we have flex data server under linux? How do you vision the gap in loading time of flex app v.s. html/ajax app&#039;s performance in loading time?</description>
		<content:encoded><![CDATA[<p>awesome work!</p>
<p>some basic questions. Do we have flex data server under linux? How do you vision the gap in loading time of flex app v.s. html/ajax app&#8217;s performance in loading time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-8187</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 02 Apr 2007 15:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-8187</guid>
		<description>Duja,

You are the second person to report crashes here with Slackware.  I&#039;m not sure what the problem is.  But it does seem specific to Slackware.  I did some googling and I see other people having this problem, but can&#039;t find any solutions.  You might want to try the debug version from:
http://www.adobe.com/support/flashplayer/downloads.html

What version of glibc do you have?

-James</description>
		<content:encoded><![CDATA[<p>Duja,</p>
<p>You are the second person to report crashes here with Slackware.  I&#8217;m not sure what the problem is.  But it does seem specific to Slackware.  I did some googling and I see other people having this problem, but can&#8217;t find any solutions.  You might want to try the debug version from:<br />
<a href="http://www.adobe.com/support/flashplayer/downloads.html" rel="nofollow">http://www.adobe.com/support/flashplayer/downloads.html</a></p>
<p>What version of glibc do you have?</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DUJA</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-8148</link>
		<dc:creator>DUJA</dc:creator>
		<pubDate>Mon, 02 Apr 2007 10:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-8148</guid>
		<description>hi, my firefox crashes too every time i try to open a flash page (every flash page crashes eg. myspace.com etc..)
when i delete flashplayer plugin it works stable
im using slackware 10.2 kernel 2.6.13
hope ull make it better</description>
		<content:encoded><![CDATA[<p>hi, my firefox crashes too every time i try to open a flash page (every flash page crashes eg. myspace.com etc..)<br />
when i delete flashplayer plugin it works stable<br />
im using slackware 10.2 kernel 2.6.13<br />
hope ull make it better</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/10/05/flex_2_apps_on_linux/comment-page-1/#comment-6781</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Wed, 21 Mar 2007 18:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cayambe.com/wordpress/?p=68#comment-6781</guid>
		<description>Hi Keith,

Are there any specific Flash pages that you can reproduce a crash every time with?  Also, what distro are you using?

Thanks.

-James</description>
		<content:encoded><![CDATA[<p>Hi Keith,</p>
<p>Are there any specific Flash pages that you can reproduce a crash every time with?  Also, what distro are you using?</p>
<p>Thanks.</p>
<p>-James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
