Hi Joachim,
sorry i've tried but no way, i don't know java and have a lot of
problem...
i've trying to use videoconference.fla and fitcDemo and that's
run : you can see here : http://jeanphilippe.no-ip.biz/videoconf/
but the problem is ghost when user quit application without deconnect
can you show me what i must change in code or can you do the change
in files (as and appli) and send me at : [EMAIL PROTECTED]
thanks a lot
jp
Le 9 mars 07 à 12:09, Joachim Bauch a écrit :
> Hi,
>
> Jean-Philippe DELAVALLADE schrieb:
>> can you show me an example please (serverside code and client code
>> in flash) ?
>
> Red5:
> public void appLeave(IClient client, IScope app) {
> ServiceUtils.invokeOnAllConnections(app, "clientLeft", new
> Object[]{client.getId()});
> super.appLeave(client, app);
> }
>
> Flash:
> class MyConnection extends NetConnection {
> function clientLeft(id: String) {
> trace("Client left: " + id);
> }
> }
>
> You can check out the videoconference example, which uses this
> technique
> to set a id on each client by calling "setId".
>
> Joachim
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org