all groups > macromedia flash flash remoting > january 2005 >
You're in the

macromedia flash flash remoting

group:

Flash Remoting .NET - struct



Flash Remoting .NET - struct mrsoul
1/11/2005 7:41:42 PM
macromedia flash flash remoting: I'm writing a class in .NET that returns an array of structs and calling it
from a Flash Remoting object. From the .NET side it returns an array of 8
structs, but in Flash, the data is null. Is there a problem passing structs
using remoting?
Re: Flash Remoting .NET - struct Ruslan Dobrovolsky
1/19/2005 7:25:08 PM
[quoted text, click to view]

To return array it must be somethin like this

ArrayList aList = new ArrayList();

aList.Add(something);
.....

AddThis Social Bookmark Button