<?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: Loaded swf obscuring mouse events in overlapping movieclips</title>
	<atom:link href="http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/</link>
	<description>Flash, Air, Mobile &#38; Technology tidbits</description>
	<lastBuildDate>Wed, 24 Apr 2013 01:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Jide</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-467</link>
		<dc:creator>Jide</dc:creator>
		<pubDate>Wed, 11 Aug 2010 12:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-467</guid>
		<description>Solved - You gotta set the context:

    var mLoader:Loader = new Loader();
    var context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, SecurityDomain.currentDomain);
    var mRequest:URLRequest = new URLRequest(&quot;www.XXXXXXXXXXXXXXXXXX.cc&quot;);
    mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
    mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
    mLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
    mLoader.load(mRequest,context);</description>
		<content:encoded><![CDATA[<p>Solved &#8211; You gotta set the context:</p>
<p>    var mLoader:Loader = new Loader();<br />
    var context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, SecurityDomain.currentDomain);<br />
    var mRequest:URLRequest = new URLRequest(&#8220;www.XXXXXXXXXXXXXXXXXX.cc&#8221;);<br />
    mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);<br />
    mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);<br />
    mLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);<br />
    mLoader.load(mRequest,context);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jide</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-466</link>
		<dc:creator>Jide</dc:creator>
		<pubDate>Sat, 07 Aug 2010 12:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-466</guid>
		<description>Damn! I&#039;m trying to crack this RIGHT NOW! In my case, it&#039;s 3 levels of loaded clips. Will definitely post solution.</description>
		<content:encoded><![CDATA[<p>Damn! I&#8217;m trying to crack this RIGHT NOW! In my case, it&#8217;s 3 levels of loaded clips. Will definitely post solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mouse event</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-464</link>
		<dc:creator>mouse event</dc:creator>
		<pubDate>Sun, 04 Apr 2010 17:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-464</guid>
		<description>[...] Attribution-Noncommercial 2.5 Mexico License. ... 0 Responses to Drawing API and Mouse Events ...Loaded swf obscuring mouse events in overlapping movieclips ...Categories: Flash Tags: Gaia, mouse events, mouseover. Long time no read. Been busy with a large [...] </description>
		<content:encoded><![CDATA[<p>[...] Attribution-Noncommercial 2.5 Mexico License. &#8230; 0 Responses to Drawing API and Mouse Events &#8230;Loaded swf obscuring mouse events in overlapping movieclips &#8230;Categories: Flash Tags: Gaia, mouse events, mouseover. Long time no read. Been busy with a large [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loaded swf obscuring mouse events in overlapping movieclips at &#8230;</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-463</link>
		<dc:creator>Loaded swf obscuring mouse events in overlapping movieclips at &#8230;</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-463</guid>
		<description>[...] original here: Loaded swf obscuring mouse events in overlapping movieclips at &#8230;   Share and [...] </description>
		<content:encoded><![CDATA[<p>[...] original here: Loaded swf obscuring mouse events in overlapping movieclips at &#8230;   Share and [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Fuller</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-462</link>
		<dc:creator>Ian Fuller</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-462</guid>
		<description>I had a similar problem a while back, seemed to be cause by loading a child swf from a non-local resource; http://blog.ifuller1.info/?p=42</description>
		<content:encoded><![CDATA[<p>I had a similar problem a while back, seemed to be cause by loading a child swf from a non-local resource; <a href="http://blog.ifuller1.info/?p=42" rel="nofollow">http://blog.ifuller1.info/?p=42</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foksa</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-460</link>
		<dc:creator>foksa</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-460</guid>
		<description>Loader.mouseEnabled=false is for loader only, and not it&#039;s children (loaded movie clip). When you have active elements in loaded clip they should work.</description>
		<content:encoded><![CDATA[<p>Loader.mouseEnabled=false is for loader only, and not it&#8217;s children (loaded movie clip). When you have active elements in loaded clip they should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for Loaded swf obscuring mouse events in overlapping movieclips at calm in the chaos [wrench.com.au] on Topsy.com</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-459</link>
		<dc:creator>Twitter Trackbacks for Loaded swf obscuring mouse events in overlapping movieclips at calm in the chaos [wrench.com.au] on Topsy.com</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-459</guid>
		<description>[...] Loaded swf obscuring mouse events in overlapping movieclips at calm in the chaos  blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips &#8211; view page &#8211; cached  Flash, Flex and Technology &#8212; From the page [...] </description>
		<content:encoded><![CDATA[<p>[...] Loaded swf obscuring mouse events in overlapping movieclips at calm in the chaos  blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips &ndash; view page &ndash; cached  Flash, Flex and Technology &mdash; From the page [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Langdon</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-458</link>
		<dc:creator>Jason Langdon</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-458</guid>
		<description>That&#039;s what I ended up doing yesterday after I realised the mouseEnabled property wasn&#039;t working how I expected it to.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I ended up doing yesterday after I realised the mouseEnabled property wasn&#8217;t working how I expected it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mloncaric</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-457</link>
		<dc:creator>mloncaric</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-457</guid>
		<description>Try setting mask on loaded content.</description>
		<content:encoded><![CDATA[<p>Try setting mask on loaded content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Langdon</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-456</link>
		<dc:creator>Jason Langdon</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/?p=248#comment-456</guid>
		<description>Good pick up. Not sure I want to disable mouse events for everything in the actual movie clip I am loading however. Your suggestion works fine in the simple example code I&#039;ve posted, but may not in a more complex example.</description>
		<content:encoded><![CDATA[<p>Good pick up. Not sure I want to disable mouse events for everything in the actual movie clip I am loading however. Your suggestion works fine in the simple example code I&#8217;ve posted, but may not in a more complex example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
