Hi,
I'm looking to access all cookies made by flash files on my site from one single flash file. I understand it's possible to read a cookie when you know its name, but can it be done if you don't know the name?
To clarify what I mean, this is what I'm aiming for in a slightly made-up language:
as opposed to:Code:for each cookie { ... }
Hope that's clear.Code:read cookie['abcd'] read cookie['1234'] read cookie['9876'] ...
Thanks for any help,
0d085d


Reply With Quote
Bookmarks