0
Update a browser URL without reloading the page
Explorer
,
/t5/animate-discussions/update-a-browser-url-without-reloading-the-page/td-p/933913
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
Is there any way to update the browser url from flash without
reloading the page?
My main interest is in being able to use flash to change the url variables to reflect what is currently being displayed in the swf.
ie. http://www.blah.com?frame=0 might be set to http://www.blah.com?frame=10 when the swf reaches frame 10, allowing the user to go directly to frame 10 if they return to the page later.
Thanks
Rick
My main interest is in being able to use flash to change the url variables to reflect what is currently being displayed in the swf.
ie. http://www.blah.com?frame=0 might be set to http://www.blah.com?frame=10 when the swf reaches frame 10, allowing the user to go directly to frame 10 if they return to the page later.
Thanks
Rick
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/update-a-browser-url-without-reloading-the-page/m-p/933914#M24291
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
"allowing the user to go directly to frame 10 if they return
to the page later."
return to what page? www.blah.com?
and how are they returning? are they clicking a link somewhere or are you trying to affect their browser history/back button?
return to what page? www.blah.com?
and how are they returning? are they clicking a link somewhere or are you trying to affect their browser history/back button?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Rrrrrrrrrk
AUTHOR
Explorer
,
/t5/animate-discussions/update-a-browser-url-without-reloading-the-page/m-p/933915#M24292
Apr 28, 2008
Apr 28, 2008
Copy link to clipboard
Copied
Hi kglad.
They would be returning to the swf at www.blah.com at frame 10.
They would be returning by pressing their browser back button, although it would also be nice if they would be able to copy the url.
They would be returning to the swf at www.blah.com at frame 10.
They would be returning by pressing their browser back button, although it would also be nice if they would be able to copy the url.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/update-a-browser-url-without-reloading-the-page/m-p/933916#M24293
Apr 28, 2008
Apr 28, 2008
Copy link to clipboard
Copied
if you're using timeline navigation you can use the
swfaddress class for "deep linking" which allows users to navigate
through your site using their forward and backward browser buttons.
use google to search.
use google to search.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/animate-discussions/update-a-browser-url-without-reloading-the-page/m-p/933917#M24294
Apr 30, 2008
Apr 30, 2008
Copy link to clipboard
Copied
You can try a technique that is used by web designers to
prevent back button actions. Through JavaScript you can write
strings after hash "#" - like bookmarking (anchors) and then read
this variables. The advantage is that page doesn't reload and
bookmarks are saved in the browser history (back button issues).
Hope it helps.
Hope it helps.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

