Forum Moderators: open

Message Too Old, No Replies

JavaScript play mp3 file only once on main page

         

kewwlkat123

6:17 am on Oct 22, 2008 (gmt 0)

10+ Year Member



I am wanting a small mp3 sound clip to play only once upon arriving at the forums homepage. When a user clicks on a different page (thread or whatever) and hits back (to home) I don't want the sound to play again. I'm thinking this can be done using session or cookies but not sure how to do it. I currently have the file being played as embedded but I have no control of when it plays. It has to be JavaScript because I only have access to the head section and body section. I don't have access the shared server via FTP or anything.

I was thinking something like IF cookie doesn't exist create cookie and play file. If the file does exist do nothing.

Any help with it or guidance in the right direction would be great.

Thank you!

httpwebwitch

2:09 am on Oct 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



welcome to WebmasterWorld, kewwlkat123!

a cookie should do the trick, just as you describe.