Skip to main content
July 5, 2006
Question

Jump to a spot in a swf file

  • July 5, 2006
  • 1 reply
  • 215 views
I've set up a presentation in flash with about 28 pages. From any one of those pages you can access an asp page - eg. getURL("MapPage.asp?CountryNo=24"). That happens without any problem but when I want to jump back to the swf file the browser refreshes the page and the swf file starts from the beginning again instead of staying where it was. This is a bit annoying when you have read through 20 odd pages only having to have to start again. Is there any way that you can have the swf file remain where it was when it was exited (I know you can work around it if you open the page using "_blank" but I don't want to do that.)
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 5, 2006
you need to place code on the first frame of your swf so you can jump to the page (or frame) that you want.