Sascha wrote:

> private function broadcastAudioChange(evtObj:Object):Void
>     {
>         if(!connector.connected) return;//<<<<<<<<<<<<<<<<<<<<<<<<<<<<here
>         alert.show("You need to reconnect to the server for this change 
> to take affect");
>     }
>    
>     private function videoQualityChange(evtObj:Object):Void
>     {
>         if(!connector.connected) return;//<<<<<<<<<<<<<<<<<<<<<<<<<<<<here
>         alert.show("You need to reconnect to the server for this change 
> to take affect");
>     }
> 
> 
> funny, i diddent made a video or audio quality change so i dident saw an 
> error.

You're absolutely right this time. These alerts are never shown. Gonna 
fix it, thanks!

Report more stuff of a kind if you find smth misleading or wrong. 
Together we can make Red5 better in shorter period of time :)

-- 
Michael "Antares" Klishin,

http://www.novemberain.com || mailto:[EMAIL PROTECTED]


"We are able to enable people to use Flash where it's useful. It's not 
all or nothing. You can mix and match."

-- Kevin Lynch

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

Reply via email to