I have shockwave scene in which I want to track mouse movements. It
uses the mouseLoc function to get the mouses current location. It
appears that when viewing the movie embedded in a browser (IE and
firefox) the mouseLoc will return point(0,0) until the user clicks and
drags on the scene at which time the mouseLoc will correctly return
the point. If the user clicks without dragging the mouseLoc always
returns point(0,0).
Is this a common problem, is there something I'm doing wrong? Is
there a work around? Ideally I'd the like the mouseLoc to return the
correct point immediately without the user having to do anything like
click and drag.
Thanks,
James