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.
精彩评论