[flexcoders] Using Sharde Object to communicate with a local SWF file from a desktop application

2009-04-02 Thread Flap Flap
Hi all, I'm looking for info on how to use a shared object to do a communication between an C++ application that's run on the desktop and a swf file that's run locally on the desktop. I think it's quit easy for a C++ applciation to read and write SOL but I'm just thinking of read / write and lock

Re: [flexcoders] Using Sharde Object to communicate with a local SWF file from a desktop application

2009-04-02 Thread Maciek Sakrejda
Depending on what you want, XMLSocket might be a better fit than SharedObject... -Original Message- From: Flap Flap flapflapl...@kilooctet.net Reply-to: flexcoders@yahoogroups.com To: FlexCoders flexcoders@yahoogroups.com Subject: [flexcoders] Using Sharde Object to communicate with a