PDA

View Full Version : browser back button question


raskolnikov
06-28-2006, 11:48 AM
i have a flash movie with 7 pages.
user can select any pages he wants.

what i basically want to do is when the user click on the backbutton on the browser, I want the flash to remember the previous clicked page and not refresh the movie entirely

how to do this?

is it possible? do i have to use backend coding?

Christian

mooska
06-28-2006, 11:57 AM
use shared Object, and remember last visited page, on swf load just go to that page.

alistairm
06-28-2006, 04:55 PM
im no expert but i think if you give each page a frame label and make that label an anchor that should do it