<?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: Flash 8 XML Class Bug: There is no property with the name &#8216;idMap&#8217;.</title>
	<atom:link href="http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<pubDate>Wed, 19 Nov 2008 04:03:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: drew</title>
		<link>http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/#comment-1952</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 08 Sep 2006 00:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/#comment-1952</guid>
		<description>Why would you use Macromedia's wack XML classes when you could use indivisions XMLConstruct. Not only does it work as DOM parser, you can pass Macromedia's XML objects it it. Voila XML as it is supposed to be.

http://svn.indivision.net/codebase/classes/net/indivision/data/</description>
		<content:encoded><![CDATA[<p>Why would you use Macromedia&#8217;s wack XML classes when you could use indivisions XMLConstruct. Not only does it work as DOM parser, you can pass Macromedia&#8217;s XML objects it it. Voila XML as it is supposed to be.</p>
<p><a href="http://svn.indivision.net/codebase/classes/net/indivision/data/" rel="nofollow">http://svn.indivision.net/codebase/classes/net/indivision/data/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Elst</title>
		<link>http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/#comment-1951</link>
		<dc:creator>Peter Elst</dc:creator>
		<pubDate>Fri, 08 Sep 2006 00:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/09/07/flash-8-xml-class-bug-there-is-no-property-with-the-name-idmap/#comment-1951</guid>
		<description>This goes for the XML idMap and setTimeout functionality in Flash 8. What I usually advise people to do is use array notation to escape from the compiler errors, that way you don't require anyone else you share your code with to have changed the intrinsic classes:

myXML["idMap"]
_global["setTimeout"]()

More information here as well: http://www.peterelst.com/blog/2005/12/19/flash-8-settimeout-and-xmlidmap

HTH!</description>
		<content:encoded><![CDATA[<p>This goes for the XML idMap and setTimeout functionality in Flash 8. What I usually advise people to do is use array notation to escape from the compiler errors, that way you don&#8217;t require anyone else you share your code with to have changed the intrinsic classes:</p>
<p>myXML["idMap"]<br />
_global["setTimeout"]()</p>
<p>More information here as well: <a href="http://www.peterelst.com/blog/2005/12/19/flash-8-settimeout-and-xmlidmap" rel="nofollow">http://www.peterelst.com/blog/2005/12/19/flash-8-settimeout-and-xmlidmap</a></p>
<p>HTH!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
