The web application on delf, as the browser I use the Tchromium component. I load into it a site in which there is a game on flash using the code:
var CI: TCursorInfo; begin CI.cbSize := SizeOf(CI); GetCursorInfo(CI); Image1.Picture.Icon.Handle := CI.hCursor; In image1 I get images of the cursor. But if the cursor is over Flash, and it is replaced with its cursor there, then nothing is displayed in image1. CI.hCursor is 351474505, and any drawn cursor from flash is equal to this value.
How can I get an exact image of the current cursor over flash or even track this change?