flash player embedded in asp page which is opened in webbrowser control
问题 I am developing a windows application in C#.NET. In one of my winform I have added a WebBrowser control. In this webbrowser control I have opened an asp page from my local website. Now in this webpage there is one flash object which is used to play swf files. Now my question is can I access this control from my winform? If so then how? can u create a handler for that flash object? 回答1: You can access the ActiveX's scripting interface from the element via the IHTMLObjectElement::object method.