<?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: Make an AS3 Flash Component with Custom UI Controls</title>
	<atom:link href="http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/</link>
	<description>David Barlia - Flash Developer / Designer / Animator</description>
	<lastBuildDate>Thu, 24 Jun 2010 23:33:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Building an AS3 component with a SWFPanel and a LivePreview &#124; FlashGrind</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-215</link>
		<dc:creator>Building an AS3 component with a SWFPanel and a LivePreview &#124; FlashGrind</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-215</guid>
		<description>[...] non-UIComponent solution from David Barlia&#8217;s &#8216;Studio Barliesque&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] non-UIComponent solution from David Barlia&#8217;s &#8216;Studio Barliesque&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuptis</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-213</link>
		<dc:creator>Kuptis</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-213</guid>
		<description>I would like to know if this can be done completely in actionscript without using the Flash or Flex IDEs.  I can&#039;t afford Flash and have been learning and coding in an IDE I found on the web plux mxmlc from the Flex SDK.

It might be a pain to code everything by hand but that&#039;s the way I currently have to code in actionscript.</description>
		<content:encoded><![CDATA[<p>I would like to know if this can be done completely in actionscript without using the Flash or Flex IDEs.  I can&#8217;t afford Flash and have been learning and coding in an IDE I found on the web plux mxmlc from the Flex SDK.</p>
<p>It might be a pain to code everything by hand but that&#8217;s the way I currently have to code in actionscript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barliesque</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-206</link>
		<dc:creator>barliesque</dc:creator>
		<pubDate>Wed, 23 Dec 2009 21:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-206</guid>
		<description>I have not used the Array type in component definitions, nor the List type.  If that&#039;s not working for you, an acceptable alternative might be to simply use the String type and parse the results yourself.  So if the value of a parameter called daysOfWeek is &quot;Sunday,Monday,Tuesday&quot;  you can use daysOfWeek.split(&quot;,&quot;) to turn it into an Array.

Glad you like the tutorial!  :)</description>
		<content:encoded><![CDATA[<p>I have not used the Array type in component definitions, nor the List type.  If that&#8217;s not working for you, an acceptable alternative might be to simply use the String type and parse the results yourself.  So if the value of a parameter called daysOfWeek is &#8220;Sunday,Monday,Tuesday&#8221;  you can use daysOfWeek.split(&#8220;,&#8221;) to turn it into an Array.</p>
<p>Glad you like the tutorial!  <img src='http://studio.barliesque.com/blog/wp-includes/images/smilies/01.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudiul</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-205</link>
		<dc:creator>claudiul</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-205</guid>
		<description>have you tried sending an array thru this method?
i&#039;ve tried, and it&#039;s not working. i revieve null. maybe i&#039;m wrong somewhere, that&#039;s why i&#039;m asking. 
good tutorial btw :)</description>
		<content:encoded><![CDATA[<p>have you tried sending an array thru this method?<br />
i&#8217;ve tried, and it&#8217;s not working. i revieve null. maybe i&#8217;m wrong somewhere, that&#8217;s why i&#8217;m asking.<br />
good tutorial btw <img src='http://studio.barliesque.com/blog/wp-includes/images/smilies/01.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just_thanks</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-204</link>
		<dc:creator>just_thanks</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-204</guid>
		<description>Many thanks for working out this AS3 solution using JSFL for custom UIs! Due to there is really NO comment to be found at adobe.com (nor elsewhere in the web - so far I searched for) about creating custom UIs with AS3 this is a great thing you did! Hopefully adobe will at least ask you if they include your solution into there help files :-).
(ok, I didn&#039;t try your solution by now, but I&#039;m sure that it will work :-))</description>
		<content:encoded><![CDATA[<p>Many thanks for working out this AS3 solution using JSFL for custom UIs! Due to there is really NO comment to be found at adobe.com (nor elsewhere in the web &#8211; so far I searched for) about creating custom UIs with AS3 this is a great thing you did! Hopefully adobe will at least ask you if they include your solution into there help files :-).<br />
(ok, I didn&#8217;t try your solution by now, but I&#8217;m sure that it will work :-))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barliesque</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-124</link>
		<dc:creator>barliesque</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-124</guid>
		<description>@Garyk:
Glad you liked it.  I&#039;ve been way too tied up with work over the past few months to write new blog posts.  Whenever I have to work really hard to find a solution to an issue, as in this case, I make myself a note for a new post... so I&#039;ve got a few lined up, but sadly they&#039;ll have to wait until I&#039;ve got a bit more free time.

@Jane &amp; Katty:
I&#039;m glad it&#039;s helped.   :) </description>
		<content:encoded><![CDATA[<p>@Garyk:<br />
Glad you liked it.  I&#8217;ve been way too tied up with work over the past few months to write new blog posts.  Whenever I have to work really hard to find a solution to an issue, as in this case, I make myself a note for a new post&#8230; so I&#8217;ve got a few lined up, but sadly they&#8217;ll have to wait until I&#8217;ve got a bit more free time.</p>
<p>@Jane &#038; Katty:<br />
I&#8217;m glad it&#8217;s helped.   <img src='http://studio.barliesque.com/blog/wp-includes/images/smilies/01.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GarykPatton</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-119</link>
		<dc:creator>GarykPatton</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-119</guid>
		<description>Hello. I think the article is really interesting. I am even interested in reading more. How soon will you update your blog?</description>
		<content:encoded><![CDATA[<p>Hello. I think the article is really interesting. I am even interested in reading more. How soon will you update your blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KattyBlackyard</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-118</link>
		<dc:creator>KattyBlackyard</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-118</guid>
		<description>Hi, gr8 post thanks for posting. Information is useful!</description>
		<content:encoded><![CDATA[<p>Hi, gr8 post thanks for posting. Information is useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaneRadriges</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-117</link>
		<dc:creator>JaneRadriges</dc:creator>
		<pubDate>Sun, 14 Jun 2009 01:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-117</guid>
		<description>Hi, very nice post. I have been wonder&#039;n bout this issue,so thanks for posting</description>
		<content:encoded><![CDATA[<p>Hi, very nice post. I have been wonder&#8217;n bout this issue,so thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barliesque</title>
		<link>http://studio.barliesque.com/blog/2008/12/as3-component-custom-ui/comment-page-1/#comment-115</link>
		<dc:creator>barliesque</dc:creator>
		<pubDate>Fri, 12 Jun 2009 00:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://studio.barliesque.com/blog/?p=57#comment-115</guid>
		<description>@Ksenia:
There&#039;s precious little information about that error in Adobe&#039;s documentation, unfortunately.  It seems likely that you&#039;ve simply mis-typed something in whatever code is instantiating the component, ie,  &lt;i&gt;var c:MyComponent = new MyComponent()&lt;/i&gt;  If that&#039;s not it, I&#039;ll be happy to take a look at your project files to help you track down the issue.

@Juan Carlos:
Thank you for posting!  Of course! &lt;i&gt;(slaps forehead)&lt;/i&gt;  Why didn&#039;t I think of it?!  I haven&#039;t had a chance to test your code, but I&#039;m fairly sure that will solve it.  I&#039;ve gone ahead and added a note a the end of the tutorial to direct others to your post.  When I have more time, I&#039;ll eventually update the tutorial and incorporate it into the example project.

@Yatin:
Glad the tutorial was helpful!   :) </description>
		<content:encoded><![CDATA[<p>@Ksenia:<br />
There&#8217;s precious little information about that error in Adobe&#8217;s documentation, unfortunately.  It seems likely that you&#8217;ve simply mis-typed something in whatever code is instantiating the component, ie,  <i>var c:MyComponent = new MyComponent()</i>  If that&#8217;s not it, I&#8217;ll be happy to take a look at your project files to help you track down the issue.</p>
<p>@Juan Carlos:<br />
Thank you for posting!  Of course! <i>(slaps forehead)</i>  Why didn&#8217;t I think of it?!  I haven&#8217;t had a chance to test your code, but I&#8217;m fairly sure that will solve it.  I&#8217;ve gone ahead and added a note a the end of the tutorial to direct others to your post.  When I have more time, I&#8217;ll eventually update the tutorial and incorporate it into the example project.</p>
<p>@Yatin:<br />
Glad the tutorial was helpful!   <img src='http://studio.barliesque.com/blog/wp-includes/images/smilies/01.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
