How do I get a JavaScript event when a Flash movie loses focus?
eg. like when the user clicks the HTML page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Cant remember off hand if divs support onFocus and onBlur, but you could try making one div absolutely positioned to the top left where the width = the body width and the height = the body height, then put another one on top of it which only covers the object in question, then set an action to the big one’s onFocus. Probably wont work, it was just my first thought.