简体   繁体   English

在与C#分开的过程中访问Flex应用程序ActiveX / ExternalInterface?

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

I need to fetch a flex application from a process in C#. 我需要从C#中的进程中获取Flex应用程序。

How can i get access to the externalInterfaceAPI when the flex application is running as a Application? 当flex应用程序作为应用程序运行时,如何获得对externalInterfaceAPI的访问?

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. 编辑:在进一步阅读之后,从我的理解看来,这是有可能的,一个独立的Flex应用程序就是一个ActiveX“容器”,所以我需要的是访问ActiveX容器,并从那里访问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'. 最好的选择是搜索“ .NET Flash投影仪”或“ C#Flash投影仪”。 I know this is possible, and a quick googling has a few examples if you feel like reading through them. 我知道这是可能的,如果您想阅读它们,可以快速浏览一下一些示例。

Good luck. 祝好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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