-
1. Re: Communication between Flash lite apllication and native C++ application
Christopher Scrudder Nov 13, 2009 2:00 PM (in response to turbosree1984)You can communicate via socket connection, it is reccomended that you send transmition via xml snippets.
-
2. Re: Communication between Flash lite apllication and native C++ application
turbosree1984 Nov 14, 2009 2:15 AM (in response to Christopher Scrudder)Hi,
I read about 'sockets' and 'XMLSockets' in flash. But specific to
Flash lite (for embedded devices) 'sockets' are not available instead
'XMLSockets' have to be used. Is my understanding correct? Also I could not
find good examples to know how to use XMLSockets to comunicate between C++
application and Flash lite app. Can you please direct me to some resources
to understand XMLSockets and usage using examples?
As I understand the communication messages should be formatted to an XML
data and then it can be send to server application bound to a particular
port number over ethernet. But then how can the server application
understand the message? Is it must to use another server side flash lite
application to receive the XML data?
Thanks,
Sreejith

