How do I access cookies within Flash?

前端 未结 7 925
醉酒成梦
醉酒成梦 2020-12-14 04:40

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

相关标签:
7条回答
  • 2020-12-14 05:11

    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.

    0 讨论(0)
提交回复
热议问题