lol! Let me try to rephrase that... I'm not very familiar with javascript so....
This is the deal...
I have this Flash movie embedded in a division above some presently empty html content. I've succedeed with onMouseOver & onMouseOut events, in detecting if the mouse is over the Flash movie or not... And in doing so, have also managed to close the lower navigation bar (hover over the bottom of the Flash movie...), that wasn't closing when the mouse left the Flash movie from the bottom or from the sides of that navigation bar, because it can't be detected from within the Flash movie itself. That all works fine!
What I'm now after, assuming I wasn't using that MouseOver & MouseOut detection, would be to use an onMouseDown event (on what I called the main layer...) to achieve the same result, which is closing that navigation bar when the body layer is clicked upon. I've set up an alert when the mouse is clicked and that works fine, but if I try to call the same function the onMouseOver & Out were calling, I only get a javascript undefined error, as though the "flashfile" id was not found, since it refers to a Flash movie embedded in another division...
Starting to make more sense? Hope it does! Any thoughts?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.