actionscript 3 - Is it possible to run multiple Air clients in the same project (Intellij IDEA) -


basically, need test multiplayer functionality, , more useful have 2 air instances running @ same time.

the way achieve creating 2 different projects, it's quite cumbersome.

is there way inside same project?.

it possible if use flash player instead though.

restriction connected fact air-app id (which defined in app descriptor) should unique.

so, set few flash build configurations in module in project structure, in each of them should set different application descriptors different app ids in tab "air package".

then should create run configurations each of them , run them.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -