I am trying to set a shared object from my "flash remoting" return
variable - but have not had any luck. The return variable is returning
and populating a combo box just fine (as an example). My attempt at
passing the return variable to an object and then setting that object as
a shared object is below.

/* -- Begin -- */
function getID_Result(result) {
// Bind Combo Box to data
// Use DataGlue.bindFormatStrings function to do this
DataGlue.bindFormatStrings(test1, result, "#rid#");
trace(test1)
}

test1 = newObject();
test1 = SharedObject.getLocal("test1");
/* -- End -- */

Thank you.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to