ok thanks, it works, but... what is with the oldValue and value parameter?
----- Original Message -----
Sent: Friday, September 15, 2006 2:05 PM
Subject: Re: [Red5] onSync returns only sync type

i think you'll find it like this
 
 
var changeList:Array = event.changeList;
 
for(var i:int=0; i < changeList.length; i++) {
     var code:String = changeList[i].code;
}
 
 

 
On 9/15/06, Stanisław Fiedor <[EMAIL PROTECTED]> wrote:
Hi!
I'm still transfering my project into AS3 and now if got the problem with
that in AS3 SOonSync returns only the type sync and no 'clear' 'change'. How
do you manage with it?
stfurca


_______________________________________________
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
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to