Read his code more carefully.

 if(currentCoder.identifiedServer.serverName.toLowerCase()!="red5"){

Scott

-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of John Grden
Sent:   Sun 3/26/2006 6:59 PM
To:     Flashcoders mailing list
Cc:     
Subject:        Re: [Flashcoders] Fw: Multiuser A/V Chat ? Which Server?

Red5 - Open source Flash server

www.osflash.org/red5

It's in beta, we're at 0.3, soon to release .4 - not ready for production,
but you should check it out anyway ;)

On 3/26/06, Yehia Shouman <[EMAIL PROTECTED]> wrote:
>
> Come on people !
> for
> imports flashcoders.brains.servers
> function informMeWithServerName()
> {
>     var supportsAudioVideoStreaming:Boolean=true;
>     var isOpenSource:Boolean =true;
>     var Server:DotNetBasedServer= new
> DotNetBasedServer(supportsAudioVideoStreaming, isOpenSource)
>     var i:Number=0; var loopLength:Number=Flashcoders.length;
>     for (i;i<loopLength;i++){
>         var currentCoder:FlashCoder=Flashcoders[i];
>          if(currentCoder.haveInformationOf(Server) )
>             {
>                 if(currentCoder.identifiedServer.serverName.toLowerCase
> ()!="red5"){
>                     //share information!
>                     trace(Server.serverName);
>                  }
>             }
>     }
> }
>
> informMeWithServerName();
>
>
> ----- Original Message -----
> From: "Yehia Shouman" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
> Sent: Sunday, March 26, 2006 2:23 PM
> Subject: Multiuser A/V Chat ? Which Server?
>
>
> > Dear Coders,
> >
> > I have to create an Audio/Video Flash multiuser Chat, with text
> messaging.
> >
> > What are my options as for the server ? I don't want to use any of
> > Macromedia's Servers. I would love to hear there is an open source
> dotNet
> > server as well. Are there any ?
> >
> > Please advice me on which way to go
> >
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



--
John Grden - Blitz
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to