i know this is a repost, but noone replied my previous post, so i’m begging for some help, at lease some tip… i’ve read about event propagation, even some explanations of senocular, but they’re all mixed up…
anyway, could someone please help me figure this out, i’m sure its not too complicated:
I’m creating a video player and i want the interface (controls etc) to show up only when you roll over the video. i tried adding an event listener to the video object but ti wont work, so i added a transparent bg. to the controls, made it as big as the video, and added an event listener to that.
It works good except one thing: when i roll over a control, it triggers the MOUSE_OUT event, and the controls hide… i’m guessing it has to do something with event propagation.
Could anyone please help me out?
Very appreciated,
Z