flash bookmarking?
Out of context: Reply #4
- Started
- Last post
- 18 Responses
- unknown0
This is one of the possible solutions:
You place a global changeable variable in your main flash movie that will be updated from within certain sections as they go through the site. You will have a button on every section that when clicked will update that global variable with the ID from that section. Then you create a cookie on the users machine with the value of that global variable (section that they bookmarked). When your main movie loads (when they hit the site again) you will check in AS for the cookie, check the value of the stored global variable and point the main movie to go the section they bookmarked.
The whole thing can be extended even further by storing the array in the cookie that holds the values of the multiple bookmarks, so you can add a small popup window as soon as your flash file loads and offer them to select where they want to go (I mean to go to sections they bookmarked).
Hope this helps.
Cheers.