Does anyone know if there is a simple way of catching the hovered link url in an AIR HTML control? Just like in a browser, I would like the url to be displayed in a status bar but I can't find any event that is raised on rollover of a link. Do you I need to inspect and perhaps manipulate the DOM myself for that?
|
|
Assuming you're using mx:HTML or HTMLLoader, you'll probably have to write a little script of your own to wire the DOM objects up to the AIR container. Here's one way to do it -- there's probably a more elegant solution out there, but for purposes of illustration, it should suffice.
Hope it helps! |
||||
|
