Search code examples
flashlocationhttp-redirecturlloader

Flash URLLoader and Location -redirection


I have a Flash object that sends an URL request with URLLoader. However, how do I make it follow those Location: redirections in headers?


Solution

  • You can try URLRequestHeader. There are examples on the livedocs page there too.