Is there any way to identify a unique user in Flash/Actionscript 3?

Posted by VGambit on Stack Overflow See other posts from Stack Overflow or by VGambit
Published on 2010-06-18T01:35:13Z Indexed on 2010/06/18 1:43 UTC
Read the original article Hit count: 209

I'm trying to make a vote/poll application in Flash using Actionscript 3. Is there any way to generate a specific ID that is unique to each user? The only other option I can think of is using the IP address, which is less than ideal in many cases (college campuses, shared Internet access, etc.). It needs to be the same number every time it is run on the same PC, but different for each user.

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-3