flash player embedded in asp page which is opened in webbrowser control in .NET access through windo
- by Prit
I am develoing 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?