Flex In a PDF, Policy Files and RemoteObjects
I have started experimenting with delivering SWFs via PDF and have been beating my head against handling the crossdomain.xml policy file. The various permutations to my code have consistently pointed in one direction: one cannot use a non-default location for the policy file when accessing resources via an AMF-Channel. (this only applies to release builds; the security context of debugging is different, so you won't run into this problem there)
This may be a duh-moment for some as it does reveal my ignorance of the whole setup of the <RemoteObject> object. Specifically, is it a socket connection? This question is worth asking as:

