>
> I know Flex excels at communicating with server-side data sources.
> Is there any way for a flex app to communicate with a desktop 
> application installed on the same machine as where the app is being 
> viewed (in a controlled kiosk environment for e.g.)


Look into using the XMLSocket class.  You can write a desktop 
application that opens up a socket connection on a specific port, and 
then have the Flex app try connecting on the same port.

See XMLSocket here: 
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=00001919.htm

.. and where the host would be "localhost" or 127.0.0.1.

-d



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to