<?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"
	>
<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, Flex and Technology</description>
	<pubDate>Fri, 10 Sep 2010 14:40:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jide</title>
		<link>http://blog.wrench.com.au/2009/10/20/loaded-swf-obscuring-mouse-events-in-overlapping-movieclips/#comment-6698</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-6698</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("www.XXXXXXXXXXXXXXXXXX.cc"); 
    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 - 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(&#8221;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-6695</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-6695</guid>
		<description>Damn! I'm trying to crack this RIGHT NOW! In my case, it'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-6611</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-6611</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-6562</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-6562</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-6561</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-6561</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-6559</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-6559</guid>
		<description>Loader.mouseEnabled=false is for loader only, and not it'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-6558</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-6558</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-6557</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-6557</guid>
		<description>That's what I ended up doing yesterday after I realised the mouseEnabled property wasn'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-6556</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-6556</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-6555</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-6555</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'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>
