<?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: FileReference.browse() Bit Me on the Ass Today</title>
	<atom:link href="http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Wed, 28 Dec 2011 05:30:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: sonicoliver</title>
		<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/comment-page-1/#comment-79021</link>
		<dc:creator>sonicoliver</dc:creator>
		<pubDate>Thu, 18 Nov 2010 04:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=638#comment-79021</guid>
		<description>I noticed that it doesn&#039;t matter how deep the browse() is buried in the code, so long as it&#039;s called within a few milliseconds of a mouse click, you&#039;re good to go. Also, it won&#039;t balk in a projector/air app or, more confusingly, in the flash IDE preview (CMD+enter)... it bit me before, adding animation before making the call is a no-no :(</description>
		<content:encoded><![CDATA[<p>I noticed that it doesn&#8217;t matter how deep the browse() is buried in the code, so long as it&#8217;s called within a few milliseconds of a mouse click, you&#8217;re good to go. Also, it won&#8217;t balk in a projector/air app or, more confusingly, in the flash IDE preview (CMD+enter)&#8230; it bit me before, adding animation before making the call is a no-no <img src='http://blog.everythingflex.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubbernecker’s Review - Week 17 &#124; Learn Flex</title>
		<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/comment-page-1/#comment-57197</link>
		<dc:creator>Rubbernecker’s Review - Week 17 &#124; Learn Flex</dc:creator>
		<pubDate>Sat, 12 Dec 2009 13:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=638#comment-57197</guid>
		<description>[...] FileReference.browse() Bit Me on the Ass Today (from EverythingFlex) [...]</description>
		<content:encoded><![CDATA[<p>[...] FileReference.browse() Bit Me on the Ass Today (from EverythingFlex) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wall</title>
		<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/comment-page-1/#comment-53128</link>
		<dc:creator>David Wall</dc:creator>
		<pubDate>Mon, 21 Sep 2009 11:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=638#comment-53128</guid>
		<description>Welcome to the space ship.  Adobe needs to tighten this up...  I have a production application that I had to rewrite into html to get it working properly.  The security scopes and stopped working, webservices fail on a random basis constantly, and when a Flash Player update comes out, I have to rework my application to get it to work right.  I had high hopes, but if Adobe doesn&#039;t get it together...I&#039;ll have to look somewhere else for a viable programming language.</description>
		<content:encoded><![CDATA[<p>Welcome to the space ship.  Adobe needs to tighten this up&#8230;  I have a production application that I had to rewrite into html to get it working properly.  The security scopes and stopped working, webservices fail on a random basis constantly, and when a Flash Player update comes out, I have to rework my application to get it to work right.  I had high hopes, but if Adobe doesn&#8217;t get it together&#8230;I&#8217;ll have to look somewhere else for a viable programming language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Tretola</title>
		<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/comment-page-1/#comment-53035</link>
		<dc:creator>Rich Tretola</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=638#comment-53035</guid>
		<description>You can not use mx. package within Flash as these clsses are part of the Flex framework and are not available within Flash CS4.</description>
		<content:encoded><![CDATA[<p>You can not use mx. package within Flash as these clsses are part of the Flex framework and are not available within Flash CS4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandy</title>
		<link>http://blog.everythingflex.com/2008/10/17/filereferencebrowse-bit-me-on-the-ass-today/comment-page-1/#comment-53029</link>
		<dc:creator>dandy</dc:creator>
		<pubDate>Wed, 16 Sep 2009 01:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=638#comment-53029</guid>
		<description>How to use this code in Flash CS4 As3.? It gives errors when i put it on top of my as3 code. error regarding the &#039;private&#039; property and &#039;import mx.*&#039; properties.

Regards</description>
		<content:encoded><![CDATA[<p>How to use this code in Flash CS4 As3.? It gives errors when i put it on top of my as3 code. error regarding the &#8216;private&#8217; property and &#8216;import mx.*&#8217; properties.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

