Rewite (or hijack) an absolute URL request made from a flash (swf) file in a browser

Posted by Pauli on Stack Overflow See other posts from Stack Overflow or by Pauli
Published on 2010-05-13T10:41:30Z Indexed on 2010/05/13 10:44 UTC
Read the original article Hit count: 267

Filed under:
|
|
|
|

Is there a way to rewite (or hijack) an absolute URL request made from a flash (swf) file in a browser?

Eg

I have a flash application that is requesting http://example.com/myImage.png

The code in the flash application cannot be changed but I want to be able to either use another flash or some javascript to write that URL as the image is beging requested - to something like

example.com/myImage.png?u=123456

© Stack Overflow or respective owner

Related posts about rewrite

Related posts about flex