Who loves GUIDs?
I love GUIDs. Why, well first I love saying ‘Guew-ehdd’ though I have heard it called something else but any time you need a unqiue ID, GUIDs come to the rescue. So as I moved into Flex, I wanted the same thing; here it is..
import mx.utils.UIDUtil;
UIDUtil.createUID() – returns a guid looking string
