vidablue
07-14-2007, 08:30 PM
Description:
I have a flash swf embedded as an object in a wiki. The flash swf acts as a navigation. In this flash movie, the navigation can potentially display a long breadcrump of levels before finding the right button that loads a new html page (new url). However, when the new page loads, I want the flash nav to look exactly like it did when the user left the last page. In other words, the flash breadcrumb that was visible on the last html page's flash nav should be the same on the new html page.
Objective:
I'm trying to think of a "clean" way to solve this problem. I have considered options like calling the cookies and passing those parameters to the flash. However, this is not the ideal solution. I'm worried if users have disabled thier cookies then there's no way to trace back?
I have a flash swf embedded as an object in a wiki. The flash swf acts as a navigation. In this flash movie, the navigation can potentially display a long breadcrump of levels before finding the right button that loads a new html page (new url). However, when the new page loads, I want the flash nav to look exactly like it did when the user left the last page. In other words, the flash breadcrumb that was visible on the last html page's flash nav should be the same on the new html page.
Objective:
I'm trying to think of a "clean" way to solve this problem. I have considered options like calling the cookies and passing those parameters to the flash. However, this is not the ideal solution. I'm worried if users have disabled thier cookies then there's no way to trace back?