views:

270

answers:

1

When connecting from a local AIR/Flex application to a local application (c++) using sockets do you still need a socket policy file? If you do, is there an easy way to load the policy file without sending the policy from the local application you are trying to connect to? side note: I am writing both applications.

A: 

When connecting to another application on the localhost using sockets, you do not need to use a socket policy.

asawilliams