I\'m looking to grab cookie values for the same domain within a Flash movie. Is this possible?
Let\'s see I let a user set a variable foo and I store it using any w
You can read and write cookies (Local Shared Object) from flash. Flash cookies are stored on your PC within a directory with the name of your domain. Those directories are located at:
[Root drive]:\Documents and Settings\[username]\Application Data\Macromedia\Flash Player\#SharedObjects\
This article from Adobe is a good start.