everytime i run myApp.swf, it runs the same instance of the program... this
"myApp.swf" is a chat program, which has to allow only two way convesation
between user 1 and 2 .... i can successfully send this swf file, the usernames
so that i know which two users are talking to eachother at any given time....
the problem is this
user 1 and 2 try to connect and start talking to eachother.... this part works
now imagine two new users 3 and 4 are connecting.... instead of these new
users being attached to a new instance of the program, they join the existing
converstation between users 1 and 2
obviously this is because i don't know how to create instances of the
application ... and really i'm connecting to the same application....
how do i overcome this issue...
any links to tutorials or functions or example code however small is
appreciated...
i must say that i have already read this article
and found it to be of no help:
http://www.macromedia.com/devnet/central/articles/vchat.html regards
Tokenizer