actionscript to js function
actionscript to js function
what would that look like in javascript? FSObject.newFromObject(param)
Re: actionscript to js function
Hi,
there isn't a corrispondent in Javascript.
You would need to create an empty SFSObject and then proceed with populating it with the properties of another JS Object that you want to send.
On the other end of the communication you will receive those properties and recreate the JS Object (if needed) or just access those values directly from the SFSObj.
Cheers
there isn't a corrispondent in Javascript.
You would need to create an empty SFSObject and then proceed with populating it with the properties of another JS Object that you want to send.
On the other end of the communication you will receive those properties and recreate the JS Object (if needed) or just access those values directly from the SFSObj.
Cheers