<?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: getDefinitionNames v. 2.0</title>
	<atom:link href="http://etcs.ru/blog/as3/getdefinitionnames_v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 19:08:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: etc</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20704</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20704</guid>
		<description>Thank You, Daniel! I&#039;ll fix getDefinitionNames as soon as possible.</description>
		<content:encoded><![CDATA[<p>Thank You, Daniel! I&#8217;ll fix getDefinitionNames as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20702</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20702</guid>
		<description>Forget what i wrote before, I finally found the problem source after doing several days of research.

With Flash 10 Adobe introduced a new Variable-Type called Vector. This is found under the MultinamesTable as 0x1D. See this: http://stackoverflow.com/questions/553445/how-do-generics-vector-work-inside-the-avm

Best Regards,
 Daniel</description>
		<content:encoded><![CDATA[<p>Forget what i wrote before, I finally found the problem source after doing several days of research.</p>
<p>With Flash 10 Adobe introduced a new Variable-Type called Vector. This is found under the MultinamesTable as 0&#215;1D. See this: <a href="http://stackoverflow.com/questions/553445/how-do-generics-vector-work-inside-the-avm" rel="nofollow">http://stackoverflow.com/questions/553445/how-do-generics-vector-work-inside-the-avm</a></p>
<p>Best Regards,<br />
 Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20682</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20682</guid>
		<description>After doing a bit more research, I think I know where the error comes from.
The abcFile-Docs speak a lot of u30-integers, those are really only 30bits long, so we can&#039;t get them out of the bytearray by reading whole bytes.
Please correct me if I&#039;m wrong, but it seems you read these u30-ints with your &quot;readASInt&quot;-method, which reads either 8 or 16 bits each time called.
However I&#039;m not sure if I understand everything of the code, so please ignore if I&#039;m wrong.

I found a class that could probably help: http://ntt.cc/2008/07/15/bitsreader-read-bits-from-given-bytearray.html

I&#039;ll try this out tomorrow.

Best Regards,
 Daniel</description>
		<content:encoded><![CDATA[<p>After doing a bit more research, I think I know where the error comes from.<br />
The abcFile-Docs speak a lot of u30-integers, those are really only 30bits long, so we can&#8217;t get them out of the bytearray by reading whole bytes.<br />
Please correct me if I&#8217;m wrong, but it seems you read these u30-ints with your &#8220;readASInt&#8221;-method, which reads either 8 or 16 bits each time called.<br />
However I&#8217;m not sure if I understand everything of the code, so please ignore if I&#8217;m wrong.</p>
<p>I found a class that could probably help: <a href="http://ntt.cc/2008/07/15/bitsreader-read-bits-from-given-bytearray.html" rel="nofollow">http://ntt.cc/2008/07/15/bitsreader-read-bits-from-given-bytearray.html</a></p>
<p>I&#8217;ll try this out tomorrow.</p>
<p>Best Regards,<br />
 Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etc</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20677</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20677</guid>
		<description>Thanks, Daniel! I will fix the bug as soon as I find time.</description>
		<content:encoded><![CDATA[<p>Thanks, Daniel! I will fix the bug as soon as I find time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20676</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20676</guid>
		<description>Hi there!
I&#039;m sorry about posting in english, but I have not yet learned your language :D However yahoo&#039;s babelfish translator does it&#039;s best, with translating whole pages in foreign languages for me.

I like your class a lot, I wanted to write such a class by myself, then makc gave me the link and I again realized that someone already did that job for me. Nice!

Probably your class has a bug in the Finder. Whenever I tried to parse my SWFs with your class, I got an End Of File Error when reading the instance-table. I added an expression to check wether there&#039;s still data to read or not, so I got it to work.

Just wanted to let you know this.

Best Regards from Germany,
 Daniel</description>
		<content:encoded><![CDATA[<p>Hi there!<br />
I&#8217;m sorry about posting in english, but I have not yet learned your language <img src='http://etcs.ru/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  However yahoo&#8217;s babelfish translator does it&#8217;s best, with translating whole pages in foreign languages for me.</p>
<p>I like your class a lot, I wanted to write such a class by myself, then makc gave me the link and I again realized that someone already did that job for me. Nice!</p>
<p>Probably your class has a bug in the Finder. Whenever I tried to parse my SWFs with your class, I got an End Of File Error when reading the instance-table. I added an expression to check wether there&#8217;s still data to read or not, so I got it to work.</p>
<p>Just wanted to let you know this.</p>
<p>Best Regards from Germany,<br />
 Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P48l0</title>
		<link>http://etcs.ru/blog/as3/getdefinitionnames_v2/comment-page-1/#comment-20494</link>
		<dc:creator>P48l0</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/?p=211#comment-20494</guid>
		<description>Awesome class!!! very useful. MMh... i dont understand anything in your blog because i only can read english or spanish, but the code is very handy!</description>
		<content:encoded><![CDATA[<p>Awesome class!!! very useful. MMh&#8230; i dont understand anything in your blog because i only can read english or spanish, but the code is very handy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
