Ok I need to do this
take pc:PendingCall = service.getItemsList(0);
to
var remoteInfo:Array = new Array(‘getItemsList(0)’);
and somehow make
pc:PendingCall = service.getItemsList(0);
I tried using eval to no avail, is there any way to do this?
Thanks!