Thanks Carlos and Doug for the information I will try to get it going and share some preliminary results hopefully by early next week.
Another question that pops into my head regarding my project; currently I use “SharedObject” for synchronous communications with Red5 server for our telephony module. Since I’m trying to eliminate the dependency on Red5 I’m contemplating using websockets (html5 or atmosphere), can anyone tell me how I can use WebSockets from Royale? Thx! Carlos From: [email protected] [mailto:[email protected]] On Behalf Of Carlos Rovira Sent: Thursday, November 16, 2017 6:44 AM To: [email protected] Subject: Re: RemoteObject Hi Carlos, along with the RemoteObject classes that Doug said you can check the example at : - Royale client: /royale-asjs/examples/royale/RemoteObjectAMFTest - Royale java: /royale-asjs/examples/amf/SampleAmfWebApp I already tried string, numbers, collection with value objects with success, but still didn't try in real app where some last detail problems could emerge. Please as you use it, let us know if you find any problems and if you find any fill an issue in github Thanks! 2017-11-16 6:58 GMT+01:00 doug777 <[email protected] <mailto:[email protected]> >: Remote object is here https://github.com/apache/royale-asjs/tree/develop/frameworks/projects/Network/src/main/royale/org/apache/royale/net Doug -- Sent from: http://apache-royale-users.20374.n8.nabble.com/ -- Carlos Rovira http://about.me/carlosrovira
