<?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>flex and flash developer &#124; steven sacks &#187; Bugs</title>
	<atom:link href="http://www.stevensacks.net/category/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Fri, 25 Jun 2010 05:03:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Flash CS5 TLF Engine Causes Errors With Loaded SWFs</title>
		<link>http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/</link>
		<comments>http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:34:48 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash CS5]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=618</guid>
		<description><![CDATA[I have discovered a nasty bug with Flash CS5 and a TLF TextField in a loaded swf. If you use TLF Engine in a loaded swf, you cannot call a public function of a document class (runtime error function doesn&#039;t exist), you cannot cast the swf as its document class or cast it as an [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>AIR NativeDragManager is BROKEN with IE 8</title>
		<link>http://www.stevensacks.net/2010/05/07/air-nativedragmanager-is-broken-with-ie-8/</link>
		<comments>http://www.stevensacks.net/2010/05/07/air-nativedragmanager-is-broken-with-ie-8/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:04:23 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=609</guid>
		<description><![CDATA[The AIR NativeDragManager is broken when interacting with IE 8 on any operating system. This is true in both AIR 1.5.x and the latest AIR 2 Beta 2. The clipboard has null data when you drag and drop from IE 8. This does not happen with any other browser. When you drag and drop links [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/05/07/air-nativedragmanager-is-broken-with-ie-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Socket.timeout property doesn&#039;t work</title>
		<link>http://www.stevensacks.net/2010/03/27/socket-timeout-property-doesnt-work/</link>
		<comments>http://www.stevensacks.net/2010/03/27/socket-timeout-property-doesnt-work/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 21:23:47 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=597</guid>
		<description><![CDATA[AS3&#039;s Socket class has a public property called timeout, and it doesn&#039;t work. The default value of timeout is 20000 milliseconds. Setting timeout to any other value doesn&#039;t change the 20000 millisecond timeout. You can confirm this easily by attempting to connect to a Socket that doesn&#039;t respond. It will always take 20000 milliseconds for [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/03/27/socket-timeout-property-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR Non-Transparent Window Bugs Part 3: Native Controls Showing Up</title>
		<link>http://www.stevensacks.net/2010/02/09/adobe-air-non-transparent-window-bugs-part-3-native-controls-showing-up/</link>
		<comments>http://www.stevensacks.net/2010/02/09/adobe-air-non-transparent-window-bugs-part-3-native-controls-showing-up/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:34:56 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=595</guid>
		<description><![CDATA[In my previous post, I showed how sometimes Windows would draw native controls on top of your non-transparent windows, as pictured here: However, I could not figure out a sure way to reproduce it. Now I have. Here&#039;s how you do it: 1. Make a new AIR application in Flex Builder. 2. In your-app.xml, set [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/02/09/adobe-air-non-transparent-window-bugs-part-3-native-controls-showing-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adobe AIR Non-Transparent Window Bugs Part 2: Maximize</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/</link>
		<comments>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 03:44:06 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=564</guid>
		<description><![CDATA[Maximized AIR windows on Windows XP are positioned at -4,-4 and the width and height add 8 pixels to compensate. On Windows 7, this is doubled, so the position is -8,-8 and the width and height add 16 pixels to compensate. This works fine with transparent AIR windows. Note: This behavior is not documented, and [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Adobe AIR has bad redraw bugs on Windows</title>
		<link>http://www.stevensacks.net/2010/01/27/adobe-air-has-bad-redraw-bugs-on-windows/</link>
		<comments>http://www.stevensacks.net/2010/01/27/adobe-air-has-bad-redraw-bugs-on-windows/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:47:31 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=540</guid>
		<description><![CDATA[In Adobe AIR, I recently had to change from using a transparent window to a non-transparent one, and I&#039;ve never really worked with non-transparent windows without system chrome. Doing so has created a very painful situation due to AIR&#039;s redraw bugs on Windows when using non-transparent windows. Transparency performance on Windows is bad, but it&#039;s [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2010/01/27/adobe-air-has-bad-redraw-bugs-on-windows/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Flash CS4 10.0.2 OSX Bug with Expose</title>
		<link>http://www.stevensacks.net/2009/05/22/flash-cs4-1002-osx-bug-with-expose/</link>
		<comments>http://www.stevensacks.net/2009/05/22/flash-cs4-1002-osx-bug-with-expose/#comments</comments>
		<pubDate>Fri, 22 May 2009 17:43:47 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=473</guid>
		<description><![CDATA[10.0.2 is an awesome update. It adds stability, improves performance, and added a JSFL command to publish an .fla without opening it. Unfortunately, I just found a bug with Expose that I can replicate every single time. Create or open an .fla file. Create or open another .fla file. Expose. Everything is fine. Click on [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2009/05/22/flash-cs4-1002-osx-bug-with-expose/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Flash IDE on OSX Cannot Assign ALT+` As Shortcut</title>
		<link>http://www.stevensacks.net/2009/03/18/flash-ide-on-osx-cannot-assign-alt-as-shortcut/</link>
		<comments>http://www.stevensacks.net/2009/03/18/flash-ide-on-osx-cannot-assign-alt-as-shortcut/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:17:30 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=436</guid>
		<description><![CDATA[For some reason, I cannot assign anything to ALT+` on OSX. It works on Windows without issue, but on OSX, it won&#039;t take. Annoying that I can&#039;t use that key on OSX but it works on Windows, especially considering the lack of available shortcuts on that side of the keyboard. That&#039;s all.]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2009/03/18/flash-ide-on-osx-cannot-assign-alt-as-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS4 Bug: Distribute To Layers moves objects 0.5 pixels</title>
		<link>http://www.stevensacks.net/2009/03/17/flash-cs4-bug-distribute-to-layers-moves-objects-05-pixels/</link>
		<comments>http://www.stevensacks.net/2009/03/17/flash-cs4-bug-distribute-to-layers-moves-objects-05-pixels/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:49:04 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=433</guid>
		<description><![CDATA[So here&#039;s another weird bug in Flash CS4. The first time it happened, I started to write a blog post about it, and then I made a new file and it didn&#039;t happen. I thought it was a fluke. But, it&#039;s happened a few more times since then in different files on different machines. Bug [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2009/03/17/flash-cs4-bug-distribute-to-layers-moves-objects-05-pixels/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flash CS4 IDE Windows Bug: Weird Output Window Glow</title>
		<link>http://www.stevensacks.net/2009/03/17/flash-cs4-ide-windows-bug-weird-output-window-glow/</link>
		<comments>http://www.stevensacks.net/2009/03/17/flash-cs4-ide-windows-bug-weird-output-window-glow/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:36:55 +0000</pubDate>
		<dc:creator>Steven Sacks</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.stevensacks.net/?p=429</guid>
		<description><![CDATA[I upgraded my Windows version of Flash CS4 yesterday to the minor release using the Adobe updater via Help > Updates&#8230; Now, there&#039;s a weird glow effect on the Output panel on Windows whenever I click in the Output panel. It fades up and down. Here&#039;s the best screenshot I could grab of it. It [...]]]></description>
		<wfw:commentRss>http://www.stevensacks.net/2009/03/17/flash-cs4-ide-windows-bug-weird-output-window-glow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
