Is there anyway to make when browser request some file from server than browser to load another file.

example:
i open http://www.example.com
so now the browser send http request to load image
http://www.example.com/images/logo.swf
so when browser want to load that image to load this image
http://www.example.com/images/mylogo.swf

i do this now with http://fiddler2.com/
http://fiddler2.com/documentation/Knowle...oResponder

i don't know how to explain
please see this picture



i think this can be done with Wininet.dll and WinHTTP.dll

ANY HELP ?