Search code examples
actionscript-3flashapache-flexflex4.5

Redirecting the URL requests?


I have one flash file which is embading in another, the embeded one is creating a requests over HTTP to a specific host, I wish to redirect thoose requests to another host without touching the source code of the embeded one.

  • is it possible, and how ?

Solution

  • Its possible on the server-side using PHP or ColdFusion or whatever floats your boat, but at the client, nope...