Call C++ function from AS3

534 Views Asked by At

I´d like to call C++ functions from AS3(Desktop project) side. My MFC project (Dialog Based) hosts the SWF-File within a Shockwave Flash Object.

AS3: Using ExternalInterface

C++: ASInterface (not available) so I searched for a solution...

Browsing the internet I found some code that probably fix my problems. https://github.com/wy182000/flash-to-directx

All in all I hardly understand this code so it`s impossible for me to integrate the files in my MFC project as well as use this code (what to do for doing this or that). Perhaps you can push me in the right direction even it´s just for "How to include this stuff"?

Thanks in advance.

0

There are 0 best solutions below