<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flash - 9.0 - main - 00000045.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T08:19:46</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#87646" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#87609" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86557" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86498" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86337" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86245" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#74362" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000045.html#74274" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#87646">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#87646</link>
		<description>@Tahereh-Sh:&lt;br&gt;&lt;br&gt;No, if a class is not dynamic you cannot add properties to instances at run time. (Of course, if ClassExtender actually includes a &quot;someString&quot; property then it would work.)</description>
		<dc:creator>adbe_paul</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-09-12T12:11:42</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#87609">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#87609</link>
		<description>While ClassExtender class is not a dynamic class is it possible to &lt;br /&gt;assign a value to someString property of its instance(myClass) &lt;br /&gt;at run-time?&lt;br /&gt; &lt;br /&gt; myClass.someString = &quot;hello&quot;;</description>
		<dc:creator>Tahereh-Shahidi</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-09-11T03:39:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86557">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#86557</link>
		<description>An expicit cast is certainly a practical way of describing the &quot;as&quot; operator.</description>
		<dc:creator>Joe ... Ward</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-08-08T11:12:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86498">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#86498</link>
		<description>Yes, instanceOf should be avoided in deference to the is operator.</description>
		<dc:creator>Joe ... Ward</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-08-07T11:30:42</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86337">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#86337</link>
		<description>in the text you state &quot;but in ActionScript 3.0 the instanceof operator should not be used to test for data type membership. &quot;  &lt;br /&gt;&lt;br /&gt;This sounds like instanceof should be used for something else. &lt;br /&gt;&lt;br /&gt;However at compile time, using instanceof generates an error stating that its been &quot;deprecated.&quot; Doesn't this imply that instance of should be avoided completely?</description>
		<dc:creator>Todays Past</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-08-01T13:29:20</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#86245">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#86245</link>
		<description>Why &quot;as&quot; is not described as explicit casting?</description>
		<dc:creator>PM 77-1</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-07-30T08:55:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#74362">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#74362</link>
		<description>typeof isn't included here because it's a legacy concept inherited from previous versions of ActionScript. For any of the reasons you'd use typeof(), you can use one of the approaches described here instead.&lt;br&gt;&lt;br&gt;One key reason for this is that typeof() only has a very limited set of potential results: string, array, number, etc. Most things, especially in ActionScript 3.0 where there are so many more types, would simply be identified as &quot;object&quot; which isn't very useful in determining what it really is.</description>
		<dc:creator>adbe_paul</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2007-10-02T15:07:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000045.html#74274">
		<title>flash/9.0/main/00000045.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000045.html#74274</link>
		<description>I'm missing typeof here</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-10-01T07:13:16</dc:date>
	</item>
	</rdf:RDF>

