简体   繁体   中英

Access Flex Application ActiveX / ExternalInterface in seperate process from C#?

I need to fetch a flex application from a process in C#.

How can i get access to the externalInterfaceAPI when the flex application is running as a Application?

EDIT: After further reading it looks like it is possible, as from what i understood, a flex stand alone application is a ActiveX "container", so what i need is to get access to the ActiveX container, and from there the externalInterface API.

I hope i explained my problem for you to understand. Thanks in advance.

EDIT. Anyone know if it is even possible? (without doing something crazy)

Your best bet is to search for '.NET Flash Projector' or 'C# flash projector'. I know this is possible, and a quick googling has a few examples if you feel like reading through them.

Good luck.

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