<?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: AS3 AVM1 Loader</title>
	<atom:link href="http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/</link>
	<description>Yet another labs blog</description>
	<pubDate>Wed, 07 Jan 2009 14:27:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: hcs</title>
		<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1040</link>
		<dc:creator>hcs</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1040</guid>
		<description>i tried using ForcibeLoader class but still not able to control the AVM1 movie.

please help</description>
		<content:encoded><![CDATA[<p>i tried using ForcibeLoader class but still not able to control the AVM1 movie.</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stef</title>
		<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1033</link>
		<dc:creator>stef</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1033</guid>
		<description>this is very useful,
unfortunately it only works with flash 8 compiled swfs for me. do you have an idea why?
I try to use fonts from a font2swf ( part of swftools , swf v6 i think) compiled clip. 
Is it fundamentally possible, when using  your class successfully, to have access to the library of that loaded swf?

Many thanks</description>
		<content:encoded><![CDATA[<p>this is very useful,<br />
unfortunately it only works with flash 8 compiled swfs for me. do you have an idea why?<br />
I try to use fonts from a font2swf ( part of swftools , swf v6 i think) compiled clip.<br />
Is it fundamentally possible, when using  your class successfully, to have access to the library of that loaded swf?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1031</link>
		<dc:creator>james</dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1031</guid>
		<description>Hi,

the ForcibeLoader works very well and is a very simple solution, but i think i may have come across a problem that occurs during the conversion.

If you add an Event.ENTER_FRAME listener to the Loader.contentLoaderInfo of the Loader Object that you've passed to the ForcibeLoader Object and check the currentFrame and totalFrame properties in the function set up to handle the ENTER_FRAME, you'll notice that the currentFrame never reaches the totalFrame? It seems to get to anything within 1- 4 frames before it and then gets no further. If i then leave it running it seems to cause flash player to slowly freeze up?

I've tried producing AVM1 swfs through several different programs and always get the same results. Have you come across this problem?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the ForcibeLoader works very well and is a very simple solution, but i think i may have come across a problem that occurs during the conversion.</p>
<p>If you add an Event.ENTER_FRAME listener to the Loader.contentLoaderInfo of the Loader Object that you&#8217;ve passed to the ForcibeLoader Object and check the currentFrame and totalFrame properties in the function set up to handle the ENTER_FRAME, you&#8217;ll notice that the currentFrame never reaches the totalFrame? It seems to get to anything within 1- 4 frames before it and then gets no further. If i then leave it running it seems to cause flash player to slowly freeze up?</p>
<p>I&#8217;ve tried producing AVM1 swfs through several different programs and always get the same results. Have you come across this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lestat1124</title>
		<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-992</link>
		<dc:creator>lestat1124</dc:creator>
		<pubDate>Wed, 14 May 2008 16:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-992</guid>
		<description>I have been looking for a solution for days now and after many many hours of fustration and trying out SWFBRIDGE, local connections and ExternalInterface I still find myself with the same damn problem! LOL  I have this courseware that has a Flash Shell that was converted from AS2 to AS3 but all of the content is still AS2 and with literally over thousands of flash files, converting each of them to AS3 isnt feasible at this time.  Now get this....the AS3 shell can successfully load the first AS2 swf content and control (play, stop, restart) it just fine.  However when I load the second AS2 swf content and any content afterwards, NOTHING works.  Its like the connections arent closing and/or unloading.  Since I cant go into each and every AS2 content swf and add the appropriate localconnection code to them I have been scouring for another alternative.  Do you think the ForcibeLoader.as would be a solution I should look into.  Do you have any sample code that you have used thus far so i can see it in action and customize it for my project.  Any help would be GREATLY appreciated!</description>
		<content:encoded><![CDATA[<p>I have been looking for a solution for days now and after many many hours of fustration and trying out SWFBRIDGE, local connections and ExternalInterface I still find myself with the same damn problem! LOL  I have this courseware that has a Flash Shell that was converted from AS2 to AS3 but all of the content is still AS2 and with literally over thousands of flash files, converting each of them to AS3 isnt feasible at this time.  Now get this&#8230;.the AS3 shell can successfully load the first AS2 swf content and control (play, stop, restart) it just fine.  However when I load the second AS2 swf content and any content afterwards, NOTHING works.  Its like the connections arent closing and/or unloading.  Since I cant go into each and every AS2 content swf and add the appropriate localconnection code to them I have been scouring for another alternative.  Do you think the ForcibeLoader.as would be a solution I should look into.  Do you have any sample code that you have used thus far so i can see it in action and customize it for my project.  Any help would be GREATLY appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
