swisslyons
03-13-2003, 08:41 PM
i see a need for this tutorial, as I have searched around the net and found little that goes in depth.
Considering that using shared object requires publishing for flash 6, how about a cookies tutorial that allows you to publish in flash 5 or even 4?
Scenario: I have a flash menu that i use for top of each page. when a menu item is moused over...a corresponding photo slides into view (think of barney's nav or similar) when user clicks button...sets a cookie with his button choice, for easy example lets say, spring, summer , fall or winter. When page loads new, cookie should then be loaded into flash, and the flash slider menu should then slide to the correct season pic according to the conditional if season == spring, clip._x = "150", if season == summer, clip._x="350" etc..
Considering that using shared object requires publishing for flash 6, how about a cookies tutorial that allows you to publish in flash 5 or even 4?
Scenario: I have a flash menu that i use for top of each page. when a menu item is moused over...a corresponding photo slides into view (think of barney's nav or similar) when user clicks button...sets a cookie with his button choice, for easy example lets say, spring, summer , fall or winter. When page loads new, cookie should then be loaded into flash, and the flash slider menu should then slide to the correct season pic according to the conditional if season == spring, clip._x = "150", if season == summer, clip._x="350" etc..