Skip to main content
Participant
May 3, 2008
Question

can flash get redirect link?

  • May 3, 2008
  • 1 reply
  • 642 views
Hello everybody.
I face the following problem: I have a flash file that request to an URL but the URL then redirect right away to other URL (for example I use flash to request to the address http://example.com/a.php and then the URL redirect to http://example.com/b.php) Can flash then get the redirect URL for later usage? (in this case http://example.com/b.php).
Please help me.
Thank you very much
This topic has been closed for replies.

1 reply

PChiranjeevi
Inspiring
May 3, 2008
I think the a.php is redirecting the page due to non availability. coders of that page will do that using some ummmm "header(Location:something)" like this.