|
In past I have posted a solution for following
problem:
A flex application running in web browser wants to
communicate with a windows application running on same machine. This can be
achieved using LocalConnection. A small flash application can be embedded in
windows application, that would work as gateway for communication between
windows app and flex app.
Windows application can load(by statically or
dynamically linking) some dll and in turn call any method when
required....
Another solution is to write a custom ActiveX that resides
on same HTML page. So this custom activeX can work as gateway for Flex and
C++-Dll communication.
-abdul From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Wednesday, November 23, 2005 8:17 PM To: [email protected] Subject: RE: [flexcoders] calling methods in a c/C++ dll from Flex application Not sure about this,
but I’d guess that you need to do this outside flex (or flash really), ie. pass
data from flex app (the flash app running on a webpage) to the webpage through
_javascript_, and then call some object ( ie. ActiveX ) on webpage (by _javascript_)
that can communicate with you dll. Quickly I can’t think
of any other way to do this. Anyone else have other
ideas? -Mika From:
Hello, -- 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
|
- RE: [flexcoders] calling methods in a c/C++ dll from Flex ... Abdul Qabiz
- Re: [flexcoders] calling methods in a c/C++ dll from ... Aldo Bucchi
- RE: [flexcoders] calling methods in a c/C++ dll from ... Abdul Qabiz
- Re: [flexcoders] calling methods in a c/C++ dll f... Jignesh Dodiya
- Re: [flexcoders] calling methods in a c/C++ d... krishna karki
- Re: [flexcoders] calling methods in a c/C... Robert Thompson
- RE: [flexcoders] calling methods in a c/C++ dll from ... Abdul Qabiz
- RE: [flexcoders] calling methods in a c/C++ dll f... krishna karki

