Hi to everyone! :) We are trying to use HTMLoader (builtin WebKit) in AIR application and we rent into the bunch of problems because of the luck of control over internal webkit engine.
1) we can't find how to make HTMLoader work via proxy 2) can't hook on just loading some resource - load() function is just the entry point to start loading some resource (e.g. page) but all following steps (e.g. loading referenced images) are done internally and are not accessible from outside 3) It seems that caching doesn't work properly - sometimes we get images cached, sometime not, and public API can't help us with it So, my question is: is there some way to access WebKit internals deeper than HTMLLoader's poor public API allows us to? Its seems very strange if this powerful tools doesn't realy let you to do any non-standart trick. Thank you, Ilya