Your Account

Community

Topics (Top)

More

1
0
Dynamically calling a Singleton at runtime
http://www.colettas.org/?p=113
Submitted by arpit 30 months, 2 weeks, 3 days, 18 hours ago
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. Join discussion...
1
0
fladdict.net: Loading AVM1 swf as AVM2 swf
http://www.fladdict.net/blog-en/2007/05/loading_avm1_swf_as_...
Submitted by arpit 30 months, 1 week, 6 days, 19 hours ago
How to load a flash 8 or previous swf into a as3 swf to access UI elements. Pretty neat Join discussion...
1
0
Using \ in String
http://www.betaruce.com/blog/?p=138
Submitted by arpit 30 months, 1 week, 4 days, 19 hours ago
Using \ in a string will cause it to be deleted. Use \\ instead Join discussion...
1
0
Embed Javascript in mxml
http://flextips.corank.com/tech/story/embed-Javascript-in-mx...
Submitted by arpit 30 months, 1 week, 1 day, 17 hours ago
Embed javascript that swf calls within your mxml. The code does an eval to evaluate the js and then call it via external interface. Join discussion...
1
0
Using enterDebugger()
http://www.colettas.org/?p=114
Submitted by arpit 30 months, 1 week, 18 hours ago
Explicitly call enterDebugger to break into the debugger from within code. Join discussion...
1
0
Cannot use var n:Number == null to test if the number exists or not
http://labs.bigspaceship.com/blog/?p=40
Submitted by arpit 30 months, 3 days, 1 hour ago
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) Join discussion...
1
0
darron schall :: ActionScript 3.0 Tip: Date Constructor
http://www.darronschall.com/weblog/archives/000253.cfm
Submitted by arpit 30 months, 3 days, 1 hour ago
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. Join discussion...
1
0
Fastest numeric datatype?
http://lab.polygonal.de/2007/06/06/int-uint-and-number-data-...
Submitted by arpit 30 months, 2 days, 4 hours ago
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. Join discussion...

Home | Tools | Help & FAQ | About flextips | Contact us

© flextips 2007

Powered by coRank.com