<?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"
	>
<channel>
	<title>Comments on: Integrating a Flash Interface into Flex 2</title>
	<atom:link href="http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Sun, 20 Jul 2008 16:52:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: cksachdev</title>
		<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html#comment-33218</link>
		<dc:creator>cksachdev</dc:creator>
		<pubDate>Tue, 11 Dec 2007 10:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1104#comment-33218</guid>
		<description>Hi ..
I was working on a ActionScript Project. We wanted to integrate preloaders in our ActionSCript Project. We tried with mx.preloaders but din found it working on ActionScript Projects. Could you please guide how to use preloader in an ActionSCript project. Currently I had used preloader using [Frame=....] on the main swf but I want it for modules too.</description>
		<content:encoded><![CDATA[<p>Hi ..<br />
I was working on a ActionScript Project. We wanted to integrate preloaders in our ActionSCript Project. We tried with mx.preloaders but din found it working on ActionScript Projects. Could you please guide how to use preloader in an ActionSCript project. Currently I had used preloader using [Frame=&#8230;.] on the main swf but I want it for modules too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html#comment-4012</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Fri, 08 Jun 2007 15:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1104#comment-4012</guid>
		<description>In AS2, no.  No code, period, for embedding.  For dynamicly loading, sure, it'll be just fine.

In AS3, that shouldn't be a problem.

Regarding SWC's, yeah, the &lt;a href='http://www.jessewarden.com/archives/2007/04/example_for_fle.html' rel="nofollow"&gt;Flex / Flash Component Kit&lt;/a&gt; does just that.


</description>
		<content:encoded><![CDATA[<p>In AS2, no.  No code, period, for embedding.  For dynamicly loading, sure, it&#8217;ll be just fine.</p>
<p>In AS3, that shouldn&#8217;t be a problem.</p>
<p>Regarding SWC&#8217;s, yeah, the <a href='http://www.jessewarden.com/archives/2007/04/example_for_fle.html' rel="nofollow">Flex / Flash Component Kit</a> does just that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew G</title>
		<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html#comment-4011</link>
		<dc:creator>Andrew G</dc:creator>
		<pubDate>Wed, 06 Jun 2007 01:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1104#comment-4011</guid>
		<description>Hey Jesse., Great walk through! I had a hypothetical question for you though... If your flash symbol you want to embed has a nested symbol with its own class, the nested class doesn't invoke, possibly due to all the AS getting stripped and the linkage going away. Is there a way around that? 

I saw a few posts here about using extenal swc's... could that be a work around? are there any examples out there how to pull in an AS3 swc into flex2?</description>
		<content:encoded><![CDATA[<p>Hey Jesse., Great walk through! I had a hypothetical question for you though&#8230; If your flash symbol you want to embed has a nested symbol with its own class, the nested class doesn&#8217;t invoke, possibly due to all the AS getting stripped and the linkage going away. Is there a way around that? </p>
<p>I saw a few posts here about using extenal swc&#8217;s&#8230; could that be a work around? are there any examples out there how to pull in an AS3 swc into flex2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html#comment-4010</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Mon, 02 Apr 2007 00:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1104#comment-4010</guid>
		<description>Oh yeah, Ted did a few examples &lt;a href='http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php' rel="nofollow"&gt;here&lt;/a&gt; as well.</description>
		<content:encoded><![CDATA[<p>Oh yeah, Ted did a few examples <a href='http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php' rel="nofollow">here</a> as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html#comment-4009</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Mon, 02 Apr 2007 00:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1104#comment-4009</guid>
		<description>3 steps since I used Flash for it.

&lt;ol&gt;
  &lt;li&gt;Create Flash preloader.  Typically a 100 frame MovieClip in Flash.  Give it a symbol name.  Flash 8 and below is ok.&lt;/li&gt;
  &lt;li&gt;Create a preloader class that extends the &lt;a href='http://livedocs.adobe.com/flex/2/langref/mx/preloaders/DownloadProgressBar.html' rel="nofollow"&gt;mx.preloaders.DownloadProgressBar&lt;/a&gt;.  An example can be seen if you go to &lt;a href='http://www.jessewarden.com/flex/flash_flex/source/srcview/' rel="nofollow"&gt;View Source&lt;/a&gt;, and look at the package com.jxl.downloads.views with the class JXLDownloadsPreloader.&lt;/li&gt;
  &lt;li&gt;Put your preloader class as the Application's preloader.  If you look at the View Source link above, and then look at the top of the Application class (JXLDownloads2.mxml), you can see the preloader tag setting which class to use.

preloader='com.jxl.downloads.views.JXLDownloadsPreloader'&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>3 steps since I used Flash for it.</p>
<ol>
<li>Create Flash preloader.  Typically a 100 frame MovieClip in Flash.  Give it a symbol name.  Flash 8 and below is ok.</li>
<li>Create a preloader class that extends the <a href='http://livedocs.adobe.com/flex/2/langref/mx/preloaders/DownloadProgressBar.html' rel="nofollow">mx.preloaders.DownloadProgressBar</a>.  An example can be seen if you go to <a href='http://www.jessewarden.com/flex/flash_flex/source/srcview/' rel="nofollow">View Source</a>, and look at the package com.jxl.downloads.views with the class JXLDownloadsPreloader.</li>
<li>Put your preloader class as the Application&#8217;s preloader.  If you look at the View Source link above, and then look at the top of the Application class (JXLDownloads2.mxml), you can see the preloader tag setting which class to use.
<p>preloader=&#8217;com.jxl.downloads.views.JXLDownloadsPreloader&#8217;</li>
</ol>
]]></content:encoded>
	</item>
</channel>
</rss>
