In java, you can get a unique string for an object.
How can you do this in as3?
You can try using a third party hashing function (such as md5 or sha1). The hashcode for objects in Java (incidentally C#) is generated by a hashing function as well. Here's one I found on Google
Hope this helps.