# Stop movie reloading on back button?

**URL:** https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985
**Category:** flash
**Created:** [October 21, 2002, 4:24pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985 "2002-10-21T16:24:57Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Vince](https://avatars.discourse-cdn.com/v4/letter/v/b5e925/32.png) [@Vince](https://forum.kirupa.com/u/Vince)
#### Post date: [October 21, 2002, 4:24pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/1 "2002-10-21T16:24:57Z")

</div>

Hi all!

This question has probably already been asked but I couldn’t find it in search so I’ll ask again:)

I am not sure if this is even possible but basically what I want to do is stop a flash movie from replaying/loading when someone presses the back button. Say someone is surfing my site and they click on a link, and it takes them off to another page, they do what ever it is they want to do there, then press the back button to go back to my page, but instead of the page just flashing up it goes through all the initial animations for each movie, which I don’t want. If they refresh the page, fair enough, but is it possible with flash to do the same as with an image. Press back and the image pops up instantly?? Is this possible and if so how do I do it?

Any help would be much appreciated 🙂

Thanks

Vince

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 4:45pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/2 "2002-10-21T16:45:30Z")

</div>

Well when you hit the browsers back button it loads the page all over again, which means it has to start from the beginning.

Suggestion: Open your links in a new window…

```auto
on (release) {
getURL("yourpage.html","_blank");
}

```

That will open your site in a new window instead of the main one that holds your flash movie.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:21pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/3 "2002-10-21T17:21:32Z")

</div>

Yeah I thought about that, but I don’t really want to open a new window for internal links…

Thanks 😉

Vince

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:23pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/4 "2002-10-21T17:23:22Z")

</div>

the other work around is to make your navigation so intuitive that there is no reason for the user to hit the browser’s back button… =) i.e. make your own back button, and make it obvious to everyone…

Rev:elderly:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:31pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/5 "2002-10-21T17:31:53Z")

</div>

Hmmmmm wouldn’t that be the same as hitting the back button? Do you mean use the jscript history back thingy? The only thing is, I don’t want to annoy my surfers by taking away their browsers toolbars! I know it annoys me when other people do it:)

Thanks

Vince

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:32pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/6 "2002-10-21T17:32:17Z")

</div>

Hey rev… that would be the same effect as hitting the back button.

You will just have to reload the html page all over again.

If you replace the window with your flash movie with another html page, you have no choice but to have to start from the beginning when you go back.

Solutions:

Open in new window  
Open in pop-up window  
Create your site fully in Flash and have your back button just go back to the section.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:38pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/7 "2002-10-21T17:38:50Z")

</div>

Ok, so it’s not possible! Thanks guys for helping me save some time!

Cheers 🙂

Vince

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 5:45pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/8 "2002-10-21T17:45:12Z")

</div>

Sorry ☹

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 6:02pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/9 "2002-10-21T18:02:03Z")

</div>

> \*Originally posted by lostinbeta \*  
> Create your site fully in Flash and have your back button just go back to the section.

that is what I meant… thanx for explaining…

Rev:elderly:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 6:07pm UTC](https://forum.kirupa.com/t/stop-movie-reloading-on-back-button/6985/10 "2002-10-21T18:07:12Z")

</div>

Oh ok… 🙂
