<?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: MovieClip transparency to mouse click</title>
	<atom:link href="http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<pubDate>Wed, 07 Jan 2009 13:09:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Freddy</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2585</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Wed, 10 Dec 2008 06:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2585</guid>
		<description>I placed a dynamic textfield inside a movie clip with mouse events, of course as soon as you pass the mouse over the text the hand cursor just disappears...

my_mc.my_textfield.mouseEnabled=false just saved the day, thanks a lot!!!

btw. this was the only reference to this sort of problem I could find online.</description>
		<content:encoded><![CDATA[<p>I placed a dynamic textfield inside a movie clip with mouse events, of course as soon as you pass the mouse over the text the hand cursor just disappears&#8230;</p>
<p>my_mc.my_textfield.mouseEnabled=false just saved the day, thanks a lot!!!</p>
<p>btw. this was the only reference to this sort of problem I could find online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2414</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2414</guid>
		<description>please help!!, i have i big movie clip that is showing some photos on movment and have his own rolover and out codes for stop and play, each photo its a movie clip wiht buttons, in the main scene in front of all the big mc i have  a movie clip that shows the photo in big size, but when i mouse over it work but only in the sides that the mc its not hinder but when im in the middle were is the movie clip it dosent work it get disturbes i dont know whats happen, did i use visible = false codes? hope you can help me.
here its the code,,, i use your code but i dont know if its ok.

thank you for your time
regards.

DisplayObject: mouseEnabled = false

slides_mc.slide_mc.NuevoMov_mc.addEventListener(MouseEvent.ROLL_OVER, rolover);
slides_mc.slide_mc.NuevoMov_mc.addEventListener(MouseEvent.ROLL_OUT, rollout);


function rolover(gunoi:MouseEvent):void {
	NuevoMov_mc.removeEventListener(Event.ENTER_FRAME,rewind);
	NuevoMov_mc.gotoAndPlay(2);
}
function rollout(goz:MouseEvent):void {
	NuevoMov_mc.addEventListener(Event.ENTER_FRAME, rewind);
}
function rewind(rewinds:Event):void {
	NuevoMov_mc.prevFrame();
}</description>
		<content:encoded><![CDATA[<p>please help!!, i have i big movie clip that is showing some photos on movment and have his own rolover and out codes for stop and play, each photo its a movie clip wiht buttons, in the main scene in front of all the big mc i have  a movie clip that shows the photo in big size, but when i mouse over it work but only in the sides that the mc its not hinder but when im in the middle were is the movie clip it dosent work it get disturbes i dont know whats happen, did i use visible = false codes? hope you can help me.<br />
here its the code,,, i use your code but i dont know if its ok.</p>
<p>thank you for your time<br />
regards.</p>
<p>DisplayObject: mouseEnabled = false</p>
<p>slides_mc.slide_mc.NuevoMov_mc.addEventListener(MouseEvent.ROLL_OVER, rolover);<br />
slides_mc.slide_mc.NuevoMov_mc.addEventListener(MouseEvent.ROLL_OUT, rollout);</p>
<p>function rolover(gunoi:MouseEvent):void {<br />
	NuevoMov_mc.removeEventListener(Event.ENTER_FRAME,rewind);<br />
	NuevoMov_mc.gotoAndPlay(2);<br />
}<br />
function rollout(goz:MouseEvent):void {<br />
	NuevoMov_mc.addEventListener(Event.ENTER_FRAME, rewind);<br />
}<br />
function rewind(rewinds:Event):void {<br />
	NuevoMov_mc.prevFrame();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tunç Atakan</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2405</link>
		<dc:creator>Tunç Atakan</dc:creator>
		<pubDate>Sun, 14 Sep 2008 12:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2405</guid>
		<description>Perfect. You saves my hours... Thanx...</description>
		<content:encoded><![CDATA[<p>Perfect. You saves my hours&#8230; Thanx&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2370</link>
		<dc:creator>de</dc:creator>
		<pubDate>Fri, 01 Aug 2008 11:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2370</guid>
		<description>Thanks man!</description>
		<content:encoded><![CDATA[<p>Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2265</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 23 May 2008 18:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2265</guid>
		<description>Nice.. I was about the come up with a crazy scheme to get around my issue, but this worked like a charm.</description>
		<content:encoded><![CDATA[<p>Nice.. I was about the come up with a crazy scheme to get around my issue, but this worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgelineau</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2033</link>
		<dc:creator>dgelineau</dc:creator>
		<pubDate>Wed, 07 May 2008 02:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2033</guid>
		<description>I don't know if it will solve your problem, but it sure is worth the try. That's the first thing I would do.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it will solve your problem, but it sure is worth the try. That&#8217;s the first thing I would do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-2025</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Tue, 06 May 2008 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-2025</guid>
		<description>Well,
first let me say that should this work for me, once I have tried it, I will be one glad person, for I have been looking for a solution to a similar problem.

My problem has to do with my mostly-transparent-FLEX App blocking all mouse events from reaching the HTML behind it.

Do you think that this will work for me aswell?</description>
		<content:encoded><![CDATA[<p>Well,<br />
first let me say that should this work for me, once I have tried it, I will be one glad person, for I have been looking for a solution to a similar problem.</p>
<p>My problem has to do with my mostly-transparent-FLEX App blocking all mouse events from reaching the HTML behind it.</p>
<p>Do you think that this will work for me aswell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-1721</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-1721</guid>
		<description>Note setting 'mouseEnabled' to false doesn't work for nested movieclips. To make nested mcs mouse transparent set the parent mc's 'mouseChildren' to false.</description>
		<content:encoded><![CDATA[<p>Note setting &#8216;mouseEnabled&#8217; to false doesn&#8217;t work for nested movieclips. To make nested mcs mouse transparent set the parent mc&#8217;s &#8216;mouseChildren&#8217; to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/comment-page-1/#comment-1694</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 20 Apr 2008 09:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/movieclip-transparency-to-mouse-click/#comment-1694</guid>
		<description>Thanks man!</description>
		<content:encoded><![CDATA[<p>Thanks man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
