Use the following test in nightly build R5388:

<canvas id="maincanvas" width="100%" height="100%" validate="false" debug="true" proxied="false" bgcolor="0x00aaaa">
    <debug x="650" y="200" width="800" height="400" fontsize="12"/>  

    <window x="100" y="100" width="200" height="200">
        <handler name="oninit">
            cnt=0;
        </handler>
        <handler name="onx">
            Debug.write(cnt++);
        </handler>
    </window>
</canvas>

In both SWF/DHTML, dragging the window in the Y direction causes the onx handler to trigger.  Same thing happens when dragging the window in the X direction...the ony handler triggers.

--
Robert Yeager
Founder, Qrowd
http://www.qrowd.com/blog
http://www.qrowd.com

Reply via email to