<?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: Flex: working with MovieClips</title>
	<atom:link href="http://annafilina.com/blog/flex-working-with-movieclips/feed/" rel="self" type="application/rss+xml" />
	<link>http://annafilina.com/blog/flex-working-with-movieclips/</link>
	<description>I fix stuff</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:36:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex Developer</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-1517</link>
		<dc:creator>Flex Developer</dc:creator>
		<pubDate>Sat, 19 Dec 2009 11:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-1517</guid>
		<description>Hi, I am trying to create Flash Files on the fly. Can I do this using MovieClip ? Example application toufee.com Basically design a Flash Studio where the User can generate screens and objects with Effects. Can I achieve it using ActionScript and Flex. Please advise, thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I am trying to create Flash Files on the fly. Can I do this using MovieClip ? Example application toufee.com Basically design a Flash Studio where the User can generate screens and objects with Effects. Can I achieve it using ActionScript and Flex. Please advise, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philou</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-1512</link>
		<dc:creator>Philou</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-1512</guid>
		<description>Hi Anna,

I&#039;m wrapping an swf created by Indesign in a flex application in order to add some extra buttons and use the \full screen\ feature. I would like to access some components inside the swf created by Indesign and am doing so already successfully with some named buttons. The Indesingn.swf has 5 frames (=5 spreads) and the named buttons are placed on spread 1 = frame 1.

Here is what that looks like:
 
var myMovieClip:MovieClip = MovieClip(mySWFLoader.content);
var o:Object = Object(myMovieClip.getChildAt(0)); 
var myIndesignButton:DisplayObject = o.getChildByName(&#039;buttonNamedInsideIndesign&#039;);  

However, I would like to select other unnamed elements as well. Specifically I regret that the text of my finished flash animation is not selectable and available for copy&amp;paste, so I would like to loop through the movie elements and if they are Text components, then I would like to set their \selectable\ property to true.

Well, maybe my thinking is along the wrong lines, but even when I debug my flex application in eclipse, I cannot find the elements of my loaded Indesign swf anywhere inside the MovieClip object.

Maybe you can give me a hint as to where I should look?

Many thanks ind advance!
Philou</description>
		<content:encoded><![CDATA[<p>Hi Anna,</p>
<p>I&#8217;m wrapping an swf created by Indesign in a flex application in order to add some extra buttons and use the \full screen\ feature. I would like to access some components inside the swf created by Indesign and am doing so already successfully with some named buttons. The Indesingn.swf has 5 frames (=5 spreads) and the named buttons are placed on spread 1 = frame 1.</p>
<p>Here is what that looks like:</p>
<p>var myMovieClip:MovieClip = MovieClip(mySWFLoader.content);<br />
var o:Object = Object(myMovieClip.getChildAt(0));<br />
var myIndesignButton:DisplayObject = o.getChildByName(&#8216;buttonNamedInsideIndesign&#8217;);  </p>
<p>However, I would like to select other unnamed elements as well. Specifically I regret that the text of my finished flash animation is not selectable and available for copy&amp;paste, so I would like to loop through the movie elements and if they are Text components, then I would like to set their \selectable\ property to true.</p>
<p>Well, maybe my thinking is along the wrong lines, but even when I debug my flex application in eclipse, I cannot find the elements of my loaded Indesign swf anywhere inside the MovieClip object.</p>
<p>Maybe you can give me a hint as to where I should look?</p>
<p>Many thanks ind advance!<br />
Philou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-1173</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sun, 15 Nov 2009 20:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-1173</guid>
		<description>sanhita, Flex is not a programming language. It is a framework for AS3. A quick search in Google yielded the following result: http://www.adobe.com/devnet/flex/videotraining/

I hope that helps.</description>
		<content:encoded><![CDATA[<p>sanhita, Flex is not a programming language. It is a framework for AS3. A quick search in Google yielded the following result: <a href="http://www.adobe.com/devnet/flex/videotraining/" rel="nofollow">http://www.adobe.com/devnet/flex/videotraining/</a></p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanhita</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-1148</link>
		<dc:creator>sanhita</dc:creator>
		<pubDate>Thu, 12 Nov 2009 09:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-1148</guid>
		<description>I am Action Script Programmer. I am finding flex very complex &amp; different from AS 3.0. Please help me with some tutorial where i can see difference between AS 3.0 &amp; Flex AS</description>
		<content:encoded><![CDATA[<p>I am Action Script Programmer. I am finding flex very complex &amp; different from AS 3.0. Please help me with some tutorial where i can see difference between AS 3.0 &amp; Flex AS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-155</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sat, 11 Apr 2009 00:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-155</guid>
		<description>If you use myCanvas.rawChildren.getChildByName(&quot;myMC&quot;), don&#039;t forget to actually name your clip: myMC.name = &quot;myMC&quot;.
getChildByName() does not look for variable names, but for the &quot;name&quot; property.</description>
		<content:encoded><![CDATA[<p>If you use myCanvas.rawChildren.getChildByName(&#8220;myMC&#8221;), don&#8217;t forget to actually name your clip: myMC.name = &#8220;myMC&#8221;.<br />
getChildByName() does not look for variable names, but for the &#8220;name&#8221; property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manimaran</title>
		<link>http://annafilina.com/blog/flex-working-with-movieclips/comment-page-1/#comment-154</link>
		<dc:creator>Manimaran</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/archives/35#comment-154</guid>
		<description>Dear Friend,
 
I added the loader.content as MovieClip in my Flex application canvas(myCanvas.rawChildren.addChild(myMC)), but i cannot control this MC by getChidrenByName(), please help me to do this.

Thanks,
Manimaran.</description>
		<content:encoded><![CDATA[<p>Dear Friend,</p>
<p>I added the loader.content as MovieClip in my Flex application canvas(myCanvas.rawChildren.addChild(myMC)), but i cannot control this MC by getChidrenByName(), please help me to do this.</p>
<p>Thanks,<br />
Manimaran.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

