I have a HTML5 Video and a Kinetic stage/layer(canvas). I want to have the stage/layer directly over the video, because I intend to create shapes. The stage always defaults to the 0,0 position of browser. How do I set the position of the stage/layer is directly over the Video at a certain x,y position. I tried using stage.setAbsolutePosition(56,75) but it does not work.
Thanks in Advanced.