I've got a flash application (not written by me) which is accessing a configuration file which present on a http server. There are a lot of settings in the config file which seem to affect its behaviour.
I'm not interested in decompiling the swf file or getting too deep into this.
Basically I would like to try to alter the behaviour of the application by making it pick up a modified version of the configuration file instead of the one on the server. Is there a way to do this easily (perhaps a firefox extension like firebug?).
Basically when the application requests http://server/config.xml I want something that gets in the way and returns ~/myconfig.xml instead.