Hello everybody,
I am sure this is supposed to be very simple. I want to use only ActionScript (No editing through CS4).
All I want to do is to place some sort of mouse click event listener on a certain area (that I tried defining with a shape object).
Lets say the video is 640x480. So I want a shape where the 4 point are (100,150), (120,150), (150,150) and (90,150).
I want to trace a message when the user clicks inside that area.
Thanks!!!
OML