<?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: Firefox 3 Mac Flash Bug stageWidth and stageHeight are 0</title>
	<atom:link href="http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:40:20 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Rich Hauck</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-15872</link>
		<dc:creator>Rich Hauck</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-15872</guid>
		<description>Thanks for posting this. I revisited an old site that was bugging out and I was going crazy thinking how I could have left such a bug. 

Fortunately, my site isn&#039;t so dependent on the stage size changing. Has anyone tried referencing displayObject.parent.width ?</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I revisited an old site that was bugging out and I was going crazy thinking how I could have left such a bug. </p>
<p>Fortunately, my site isn&#039;t so dependent on the stage size changing. Has anyone tried referencing displayObject.parent.width ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Noble</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-15211</link>
		<dc:creator>Josh Noble</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-15211</guid>
		<description>Thanks for putting this out there. After reading this I&#039;ve made a simple JS function which I can call from flash (if the stage.stageWidth comes back as 0) which gives me the divs width and height which seems to work great.</description>
		<content:encoded><![CDATA[<p>Thanks for putting this out there. After reading this I&#039;ve made a simple JS function which I can call from flash (if the stage.stageWidth comes back as 0) which gives me the divs width and height which seems to work great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pleb</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-14108</link>
		<dc:creator>pleb</dc:creator>
		<pubDate>Tue, 25 Aug 2009 22:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-14108</guid>
		<description>yeah this is a major pain. the problem occurs about 20% of the time in FF3 when trying to capture the stage dimensions after an ADDED_TO_STAGE event.</description>
		<content:encoded><![CDATA[<p>yeah this is a major pain. the problem occurs about 20% of the time in FF3 when trying to capture the stage dimensions after an ADDED_TO_STAGE event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-13867</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-13867</guid>
		<description>Ughhh. This is why I hate Information Technology.

I was sizing my chromeless player based on Stage.width, unaware that zero was lurking in the chaos. 

I added FlashVars to my AC_RunActiveContent  duplicating width and height so I can always get my default stage size, regardless of bunk global variables. 

I just spent weeks debugging a Flash quirk. Good luck in HTML5, oh mighty ubiquitous plug-in.</description>
		<content:encoded><![CDATA[<p>Ughhh. This is why I hate Information Technology.</p>
<p>I was sizing my chromeless player based on Stage.width, unaware that zero was lurking in the chaos. </p>
<p>I added FlashVars to my AC_RunActiveContent  duplicating width and height so I can always get my default stage size, regardless of bunk global variables. </p>
<p>I just spent weeks debugging a Flash quirk. Good luck in HTML5, oh mighty ubiquitous plug-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobby</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7730</link>
		<dc:creator>bobby</dc:creator>
		<pubDate>Tue, 27 Jan 2009 12:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7730</guid>
		<description>I have added this issue to the SWFObject FAQ (Q21):
http://code.google.com/p/swfobject/wiki/faq</description>
		<content:encoded><![CDATA[<p>I have added this issue to the SWFObject FAQ (Q21):<br />
<a href="http://code.google.com/p/swfobject/wiki/faq" rel="nofollow">http://code.google.com/p/swfobject/wiki/faq</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7723</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Tue, 27 Jan 2009 00:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7723</guid>
		<description>Thanks for the heads up, Jed!  And thanks to Aral for delving deeper than I did. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, Jed!  And thanks to Aral for delving deeper than I did. <img src='http://www.stevensacks.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jed</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7721</link>
		<dc:creator>jed</dc:creator>
		<pubDate>Tue, 27 Jan 2009 00:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7721</guid>
		<description>aral balkan had a similar issue that he attributes to swfobject (rather than FF or the flash player in isolation), which i note that you&#039;re using in your example pages.

http://aralbalkan.com/1933</description>
		<content:encoded><![CDATA[<p>aral balkan had a similar issue that he attributes to swfobject (rather than FF or the flash player in isolation), which i note that you&#039;re using in your example pages.</p>
<p><a href="http://aralbalkan.com/1933" rel="nofollow">http://aralbalkan.com/1933</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badhouse</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7719</link>
		<dc:creator>badhouse</dc:creator>
		<pubDate>Mon, 26 Jan 2009 20:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7719</guid>
		<description>works fine in FF3 for me too [ 10.5.5 ]</description>
		<content:encoded><![CDATA[<p>works fine in FF3 for me too [ 10.5.5 ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erikbianchi</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7654</link>
		<dc:creator>erikbianchi</dc:creator>
		<pubDate>Fri, 23 Jan 2009 20:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7654</guid>
		<description>I&#039;ve hit this issue on windows running Flash 9 in the past. I just took it as a flash quirk and coded around it using enterframe like you last sample.

not sure who to blame or if there is another fix.

-erik</description>
		<content:encoded><![CDATA[<p>I&#039;ve hit this issue on windows running Flash 9 in the past. I just took it as a flash quirk and coded around it using enterframe like you last sample.</p>
<p>not sure who to blame or if there is another fix.</p>
<p>-erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomd51</title>
		<link>http://www.stevensacks.net/2009/01/20/firefox-3-mac-flash-bug-stagewidth-and-stageheight-are-0/comment-page-1/#comment-7638</link>
		<dc:creator>tomd51</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=372#comment-7638</guid>
		<description>I was seeing this exact behavior on my Firefox 3.0.5 build on my PC laptop.  I am running several plug-ins, which included Adblock 0.5.3.043 as well as Adblock Plus 1.0.1.  In my disabling/enabling of plug-ins, I found that Adblock 0.5.3.043 caused this behavior in a completely reproducible manner, regardless of whether I whitelisted the page and site or not.  Easily reproducible with both the Weather Channel new local map and the stageWidth/stageHeight page Steven has created.

Disabling this plug-in and substituting Adblock Plus instead alleviates this problem completely.  Just an FYI to those that might be seeing this behavior and using that FF plug-in...</description>
		<content:encoded><![CDATA[<p>I was seeing this exact behavior on my Firefox 3.0.5 build on my PC laptop.  I am running several plug-ins, which included Adblock 0.5.3.043 as well as Adblock Plus 1.0.1.  In my disabling/enabling of plug-ins, I found that Adblock 0.5.3.043 caused this behavior in a completely reproducible manner, regardless of whether I whitelisted the page and site or not.  Easily reproducible with both the Weather Channel new local map and the stageWidth/stageHeight page Steven has created.</p>
<p>Disabling this plug-in and substituting Adblock Plus instead alleviates this problem completely.  Just an FYI to those that might be seeing this behavior and using that FF plug-in&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
