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

Reply via email to