Forum Moderators: open
At the top of the page it has a flash file embeded that plays music, we give the option for the music to be paused/muted.
Here lyes the problem, if i move from one page to another the music starts up again even though i have selected to pause it.
I need to be able to to have it so that when a user pressess pause the music will not start up again when they change page. I thought we could use javascript to read and write cookies to store if we should pause the music or not.
But how do we get the values back into flash? hidden input? can i return data from a javascript function to flash? can i pass a variable to the html emeded parmeters?
Any help would be great