> yes i know but i what flash code ???
>
something like this (in Connection.as):
  
/**
    * clientLeft() is invoked from the server to notify when a client
leaves the application.
    */
    public function clientLeft(Id:String){
        this.clientLeft = Id;
        dispatchEvent({type:"onChange", code:"clientLeft"});
    }

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to