开发者

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

开发者 https://www.devze.com 2022-12-22 05:20 出处:网络
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?

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 som开发者_开发技巧ething 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消