AIR(Flex) local socket connection

2019-05-13 15:01发布

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.

1条回答
戒情不戒烟
2楼-- · 2019-05-13 15:47

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

查看更多
登录 后发表回答