|
I've changed the subject because now it goes about
the oldValue property in the changeList... is there any oldValue???
I've tried this:
for(var
i:uint;i<args.changeList.length;i++){ for(var vars:String in
args.changeList[i]){ trace(vars) } }
but when set a SO propertie i get only
name & code properties traced.. no oldValue :/
----- Original Message -----
Sent: Saturday, September 16, 2006 9:10
AM
Subject: Re: [Red5] onSync returns only
sync type
not sure cause i'm writing this as i just woke up ...
inside the same loop
var o:Object = changeList[i];
? maybe ,
maybe not :)
On 9/15/06, Stanisław
Fiedor <[EMAIL PROTECTED]>
wrote:
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;
}
_______________________________________________ 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