flash - Is it possible to retrieve a cookie from an HTTP response in as3 without using javascript? -


my swf potentially live on sites embed codes not allow script access movie. need pull cookie response typically simple using javascript, swf not have access script, javascript not option. can access cookies or cookie header in response? if not possible there access raw response, headers , all?

edit / clarification

  • the request coming foo.com bar.com
  • bar.com setting cookie on foo.com
  • the request can written in way allows access cookie. currenlty using urlloader.
  • allowscriptaccess false

thank you

it not possible http cookies directly in - @ least in normal swf. can listen httpstatusevent requestheaders property of event available in air :/ (and i'm not sure include cookie). use js cookie(s) needed.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -