This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > October 2005 > browser navigation for Flash web site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
browser navigation for Flash web site
|
|
| jackcee 2005-10-21, 6:25 pm |
| I've created a Flash web site using MX2004. Each page is a seperate swf page.
The navigations within my site works fine, however, if I try going back and
forward using the browsers buttons, it doesn't work. The script I use to call
each page out is:
on (release){
_root.loadMovie("mymovie.swf", root);
}
Do I need to call out the html page instead of calling for the swf page?
Thanks
| |
| CanonBoy 2005-10-21, 6:25 pm |
| From what I understand, you can't use the browser's back button to navigate
within a swf. Even if you're calling five different pages (5 different swfs)
from your code above, you're reloading into the same main swf each time.
There are specifics that might be addressed with the history state possibly,
but you could also set up a frame so that your navigation is always in one area
and you're loading the new swf's into the frame which would provide the
difference to Flash.
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|