Hi all, I am having a problem trying to dispatch a new web request with the navigateToUrl method. If I put an url with the http protocol I have no problem, but if I try to do the same with a custom protocol (like for example "mylink://") I get a security sandbox violation. I understand that using AIR i don't have a domain with a sandbox, so I can't use something like allowDomain (suggested by the same error message), but I really need to be able to access my custom protocol handler from an AIR application.
Thanks! Martin

