When I extend Video Node, I don't want my extended node to process any key pressings but "play", so I first wrote this: function onKeyEvent(key as String, press as Booelan) as boolean if(key ...
It may also have to do with where you are setting focus to as that component will then be handling the button events. I would need to see a more complete code example to troubleshoot further. 😄