<?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: Example for Flex Component Kit for Flash CS3	</title>
	<atom:link href="https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 06 Sep 2008 07:27:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ravish		</title>
		<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/comment-page-1#comment-121281</link>

		<dc:creator><![CDATA[ravish]]></dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1152#comment-121281</guid>

					<description><![CDATA[adding to the the above point, i am using this in AIR on Flex 3.]]></description>
			<content:encoded><![CDATA[<p>adding to the the above point, i am using this in AIR on Flex 3.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ravish		</title>
		<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/comment-page-1#comment-121279</link>

		<dc:creator><![CDATA[ravish]]></dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1152#comment-121279</guid>

					<description><![CDATA[hey jesse,

i&#039;ve compiled an swc from flash and imported in flex, its working fine , but  when i apply scale 9 grid transformation to that component, it not occuring.do u have any inputs / ideas..?]]></description>
			<content:encoded><![CDATA[<p>hey jesse,</p>
<p>i&#8217;ve compiled an swc from flash and imported in flex, its working fine , but  when i apply scale 9 grid transformation to that component, it not occuring.do u have any inputs / ideas..?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nishit		</title>
		<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/comment-page-1#comment-73262</link>

		<dc:creator><![CDATA[nishit]]></dc:creator>
		<pubDate>Sun, 06 Apr 2008 06:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1152#comment-73262</guid>

					<description><![CDATA[Hi i want to when we ma ke linkage in flash....in default flash.display.MovieClip i can this this classs... but in this example..flash.display.UIMovieClip

is there any difference between both the class]]></description>
			<content:encoded><![CDATA[<p>Hi i want to when we ma ke linkage in flash&#8230;.in default flash.display.MovieClip i can this this classs&#8230; but in this example..flash.display.UIMovieClip</p>
<p>is there any difference between both the class</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ryanw		</title>
		<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/comment-page-1#comment-50842</link>

		<dc:creator><![CDATA[ryanw]]></dc:creator>
		<pubDate>Tue, 05 Feb 2008 03:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1152#comment-50842</guid>

					<description><![CDATA[I noticed that your example above has sound clips in the Flash symbol that you export to Flex.  I am doing something a simpler that contains sound clips as well.  I have been unable to get the sound clips to work in the Flex application.  Everything else works great (states, transitions, etc), I just can&#039;t get any sound.  Is there some kind of trick to getting sound to work when using the Flex Component Kit?  Would you share your source?

Thanks]]></description>
			<content:encoded><![CDATA[<p>I noticed that your example above has sound clips in the Flash symbol that you export to Flex.  I am doing something a simpler that contains sound clips as well.  I have been unable to get the sound clips to work in the Flex application.  Everything else works great (states, transitions, etc), I just can&#8217;t get any sound.  Is there some kind of trick to getting sound to work when using the Flex Component Kit?  Would you share your source?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: virgo_ct		</title>
		<link>https://jessewarden.com/2007/04/example-for-flex-component-kit-for-flash-cs3.html/comment-page-1#comment-30859</link>

		<dc:creator><![CDATA[virgo_ct]]></dc:creator>
		<pubDate>Sun, 02 Dec 2007 20:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1152#comment-30859</guid>

					<description><![CDATA[All of this is well and fine for simplistic examples like the one in the article and the ones in the comments. Try using a more complex Flash movie in Flex like a dynamic wrapping panning world map with parts of symbols outside the viewable area, welcome to a hellish nightmare! I had to manually hide parts of the flash movie that are outside the Flex container and add tons of code to handle resizing the Flex container... anyone had this problem before? Also, I had to instantiate and initialise my Flash symbols from Flex, I got null errors if I didn&#039;t (the script in the flash movie couldn&#039;t find the symbol instances, including stage). I can&#039;t even use creationComplete, I have to delay it later, else e.g. stage won&#039;t be available to my Flash script.

Any comments/suggestions?]]></description>
			<content:encoded><![CDATA[<p>All of this is well and fine for simplistic examples like the one in the article and the ones in the comments. Try using a more complex Flash movie in Flex like a dynamic wrapping panning world map with parts of symbols outside the viewable area, welcome to a hellish nightmare! I had to manually hide parts of the flash movie that are outside the Flex container and add tons of code to handle resizing the Flex container&#8230; anyone had this problem before? Also, I had to instantiate and initialise my Flash symbols from Flex, I got null errors if I didn&#8217;t (the script in the flash movie couldn&#8217;t find the symbol instances, including stage). I can&#8217;t even use creationComplete, I have to delay it later, else e.g. stage won&#8217;t be available to my Flash script.</p>
<p>Any comments/suggestions?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
