vote up 1 vote down star

I'm building a Flex widget for a private vBulletin site, and the Flex widget needs to access an XML file on the vBulletin server in order to display data.

For security reasons, the XML URL will need to have the value in the bbsessionhash cookie passed along in the URL request from Flex. The Flex widget will be embedded in the private area that the user has logged into, so the Flex request will be coming from the same website the cookie is from.

Is there any way to access the cookies directly within Flex? I would prefer not to use ExternalInterface to grab the cookie data from JavaScript, as it could get a little messy (the templates are developed by a completely different dev team).

flag

80% accept rate

1 Answer

vote up 2 vote down check

I have never tried this, but this library might just do the trick.

link|flag
That is perfect, interestingly enough it actually uses ExternalInterface to write its own cookie-reading/writing JavaScript functions to the wrapper document. But hey, as long as the JS doesn't have to be embedded on the page itself it's good by me! Thanks! – Jarin Udom Feb 7 at 12:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.