<?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 for AM3Media</title>
	<atom:link href="http://am3media.com/site/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://am3media.com/site</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 13 Feb 2012 19:46:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on AS2 loop through all the movie clips on the stage by Michael</title>
		<link>http://am3media.com/site/flash-as2/as2-loop-through-all-movieclips/#comment-136</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=417#comment-136</guid>
		<description>Try creating the &quot;buttonclicked&quot; as a method where you pass the MC that clicked it into the method. In Pseudo Code:

btn_01_mc.onRelease = buttonclicked(this);

function buttonclicked(theCallingMC:MovieClip)
{
    this._name will= &quot;the name of the MC that fired the method&quot;;
}

Would that work for you?</description>
		<content:encoded><![CDATA[<p>Try creating the &#8220;buttonclicked&#8221; as a method where you pass the MC that clicked it into the method. In Pseudo Code:</p>
<p>btn_01_mc.onRelease = buttonclicked(this);</p>
<p>function buttonclicked(theCallingMC:MovieClip)<br />
{<br />
    this._name will= &#8220;the name of the MC that fired the method&#8221;;<br />
}</p>
<p>Would that work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 and IE Popup Blocker Fix by Marco Salvadeo</title>
		<link>http://am3media.com/site/flash-as3/flash-as3-and-ie-popup-blocker-fix/#comment-11</link>
		<dc:creator>Marco Salvadeo</dc:creator>
		<pubDate>Wed, 15 Dec 2010 23:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=233#comment-11</guid>
		<description>Hi,

are you sure the code above is correct?
For example the line

if (strUserAgent.indexOf(&quot;firefox&quot;) != -1 &#124;&#124; (strUserAgent.indexOf(&quot;msie&quot;) != -1 &amp;&amp; uint(strUserAgent.substr(strUserAgent.indexOf(&quot;msie&quot;) + 5, 3)) &gt;= 7)) {

has &gt; that mean &gt; .
I ask this because Flash AS3 compiler trow this error:
1067: Assegnazione forzata implicita di un valore del tipo String a un tipo flash.net:URLRequest non correlato.
on the line in wich appears the character ? 
var req:URLRequest=url is String?new URLRequest(url):url;

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>are you sure the code above is correct?<br />
For example the line</p>
<p>if (strUserAgent.indexOf(&#8220;firefox&#8221;) != -1 || (strUserAgent.indexOf(&#8220;msie&#8221;) != -1 &amp;&amp; uint(strUserAgent.substr(strUserAgent.indexOf(&#8220;msie&#8221;) + 5, 3)) &gt;= 7)) {</p>
<p>has &gt; that mean &gt; .<br />
I ask this because Flash AS3 compiler trow this error:<br />
1067: Assegnazione forzata implicita di un valore del tipo String a un tipo flash.net:URLRequest non correlato.<br />
on the line in wich appears the character ?<br />
var req:URLRequest=url is String?new URLRequest(url):url;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Target Root Path by ben</title>
		<link>http://am3media.com/site/flash/flash-as3-target-root-path/#comment-9</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 02 Nov 2010 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=209#comment-9</guid>
		<description>You also can access root like this  

Object(root).gotoAndPlay(5);
Object(parent).gotoAndPlay(5);</description>
		<content:encoded><![CDATA[<p>You also can access root like this  </p>
<p>Object(root).gotoAndPlay(5);<br />
Object(parent).gotoAndPlay(5);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Get Child By Name by el cholo</title>
		<link>http://am3media.com/site/flash-as3/flash-as3-get-child-by-name/#comment-13</link>
		<dc:creator>el cholo</dc:creator>
		<pubDate>Thu, 26 Aug 2010 01:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=263#comment-13</guid>
		<description>i have an mc named &quot;yourMother&quot; and has a child movie clip, named _rootFaggotSon, and you want to put this.dick inside _root.yourMother, get rid of the son delete._rootFaggotSon with plastic bag over head, and presto!</description>
		<content:encoded><![CDATA[<p>i have an mc named &#8220;yourMother&#8221; and has a child movie clip, named _rootFaggotSon, and you want to put this.dick inside _root.yourMother, get rid of the son delete._rootFaggotSon with plastic bag over head, and presto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How much to charge for Ad placement (CPM, CPC, CPA and CTR) by tony</title>
		<link>http://am3media.com/site/marketing/how-much-to-charge-for-ad-placement-cpm-cpc-cpa-and-ctr/#comment-14</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=271#comment-14</guid>
		<description>Im going to do a monthly fee until i can boost high visitors.</description>
		<content:encoded><![CDATA[<p>Im going to do a monthly fee until i can boost high visitors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Target Root Path by Satiss</title>
		<link>http://am3media.com/site/flash/flash-as3-target-root-path/#comment-8</link>
		<dc:creator>Satiss</dc:creator>
		<pubDate>Mon, 26 Apr 2010 16:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=209#comment-8</guid>
		<description>This work perfectly,

But let say your myMC had an other MovieClip in it called &quot;thisone&quot;... How can you change the x value of it?

MovieClip(this.root).myMC.thisone.x=20;  // Fail
MovieClip(this.root.myMC).thisone.x=20;  // Fail

Marc</description>
		<content:encoded><![CDATA[<p>This work perfectly,</p>
<p>But let say your myMC had an other MovieClip in it called &#8220;thisone&#8221;&#8230; How can you change the x value of it?</p>
<p>MovieClip(this.root).myMC.thisone.x=20;  // Fail<br />
MovieClip(this.root.myMC).thisone.x=20;  // Fail</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS2 loop through all the movie clips on the stage by Doug Maynard</title>
		<link>http://am3media.com/site/flash-as2/as2-loop-through-all-movieclips/#comment-17</link>
		<dc:creator>Doug Maynard</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=417#comment-17</guid>
		<description>This is a great little routine, but the related problem that&#039;s killing me is:

I have a dozen or so movieclips that are all instances of a symbol.

An event occurs - like onRelease and and I&#039;m now in the handler and I have no clue how to tell which movieclip instance got me there.

for example:

btn_01_mc.onRelease = buttonclicked;
btn_02_mc.onRelease = buttonclicked;
btn_03_mc.onRelease = buttonclicked;


All these buttons btn_XX__mc are instances of a movieclip symbol. How do I tell, in my buttonclicked function, which button did the clicking?

In my &quot;really happy world&quot; I would like to pass a parameter to my buttonclicked function from each button, but I can&#039;t see how to do that either.

Any help greatly appreciated.

thanks
Doug</description>
		<content:encoded><![CDATA[<p>This is a great little routine, but the related problem that&#8217;s killing me is:</p>
<p>I have a dozen or so movieclips that are all instances of a symbol.</p>
<p>An event occurs &#8211; like onRelease and and I&#8217;m now in the handler and I have no clue how to tell which movieclip instance got me there.</p>
<p>for example:</p>
<p>btn_01_mc.onRelease = buttonclicked;<br />
btn_02_mc.onRelease = buttonclicked;<br />
btn_03_mc.onRelease = buttonclicked;</p>
<p>All these buttons btn_XX__mc are instances of a movieclip symbol. How do I tell, in my buttonclicked function, which button did the clicking?</p>
<p>In my &#8220;really happy world&#8221; I would like to pass a parameter to my buttonclicked function from each button, but I can&#8217;t see how to do that either.</p>
<p>Any help greatly appreciated.</p>
<p>thanks<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Target Root Path by lino</title>
		<link>http://am3media.com/site/flash/flash-as3-target-root-path/#comment-7</link>
		<dc:creator>lino</dc:creator>
		<pubDate>Sun, 21 Mar 2010 20:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=209#comment-7</guid>
		<description>wat?!?

is there any other way this can be done? just wondering. it works good</description>
		<content:encoded><![CDATA[<p>wat?!?</p>
<p>is there any other way this can be done? just wondering. it works good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Target Root Path by Char</title>
		<link>http://am3media.com/site/flash/flash-as3-target-root-path/#comment-6</link>
		<dc:creator>Char</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=209#comment-6</guid>
		<description>I want to kiss you, this worked like a charm!</description>
		<content:encoded><![CDATA[<p>I want to kiss you, this worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Get Child By Name by digitil</title>
		<link>http://am3media.com/site/flash-as3/flash-as3-get-child-by-name/#comment-12</link>
		<dc:creator>digitil</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://am3media.com/site/?p=263#comment-12</guid>
		<description>or you can simply go like this:

a movie clip named &quot;trashcan&quot; has a child movie clip called &quot;plasticbag&quot; and if you want to hide the plasticbag you would do this:

trashcan.plasticbag.visible = 0;

and presto! easy as pie (which cannot be said often when it comes to AS3)</description>
		<content:encoded><![CDATA[<p>or you can simply go like this:</p>
<p>a movie clip named &#8220;trashcan&#8221; has a child movie clip called &#8220;plasticbag&#8221; and if you want to hide the plasticbag you would do this:</p>
<p>trashcan.plasticbag.visible = 0;</p>
<p>and presto! easy as pie (which cannot be said often when it comes to AS3)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

