Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
zaggleme webforumsuser@macromedia.com #1
Will browser "BACK BUTTON"ever work??
Is there I can build a flash site that will alllow a user to use the "back or forward button" in their browser to navigate through a flash site.
I know I can make seperate swf files and put them into seperate htm files but is there any way these browser buttons can work within a single swf file? I am aware you can asign an action script to the left and right arrow key but what I'm looking for is someone who is actually mouse-clicking on the back button.
zaggleme webforumsuser@macromedia.com Guest
-
Simulate Browser "BACK" button
Hello, There are many situations on my site that the user has the option of retunring to the prior page. Rather than adding text that reads... -
Disabling the "Back" button
Hi All: Well, now I have another question. I have created a rather large application that is handled through one script. What I would like to... -
Question: How can I "expire" a web page (prevent BACK button)
I know some sites will display the following message if you click on the BACK button in your browser. How do I implement this feature? Warning:... -
Creating a "back" button
Sorry for the simple posting, but my brain is fried at this moment. How do I create a back button to my asp form. I have three pages form pages... -
"Back Button" and populated dropdown lists
Hi, I have done some research about my problem I have when using the "back button" in IE to go back to a page with two dropdown lists. The... -
Abelius #2
Re: Will browser "BACK BUTTON"ever work??
Here it goes. Place this code into any button made in Flash:
on (release) {
getURL("javascript:history.go(-1)");
}
Hope it helps :)
Cordially,
Abelius
worldkit.com
Abelius Guest
-
zaggleme webforumsuser@macromedia.com #3
Re: Will browser "BACK BUTTON"ever work??
Thanks! Its not quite working the way I hoped but I will play around with it.
zaggle
zaggleme webforumsuser@macromedia.com Guest



Reply With Quote

