reload flash menu in a newpage...
- Started
- Last post
- 4 Responses
- 67nj
ciao...
is possible to have flash recognize last button clicked when the entire flash menu is reloaded in a new page?
...i just made a navigation bar in flash with a little intro animation and other animation on mouseOver mouseOut as the client requested... now I realize that he (client) wants to place this flash into his intranet site and asked me to make appear the last button clicked in a different than default status when the page reload... beside the fact I'm not even sure that i made myself clear enough... is that possible? and how? uh ...thanx anyway...
- UndoUndo0
checkout the localSharedObject
- 67nj0
thanx undo... still clueless but now i can start looking for something...
- UndoUndo0
every time the user clicks a button set a variable in the LSO (like a cookie) to reference the button, on each page load the LSO, retrieve the value and set the state of the last clicked button .
does that make sense?
- 67nj0
yes i'm definetly getting there! well hopfully... i'm now reading some references in italian so that i can figure it out faster... thanx undo!