I'm using an embedded code on my website, and when the mute button is pressed, I want it to keep muted even when I refresh the page.
For example, every time I mute and then refresh the page, the player starts unmuted. I want it to keep muted even after the refresh.
Is there any way to do this?
echo "<EMBED SRC='sounds/down.mp3' WIDTH='200' HEIGHT='100'>";