It does look like getRemote is not yet implemented. You might get some info on planned development if you post a question on the development mailing list [1]
[1] Mailing Lists - Apache Royaleâ„¢<https://royale.apache.org/mailing-lists/> From: learningroyale<mailto:[email protected]> Sent: Tuesday, January 11, 2022 9:22 AM To: [email protected]<mailto:[email protected]> Subject: 'Remote Shared Object' support in apache royale? 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
