This would have to be done in Javascript - this would send a message back to Flash from Javascript and set a variable flag when the movie loses focus...
window.onblur = function() {
var movie = window.document.movie
movie.SetVariable("/changed", "true"
}
It's hard to write specific code without knowing the movie name and exactly what you need the script to do but there's some good stuff here:
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.