<?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: Swf Class Explorer for AS3</title>
	<atom:link href="http://flassari.is/2008/07/swf-class-explorer-for-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 20:24:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-141</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 01 Sep 2010 20:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-141</guid>
		<description>Is it possible to extend this tool to determine from the SWF bytecode what classes a SWF is dependent upon which it does not define?

That is, if I compile a SWF which references one or more SWC files without static linking, I have a SWF that is dependent on other SWF/SWC files being loaded first.

So the question is, can I determine those dependencies on any given SWF file at runtime without having to resort to the link report?  AFAIK, there&#039;s no way to determine this without the link report.</description>
		<content:encoded><![CDATA[<p>Is it possible to extend this tool to determine from the SWF bytecode what classes a SWF is dependent upon which it does not define?</p>
<p>That is, if I compile a SWF which references one or more SWC files without static linking, I have a SWF that is dependent on other SWF/SWC files being loaded first.</p>
<p>So the question is, can I determine those dependencies on any given SWF file at runtime without having to resort to the link report?  AFAIK, there&#8217;s no way to determine this without the link report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-60</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Thu, 06 May 2010 22:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-60</guid>
		<description>Lol, well, glad it&#039;s fixed =)</description>
		<content:encoded><![CDATA[<p>Lol, well, glad it&#8217;s fixed =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pTymN</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-59</link>
		<dc:creator>pTymN</dc:creator>
		<pubDate>Thu, 06 May 2010 22:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-59</guid>
		<description>That was retarted. Restarting the Flash IDE fixed the issue.</description>
		<content:encoded><![CDATA[<p>That was retarted. Restarting the Flash IDE fixed the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pTymN</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-58</link>
		<dc:creator>pTymN</dc:creator>
		<pubDate>Thu, 06 May 2010 12:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-58</guid>
		<description>I recreated the FLA, and the best that I can tell is that somehow the png that is used is causing the problem. I&#039;ll try re-saving the png from gimp with different settings and seeing if I can find a combination of FLA/PNG settings that allows that swf to load. The very same project is loading 3 other nearly identical swfs without any problems.</description>
		<content:encoded><![CDATA[<p>I recreated the FLA, and the best that I can tell is that somehow the png that is used is causing the problem. I&#8217;ll try re-saving the png from gimp with different settings and seeing if I can find a combination of FLA/PNG settings that allows that swf to load. The very same project is loading 3 other nearly identical swfs without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-57</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Thu, 06 May 2010 10:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-57</guid>
		<description>@pTymN: I tried using Flash Develop&#039;s swf class browser to see what classes are in the swf, but even Flash Develop fails. The swf might be corrupted. See this picture:
&lt;img src=&quot;http://flassari.is/wp-content/uploads/2010/05/swf_fail.png&quot; alt=&quot;Swf fail :(&quot; /&gt;
Can you use any other libraries like &lt;a href=&quot;http://osflash.org/swfop&quot; rel=&quot;nofollow&quot;&gt;SwfOp&lt;/a&gt; and see if they succeed in getting the classes of your swf?</description>
		<content:encoded><![CDATA[<p>@pTymN: I tried using Flash Develop&#8217;s swf class browser to see what classes are in the swf, but even Flash Develop fails. The swf might be corrupted. See this picture:<br />
<img src="http://flassari.is/wp-content/uploads/2010/05/swf_fail.png" alt="Swf fail :(" /><br />
Can you use any other libraries like <a href="http://osflash.org/swfop" rel="nofollow">SwfOp</a> and see if they succeed in getting the classes of your swf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-56</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Thu, 06 May 2010 10:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-56</guid>
		<description>Odd, I&#039;ll look into it</description>
		<content:encoded><![CDATA[<p>Odd, I&#8217;ll look into it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pTymN</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-55</link>
		<dc:creator>pTymN</dc:creator>
		<pubDate>Wed, 05 May 2010 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-55</guid>
		<description>Hey, the code breaks when I try to load this swf: http://tim.kerchmar.com/level2-background3.swf

I tried publishing the swf as Flash Player 9 compiled and Flash Player 10 compiled, and neither option changed the error from: Error: Record header length too big.

with these values:

br.bytesAvailable = 50168
br.endian = &quot;littleEndian&quot;
br.length = 51732
br.objectEncoding = 3
br.position = 1564
tagCl = 50431
tagCode = 787
tagLength = 1073408</description>
		<content:encoded><![CDATA[<p>Hey, the code breaks when I try to load this swf: <a href="http://tim.kerchmar.com/level2-background3.swf" rel="nofollow">http://tim.kerchmar.com/level2-background3.swf</a></p>
<p>I tried publishing the swf as Flash Player 9 compiled and Flash Player 10 compiled, and neither option changed the error from: Error: Record header length too big.</p>
<p>with these values:</p>
<p>br.bytesAvailable = 50168<br />
br.endian = &#8220;littleEndian&#8221;<br />
br.length = 51732<br />
br.objectEncoding = 3<br />
br.position = 1564<br />
tagCl = 50431<br />
tagCode = 787<br />
tagLength = 1073408</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weston</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-29</link>
		<dc:creator>Weston</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-29</guid>
		<description>Thanks very much!!!  BTW - a quick question - what does trait.baseName tell us?  

The direct parent of the class? ie &quot;extends&quot;?  

Or the lowest level object?

Thanks again!  Great product!!</description>
		<content:encoded><![CDATA[<p>Thanks very much!!!  BTW - a quick question - what does trait.baseName tell us?  </p>
<p>The direct parent of the class? ie &#8220;extends&#8221;?  </p>
<p>Or the lowest level object?</p>
<p>Thanks again!  Great product!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-28</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-28</guid>
		<description>Ok, added the swc to the bottom of the post.</description>
		<content:encoded><![CDATA[<p>Ok, added the swc to the bottom of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weston</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/comment-page-1/#comment-27</link>
		<dc:creator>Weston</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-27</guid>
		<description>I know how to build, but at my company if we build third party swcs ourselves, we have to go through legal, (yes, even if you&#039;re using the MIT license).  Was trying to avoid the red tape hassel!!  :)</description>
		<content:encoded><![CDATA[<p>I know how to build, but at my company if we build third party swcs ourselves, we have to go through legal, (yes, even if you&#8217;re using the MIT license).  Was trying to avoid the red tape hassel!!  :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
