I tried the onblur and haven't got it to work yet, but I think I can work that out.
If that will work, what is the opposite of onblur? To trigger a function when the window returns to focus?
Thanks
I am trying to figure out how to communicate to a flash movie from an .html page to make the movie pause when the window that contains it is not in focus, and resume when the window regains focus.
I'm not too familiar with javascript, I'm more knowledgable with flash.
I can repetedly call a...
Just wanted to Publically thank Bill Watson for his expert help at not just solving this problem for me, but also for making things more clear to me and getting me on the right track for future projects.
Jeff Stoker
Bill, Thanks for the quick reply.
Unfortunately I'm worse off than I thought; can't even get remote debugging to work.
I added the code you gave me to the first frame, with one exception.....
I changed returned = so.data.viewed
to
returned = myso.data.viewed
I...
This is the simplified version of the script I have on frame(1) of the main timeline. It works correctly when I test movie, but does not work online, it plays the movie through on first visit, but stays on frame(1) when you return to page on next visit. Can any of you experts steer this wannabe...
Use a movieclip with the same graphics as your button on a layer. on another layer, add a box that covers the area you want as your hit area. convert the box to a button, and set it's alpha to 0%. When you put the movieclip on stage, add a hitTest in the event handler and you can control the...
Thanks, Oldnewbie. That tutorial is exactly what I need. I'm so used to Flash 5 (like an old pair of shoes), I've been putting off MX. Guess it's time to drag myself into the new milenium; break in that new pair of shoes.
Thanks again
When a visitor exits an .html page containing a flash animation, then returns to it via link or browser "back" button, how can I prevent animation from replaying??
What I want to do is detect that visitor has already viewed that page and communicate to flash movie so it can react...
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.