Hi List,

I have a flex project that uses 'Remote Shared Objects' extensively and I'm 
looking to port the project to Royale:

https://helpx.adobe.com/adobe-media-server/dev/remote-shared-objects.html

I noticed I can import the mx.net.SharedObject class but getRemote method is 
unavailable. Ideally the code looks something like this:

//set the remote shared object value
so = SharedObject.getRemote("valuetostore", _nc.uri);
//this will fire our event listener for processing the shared object
so.addEventListener(SyncEvent.SYNC, syncPlatinumShow);
//connect to the shared object
so.connect(_nc);

Also the SyncEvent is undefined.

Does Apache Royale support Remote Shared Objects? If not is support planned or 
even possible?

Kind Regards,
Learning Royale

Reply via email to