This is a discussion on "Return to previously viewed screen" within the Flash & Multimedia Forum section. This forum, and the thread "Return to previously viewed screen are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Return to previously viewed screen
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Return to previously viewed screen
I created my site entirely in Flash. When a user hits the back button, they leave my site. I would like to 1.) change my Flash settings so the browser's back button will return to the previously viewed screen or 2.) apply actionscript to a back button (that I create) within Flash that will go to the previously viewed screen. The prev (frame) and next (frame) options do not work for me since the frames are out of order.
Any assistance would be greatly appreciated! |
|
|
|
|||
|
There is no way to tie the back button on the browsers toolbar into Flash, so that option is not available.
The other option, of having your own back button within Flash is fairly easy to do. The easiest way would be to use an array of numbers where each number is a frame number. As the user navigates through your site you should enter that frame number into the array. When they want to go back, you simply take the last number from the array, remove it and go to that frame. Hopefully you have enough Actionscript knowledge to do this, if not, let me know and I should be able to put something together fairly easily for you. |
|
|||
|
I had to read that answer twice. I get the concept but have no idea how to translate that into actionscript. Yes, I would love it if you could draft a "simple" code.
Thank you! |
|
|||
|
Quote:
Here's one list of tutorials on it: http://www.flash99good.com/archives/cat_tutorials.html And another http://www.actionscripts.org/tutoria...sh/index.shtml |
|
|||
|
That is pretty heavy!
I'll post up an internal Flash version soon. |
|
|||
|
Graciously awaiting simplified script
Thank you for your comments and links to tutorials. I am not familiar with HTML or java so I could not apply your solution. If you do come across an example using ActionScript, please post it because I think a lot of people would find it very helpful.
Thank you! |
![]() |
| Tags |
| return, previously, viewed, screen |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Most viewed/downloaded article | begemot | PHP Forum | 8 | Oct 13th, 2007 05:14 |
| H1 header not being viewed correctly in both browsers | jj1234 | Web Page Design | 2 | Feb 6th, 2006 08:04 |
| Guide me how to show previously selected item in listbox | frmsasp | ASP.NET Forum | 1 | Jan 26th, 2006 14:37 |
| Problems when viewed on a Mac | macntig | Web Page Design | 0 | Sep 6th, 2005 11:26 |
| return from db | benbramz | Classic ASP | 5 | Jun 19th, 2005 18:29 |