Call Total Current Connections/Users in Flex
Hello,
I realize this can be answered a number of ways and i've tried searching for it.
I'm trying to find out how I can tell how many users are connected to the same FMS application in a flex application:
public function totalConnectedUsers():void{
lblText1.text = "There are a total of " + bindableUserVariable + " Users Connected to the Stream Now";
}
Thanks for the assist.
