Skip to main content
Anonymous507
Known Participant
April 12, 2013
Question

how to detact the browser maximized from flash

  • April 12, 2013
  • 1 reply
  • 394 views

In my game i have added a timer, which will clear the game at every 20 min. now my problem is i have minimized my game for 10 min then ill open, now my game is not clearing in 20 min duration. i came to know that from flash palyer 10 when the browser gets minimized, to save the cpu usage whole flash events will be stopped and starts again when it is maximized.

if i am correct, i like to know how do we detact the browser maximized from flash

thanks in advance

This topic has been closed for replies.

1 reply

Inspiring
April 12, 2013

Try listen to Event.ACTIVATE on stage and see if it works for you.