I tried doing this:
root.addEventListener(\"click\", function () { navigateToURL(ClickURLRequest,\"_self\"); });
And it
I'm not sure if this will work but its worth a shot:
root.removeEventListener("click", arguments.callee );
More information about it can be found Flex lang ref