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 / July 2005



Tip: Looking for answers? Try searching our database.

how to return more than one value in the result?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kboddapati - 14 Jul 2005 18:01 GMT
I am new to Flash Remoting.. Finally got a the Basic HelloWorldApplication to
work..

Now I would like to get the remote server to return an arrayList.

function serviceName_result(result) {

// !!!!  How do I get the flash file to read the arrayList in the
result?????????

}
Yas_007 - 25 Jul 2005 02:31 GMT
try this on the remoting side
//create your array
var my_array:Array = new Array();
//inside ur callback function put this
my_array=result;
///////////////////////////////
on the java side
bind the array to the result
flash1.result = ur_array;
 
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.