<?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 - 00000074.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-25T22:41:53</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000074.html#86556" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000074.html#86322" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000074.html#67208" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/main/00000074.html#67177" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000074.html#86556">
		<title>flash/9.0/main/00000074.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000074.html#86556</link>
		<description>When using extremely short time intervals (&lt;20-30 milliseconds), your timer is competing for attention with other function calls and even itself. The runtime may not be able to call the timer event handler at the exact instant the event is scheduled to be generated.</description>
		<dc:creator>Joe ... Ward</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-08-08T11:09:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000074.html#86322">
		<title>flash/9.0/main/00000074.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000074.html#86322</link>
		<description>It would be nice if the docs pointed out that the timer event overshoots it's intervals if the interval time is very small, around 10 milliseconds. I had an issue where I was using a timer object to keep track of my time, and display it on the screen. It seem that time was &quot;slowing&quot; down every time I ran my fla.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-08-01T07:30:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000074.html#67208">
		<title>flash/9.0/main/00000074.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000074.html#67208</link>
		<description>Well, I found the answer to my question. &lt;br /&gt;&lt;br /&gt;1. The Timer object in AS3 dispatches the TimeEvent.TIMER event - this behavior is similar to an interval in AS2 as it can launch a function. &lt;br /&gt;2. You create an event listener that listens to the TimeEvent.TIMER event. Register it with the addEventListener method of your Timer object. That event listener can update the animation content every time it is called by the event. &lt;br /&gt;3. When the animation content is updated, you call the TimerEvent.updateAfterEvent() method, in the very same listener function that updated the animation. This will refresh the stage independently of the fps, showing the updated animation state. &lt;br /&gt;&lt;br /&gt;This way you can achieve animation of an element far smoother (i.e. more frequently refreshed) than the set fps would allow, using the new Timer object.</description>
		<dc:creator>AMPO webdesign&amp;multimedia</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-05-22T12:03:28</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/main/00000074.html#67177">
		<title>flash/9.0/main/00000074.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/main/00000074.html#67177</link>
		<description>What about updateAfterEvent, does it work with Timer object in AS3? In AS2 you can use the updateAfterEvent together with intervals to create smooth script-driven animations independent of the fps (frames per second) set in the swf file. Is it still possible to do such fps-independent script-driven animations in AS3?</description>
		<dc:creator>AMPO webdesign&amp;multimedia</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-05-22T02:57:51</dc:date>
	</item>
	</rdf:RDF>

