Flash and PHP Session Variables
Hello,
I am creating a website that will have a flash music player on there. My client wants the music to start playing automatically, but if a person clicks the stop button, then when they go from page to page the music will be turned off. Other wise it will be one when they go to a new page. I was thinking of doing this with session variables in php. When the user clicks on the stop button, it will create a session variable. Then when they go to a new page, the php code will check for that session variable, if it exists it will load the flash file with it not playing automatically and vice versa. Is this possible?
Any advice will be greatly appreciated. Thanks!