<?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>In Flagrante Delicto! &#187; problem</title>
	<atom:link href="http://inflagrantedelicto.memoryspiral.com/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://inflagrantedelicto.memoryspiral.com</link>
	<description>Joseph Labrecque: Senior Interactive Software Engineer - Artist - Author - Speaker - Adobe Education Leader - Adobe Community Professional</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash Builder: Wrong Debug Player!</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2009/11/flash-builder-wrong-debug-player/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2009/11/flash-builder-wrong-debug-player/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:57:32 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=1160</guid>
		<description><![CDATA[Every once in a while, Flash Builder loses its mind when I attempt to debug a project and tells me that I don&#8217;t have a debug version of Flash Player on my machine. I do&#8230; FB is just crazy. Right. &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2009/11/flash-builder-wrong-debug-player/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every once in a while, Flash Builder loses its mind when I attempt to debug a project and tells me that I don&#8217;t have a debug version of Flash Player on my machine.  I do&#8230; FB is just crazy. Right.</p>
<p><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2009/11/debug.PNG" alt="Debug" title="Debug" width="401" height="108" class="alignnone size-full wp-image-1163" /><br />
Sometimes it&#8217;s looking at the player running in the browser, in which case I just need to perform a debug player install from:<br />
<a href="http://www.adobe.com/support/flashplayer/downloads.html">http://www.adobe.com/support/flashplayer/downloads.html</a></p>
<p>Other times, it&#8217;ll be pissed off about the player used by Flash Professional at:<br />
<code>C:\Program Files (x86)\Adobe\Adobe Flash CS4\Players</code></p>
<p>I&#8217;ve found a pretty foolproof (for me) way to fix this secondary problem.  Just grab <strong>FlashPlayer.exe</strong> from:<br />
<code>C:\Program Files (x86)\Adobe\Adobe Flash Builder {such and such release}\player\win</code></p>
<p>Copy this into the Flash Pro location, restart FB, and you should be good.</p>
<p>Don&#8217;t know why this happens from time to time&#8230; but it&#8217;s happened enough that I feel the need to document it- at least for myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2009/11/flash-builder-wrong-debug-player/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Up with Flash Player 10 Final???</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2008/10/whats-up-with-flash-player-10-final/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2008/10/whats-up-with-flash-player-10-final/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 04:53:26 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=330</guid>
		<description><![CDATA[It seems a lot has changed from the release candidates to the final version- a lot of things people did not expect.  For instance, last minute surprise changes to the Sound API&#8230; and then the previously announced security changes that &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2008/10/whats-up-with-flash-player-10-final/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It seems a lot has changed from the release candidates to the final version- a lot of things people did not expect.  For instance, last minute surprise changes to the <a href="http://www.make-some-noise.info/2008/10/16/adobe-made-some-creepy-noise/">Sound API</a>&#8230; and then the previously announced <a href="http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes.html">security changes</a> that Adobe has, in fairness, warned us about since Flash Player 9.</p>
<p>I&#8217;ve stumbled across something that I cannot understand in one of our Java applications.  This is something that worked fine in 10.0.0.525 but is now broken in 10.0.12.36:</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2008/10/flash10problem.jpg"><img class="alignnone size-full wp-image-331" title="Flash Player 10 Problem" src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2008/10/flash10problem.jpg" alt="" width="311" height="139" /></a></p>
<p>Simply put- a SWF (any SWF) that has loaded just fine in all previous versions of the Flash Player (including FP10 RC builds) now completely fails to load.  I&#8217;ve looked at a number of different things but cannot figure this one out!</p>
<p>I&#8217;ll update this as I find answers.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2008/10/whats-up-with-flash-player-10-final/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Builder 3 &#8211; &#8220;Building Workspace&#8221; Limbo</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2008/06/flex-builder-3-building-workspace-limbo/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2008/06/flex-builder-3-building-workspace-limbo/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 14:23:31 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://josephlabrecque.com/?p=162</guid>
		<description><![CDATA[I have this problem with Flex Builder 3.  If I have &#8220;Build Automatically&#8221; checked under &#8220;Project&#8221;, my workspace gets stuck in this &#8220;Building Workspace&#8221; limbo and can never launch any projects for testing unless I toggle this setting back off. &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2008/06/flex-builder-3-building-workspace-limbo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have this problem with Flex Builder 3.  If I have &#8220;Build Automatically&#8221; checked under &#8220;Project&#8221;, my workspace gets stuck in this &#8220;Building Workspace&#8221; limbo and can never launch any projects for testing unless I toggle this setting back off.</p>
<p>I&#8217;ve had the feature disabled for a few months now, but with the release of AIR 1.1 and the Flex 3.0.2 SDK, I decided to try and enable it again.  Unfortunately, this has had no affect on this particular issue- so it must be more FB-related than SDK-related.</p>
<p>If anyone has any insight on this issue- I&#8217;m all ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2008/06/flex-builder-3-building-workspace-limbo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

