How do I access cookies within Flash?

前端 未结 7 926
醉酒成梦
醉酒成梦 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:10

    Some Googling shows that it can be done by using query strings:

    For web applications, you can pass values to swf by url parameters, and (with action script inside swf) save them to the sandbox.

提交回复
热议问题