Deril
Deril

Reputation: 53

AIR application fails to start ServerSocket then published

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 working - 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.

Upvotes: 1

Views: 330

Answers (1)

Deril
Deril

Reputation: 53

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.

Upvotes: 2

Related Questions