You'll notice that there is a method called capture mouse events in which it contains the following code:

     if (is.ns4) elm.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);
    elm.>

This is where is redirects these so that they trigger events that can be detected by a listener.  It may be possible to extend this to html objects but this would bog down the code.

In the mean time, you will have to use the "standard" method of attaching methods to your html objects.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
 

Reply via email to