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
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.