Question
Jump to a spot in a swf file
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.)