Links
- What flash player do I have?
- AS3 Eval 0.3
- For interactive debugger.
- Description: As3Eval is a library that packages the Tamarin ESC compiler to work within a run-of-the-mill flash player.
- ActionScript language and syntax
- ActionScript® 3.0 Reference
- Top Level
- Global functions, constants and classes.
- String
Math.random()
- flash.utils:
ByteArray
getTimer()
- Top Level
UUID in Actionscript
var uuid:String = String(Math.floor(Number(String(curDate.time).substring(0, 10)) * Math.random()))
- Requires the Flex SDK
import mx.utils.UIDUtil;
var uuid:String = UIDUtil.createUID();
- http://code.google.com/p/actionscript-uuid/source/browse/trunk/src/com/laiyonghao/Uuid.as?r=2