<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>flextips: AS 3 - Upcoming stories</title>
		<link>http://flextips.corank.com/tech/all/cat/upcoming/as-</link>
		<description>flextips: AS 3 - Upcoming stories</description>
<image><title>coRank.com</title><link>http://flextips.corank.com/tech/all/cat/upcoming/as-</link><url>http://www.corank.com/pics/coRank2.gif</url></image>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Fastest numeric datatype?</title>
			<link>http://flextips.corank.com/tech/story/fastest-numeric-datatype</link>
			<description><![CDATA[


There has been some debate on the efficiency of the new number types in AS3: int, uint and Number. So whats the most efficient? Answer: They are all almost the same. Performance difference only occurs when you convert the datatype (via casting) in code.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/fastest-numeric-datatype">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/fastest-numeric-datatype">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/fastest-numeric-datatype</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>darron schall :: ActionScript 3.0 Tip: Date Constructor</title>
			<link>http://flextips.corank.com/tech/story/darron-schall-Actionscript-30-Tip-Date</link>
			<description><![CDATA[


There are some interesting undocumented Date methods that can be used (pretty neat). For example, getting the last day of the previous month by getting the date for the 0th day of the current month.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/darron-schall-Actionscript-30-Tip-Date">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/darron-schall-Actionscript-30-Tip-Date">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/darron-schall-Actionscript-30-Tip-Date</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Cannot use var n:Number == null to test if the number exists or not</title>
			<link>http://flextips.corank.com/tech/story/cannot-use-var-nnumber-null-to-test-if</link>
			<description><![CDATA[


The Number datatype's initial value is NaN. You cannot use n==null to test if that value has been set or not (it'll always return false). Instead use isNaN(n)
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/cannot-use-var-nnumber-null-to-test-if">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/cannot-use-var-nnumber-null-to-test-if">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/cannot-use-var-nnumber-null-to-test-if</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Using enterDebugger()</title>
			<link>http://flextips.corank.com/tech/story/using-enterdebugger</link>
			<description><![CDATA[


Explicitly call enterDebugger to break into the debugger from within code.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/using-enterdebugger">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/using-enterdebugger">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/using-enterdebugger</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Embed Javascript in mxml</title>
			<link>http://flextips.corank.com/tech/story/embed-Javascript-in-mxml</link>
			<description><![CDATA[


Embed javascript that swf calls within your mxml. The code does an eval to evaluate the js and then call it via external interface.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/embed-Javascript-in-mxml">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/embed-Javascript-in-mxml">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/embed-Javascript-in-mxml</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Using \ in String</title>
			<link>http://flextips.corank.com/tech/story/using-in-String</link>
			<description><![CDATA[


Using \ in a string will cause it to be deleted. Use \\ instead
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/using-in-String">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/using-in-String">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/using-in-String</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>fladdict.net: Loading AVM1 swf as AVM2 swf</title>
			<link>http://flextips.corank.com/tech/story/fladdictnet-Loading-Avm1-swf-as-Avm2-s</link>
			<description><![CDATA[


How to load a flash 8 or previous swf into a as3 swf to access UI elements. Pretty neat
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/fladdictnet-Loading-Avm1-swf-as-Avm2-s">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/fladdictnet-Loading-Avm1-swf-as-Avm2-s">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/fladdictnet-Loading-Avm1-swf-as-Avm2-s</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	<item>
			<dc:creator>arpit</dc:creator>
			<title>Dynamically calling a Singleton at runtime</title>
			<link>http://flextips.corank.com/tech/story/dynamically-calling-a-Singleton-at-run</link>
			<description><![CDATA[


A good approach for instantiating Singletons by dynamic lookup. This technique is great if you are loading in a module into a swf that already has a class compiled in.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://flextips.corank.com/tech/story/dynamically-calling-a-Singleton-at-run">Read more...</a> |
<a href="http://flextips.corank.com/tech/framed/dynamically-calling-a-Singleton-at-run">Original story</a> |

Votes so far: <span style="color:#080">1</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://flextips.corank.com/tech/story/dynamically-calling-a-Singleton-at-run</guid>
			<pubDate>Sat, 28 Nov 2009 22:18:26 GMT</pubDate>
		</item>
	</channel>
</rss>


