简体   繁体   中英

How can I import an interop dll into actionscript

Making an adobe flex ui in which data that is calculated must use proprietary functions from a dll.

How can I import this dll into actionscript?

Is this the only way to achieve my goal?

Thanks!

Since flex apps run on the flash runtime, you can't include anything that can't be run by the flash runtime.

What you could do is create a web service that can call the functions in the DLL and return the results in XML which you could consume from your flex app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM