<?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: Flash:How to successfully open a new window in Firefox w/o being blocked???</title>
	<atom:link href="http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/</link>
	<description>Flash tidbits, struggles, revelations, and teaching</description>
	<lastBuildDate>Tue, 11 Aug 2009 20:53:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quentin</title>
		<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/comment-page-1/#comment-555</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Fri, 26 Oct 2007 10:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/#comment-555</guid>
		<description>I&#039;m having the exact same problem...
I hope someone out there has a clue.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the exact same problem&#8230;<br />
I hope someone out there has a clue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John O</title>
		<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/comment-page-1/#comment-554</link>
		<dc:creator>John O</dc:creator>
		<pubDate>Fri, 26 Oct 2007 02:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/#comment-554</guid>
		<description>Sorry.. that was a typo in the post and not in my HTML.  I was typing at a different speed than I was thinking. yes.. allowScriptAccess=&quot;always&quot;

Opening the new window works fine in other browsers. And it &quot;works&quot; in Firefox, but the new window gets caught in the pop-up blocker.  The user has the option to add the site to Firefox&#039;s trust site list, but I&#039;d prefer (and my client would prefer) to not have the user go through that step for a choice the user made.  This isn&#039;t non-prompted spam ads, but a user&#039;s choice to open the new window. 

You can see an example here:  http://www.yapiodesign.com/test/test4.html 
allowScriptAccess is set to always.  I&#039;ve added a MouseEvent.CLICK event handler on both the onscreen graphic and the SWF that gets loaded in.  Both trigger the pop-up blocker message in FF &quot;Firefox prevented tehis site from opening a pop-up window&quot;.</description>
		<content:encoded><![CDATA[<p>Sorry.. that was a typo in the post and not in my HTML.  I was typing at a different speed than I was thinking. yes.. allowScriptAccess=&#8221;always&#8221;</p>
<p>Opening the new window works fine in other browsers. And it &#8220;works&#8221; in Firefox, but the new window gets caught in the pop-up blocker.  The user has the option to add the site to Firefox&#8217;s trust site list, but I&#8217;d prefer (and my client would prefer) to not have the user go through that step for a choice the user made.  This isn&#8217;t non-prompted spam ads, but a user&#8217;s choice to open the new window. </p>
<p>You can see an example here:  <a href="http://www.yapiodesign.com/test/test4.html" rel="nofollow">http://www.yapiodesign.com/test/test4.html</a><br />
allowScriptAccess is set to always.  I&#8217;ve added a MouseEvent.CLICK event handler on both the onscreen graphic and the SWF that gets loaded in.  Both trigger the pop-up blocker message in FF &#8220;Firefox prevented tehis site from opening a pop-up window&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kaufman</title>
		<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/comment-page-1/#comment-553</link>
		<dc:creator>Michael Kaufman</dc:creator>
		<pubDate>Fri, 26 Oct 2007 01:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/#comment-553</guid>
		<description>Hi, thanks for the post - just FYI, &quot;true&quot; is not a valid param for script access. There are only 3 values, &quot;always&quot; &quot;never&quot; &quot;sameDomain&quot;. I have never had a problem opening up a new window in FF w/ AS3. Have you tried on different systems?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the post &#8211; just FYI, &#8220;true&#8221; is not a valid param for script access. There are only 3 values, &#8220;always&#8221; &#8220;never&#8221; &#8220;sameDomain&#8221;. I have never had a problem opening up a new window in FF w/ AS3. Have you tried on different systems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John O</title>
		<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/comment-page-1/#comment-552</link>
		<dc:creator>John O</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/#comment-552</guid>
		<description>Evert - 
If the person clicks a link in the Flash app, its their choice, and shouldn&#039;t be over-ridden by the browser.</description>
		<content:encoded><![CDATA[<p>Evert &#8211;<br />
If the person clicks a link in the Flash app, its their choice, and shouldn&#8217;t be over-ridden by the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evert</title>
		<link>http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/comment-page-1/#comment-551</link>
		<dc:creator>Evert</dc:creator>
		<pubDate>Thu, 25 Oct 2007 20:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.yapiodesign.com/blog/2007/10/25/flashhow-to-successfully-open-a-new-window-in-firefox-wo-being-blocked/#comment-551</guid>
		<description>Or: How to successfully annoy users, against peoples settings</description>
		<content:encoded><![CDATA[<p>Or: How to successfully annoy users, against peoples settings</p>
]]></content:encoded>
	</item>
</channel>
</rss>
