Groups | Blog | Home
all groups > macromedia flash flashcom > august 2005 >

macromedia flash flashcom : setProperty and arrays - server sided


dejayfx
8/23/2005 8:46:52 PM
ok, so on the client side you do it like


var arr = new Array();
so.data.something = arr;


then, to add an element you could


so.data.something.push(elem);


but how do you do it server sided?
setProperty would translate the above to something like this:


var arr = new Array();
setProperty("something", arr);


is that right? but then how do you add elements to the said array ?
madgett
8/31/2005 12:00:00 AM
application.tempArr = new Array();
AddThis Social Bookmark Button