Application Development Tips and Tricks > Application design and development > Using unique instance names |
![]() ![]() ![]() |
Using unique instance names
A typical deployment environment consists of multiple users connecting to the same server at the same time. To avoid collisions such as streams getting crossed or shared objects being overwritten, use unique instance names in your NetConnection.connect
commands. This technique is discussed in detail elsewhere in this document (see Deploying applications and application instances). It is included here as a reminder of how important this is to Flash Communication Server application development.
![]() ![]() ![]() |