Reputation: 117
I'm pretty sure this can be done, but I'm honestly not sure where to begin. I've looked for tutorial after tutorial but still no use.I have a cloud host, I know my Actionscript, My PHP and everything.If somebody could just point me in the right direction I would be very grateful.Thank you!
Upvotes: 1
Views: 171
Reputation: 464
Yes you can: "Shared objects offer real-time data sharing between multiple client SWF files and objects that are persistent on the local computer or remote server. Local shared objects are similar to browser cookies and remote shared objects are similar to real-time data transfer devices. To use remote shared objects, you need Adobe Flash Media Server." (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html)
How you do this on Adobe Flash Media Server 4.5: http://help.adobe.com/en_US/flashmediaserver/devguide/WS5b3ccc516d4fbf351e63e3d11a0773d37a-7ffaDev.html
or Red5: http://www.youtube.com/watch?v=0MuLnMKYe9k&feature=share&list=PL310F0481BCE4D194
and Simple Remote Shared Object with Red5 Flash Server
Upvotes: 2