Basically I want to communicate with the website which has flash UI with drag & drop functionality. These drag & drop events I want to catch in my C++ code & make respective changes. This can be implemented by embeding flash in C++ & this flash will communicate with website's flash using local Connection API easily. Is it possible to call C++ function from javascript? As you are suggesting to use instance of WebKit, how to use it with my problem? I am newbie to it & I don't know how to deal with it.
Thanks in advance.