Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / January 2005



Tip: Looking for answers? Try searching our database.

Flash Remoting .NET - struct

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mrsoul - 11 Jan 2005 19:41 GMT
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?
Ruslan Dobrovolsky - 19 Jan 2005 17:25 GMT
> 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?

To return array it must be somethin like this

ArrayList aList = new ArrayList();

aList.Add(something);
....

Flash.Result = aList;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.