Attached is the crossdomian file I placed in
WebContent folder. Below is the action script code I am using to set the
policy file and send an AMF call. private function init():void { var
hostPath:String=HTTPUtil.getProtocol()+"//"+HTTPUtil.getHostName()+":"+HTTPUtil.getPort();
var policyFile:String=hostPath+"/Reports/crossdomain.xml";
Security.loadPolicyFile(policyFile); Alert.show(policyFile); var
cs:ChannelSet = new ChannelSet(); var customChannel:Channel = new
AMFChannel("my-amf","http:/...