In php there's a function called uniqid. It generates unique identifiers based on the current time. I was wondering if something like that was available in ActionScript.
There is no built-in way to generate a true UUID in ActionScript. You can get something good enough via
import mx.utils.UIDUtil;
var uuid:String = UIDUtil.createUID();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With