hiya ppl… i thought this question would be best put here with the actionscripters…
i need to beable to click on a play/stop button in flash to play/stop music… and then when you go to another page in the site the flash needs to remember what the music control is set to… ie. because the page reloads (cant avoid this) it just restarts the music even if it was set to stop.
could someone please give me a outline of the code and how it would work?
the way i was originally thinking of doing it was to create a javascript variable in the page… then in the flash pass a boolean to the javascript variable when it is clicked (not sure how u do that)… then every link on the page would check what the javascript variable is ie. on or off. etc.
flash vars sound better… but not sure how to set it all up… how do u change the value of flashvars dynamically? and how is it passed from the previous page?