Friday, 15 August 2014

actionscript 3 - Cookies with flash player -



actionscript 3 - Cookies with flash player -

i know how can create flash cookie track visitors.

for more info have create same thing using html , appnexus id of visitors.

there's sharedobject can described flash cookies.

here's little illustration how remember lastly time user logged in:

var sharedobject:sharedobject = sharedobject.getlocal("testobj"); if (sharedobject.data.id == null) { sharedobject.data.id = 20; sharedobject.flush(); } trace(sharedobject.data.id); // 20

the id object saved , can accessed/modified later.

for more info on sharedobject follow link: http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/flash/net/sharedobject.html

actionscript-3 flash cookies flash-player

No comments:

Post a Comment