Using webbrowser to interact with flash control?

using Automation (SHDocVw, MSHTML or whatever?) or a WebBrowser control: 1) Is it possible to query the flash control to detect its elements? For example, " http://demo.garanti.com.tr/bireysel_demo/main.html " has flash buttons. Can I define "ID" there? 2) Given the names of item IDs in flash control, is it possible to click and / or select them?

+2


source to share


1 answer


Yes and yes. Just implement the correct functions in Flash and use ExternalInterface to call Flash methods.

Check out the documentation: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface.html



or a simple example: http://jodieorourke.com/view.php?id=122&blog=news

0


source







All Articles