views:

111

answers:

1

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

+1  A: 

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

Alex Jillard