0

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

Tower
  • 98,741
  • 129
  • 357
  • 507

1 Answers1

1

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

Alex Jillard
  • 2,792
  • 2
  • 19
  • 20