开发者

AIR application fails to start ServerSocket then published

开发者 https://www.devze.com 2023-03-08 22:47 出处:网络
I have strange problem, then I test AIR application in Dev mode - it creates working ServerSocketobject. And acts as a server normally.

I have strange problem, then I test AIR application in Dev mode - it creates working ServerSocket object. And acts as a server normally. If I package it as AIR app and install on windows it stops wor开发者_如何学JAVAking - server is not created on designated port...

CODE: svn checkout http://logmaster.googlecode.com/svn/trunk/

Is it sandbox problem? How to solve it...? Or may it be because I am using generated Certificate?

Thanks for your help.


I found the problem.

It looks like to start server AIR needs user input. Putting server creation to mouse click handler solved the problem.

Thanks for your time.

0

精彩评论

暂无评论...
验证码 换一张
取 消