chobo
chobo

Reputation: 32291

How to make a Http Request with as2?

Is it possible to make a simple Http Request using as2 and get the redirected result?

Example

I make a request to http://www.somesite.com/loader?params using as2 which redirects to

http://www.redirectedUrl.com/somefile.swf

I want to be able to access and store the address of the redirected url (in the above example that would be http://www.redirectedUrl.com/somefile.swf url

Upvotes: 0

Views: 548

Answers (1)

cgon
cgon

Reputation: 1981

You can use LoadVars class to the job

Upvotes: 1

Related Questions