Hello Darren,
DCL> is there any way to get the scroll wheel event in laszlo or flash ?
Yes, there is a way, just use the code like the following:
<method event="onmousewheeldelta" reference="LzKeys" args="d">
// do whatever you like, d is the delta
</method>
--
Best regards,
Michael mailto:pl at tepkom.ru