var result_getStreams:Object={};
result_getStreams.onResult("streamHandler", this); //onResult declaration
....
nc.call("getStreams",result_getStreams); //call to server method
.....
private function streamHandler(evtObj:Object):Void{
//here you have the list of streams in evtObj to deal with and do your
bussiness.
}
On 2/23/07, Jean-Philippe DELAVALLADE <[EMAIL PROTECTED]> wrote:
me again sorry,
just to try this (serverside):
public List<String> getStreams() {
IConnection conn = Red5.getConnectionLocal();
return getBroadcastStreamNames(conn.getScope());
}
who can give me an example who run with the good client code in AS in
flash
please can you show me and do a flash file for running this ?
thanks
JP
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
-------------------------------------------------------------------
"Nos gusta los domingos ir al parque a pinchar los globos de los niƱos para
verlos llorar" .- Eskorbuto
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org