Click to See Complete Forum and Search --> : How to make audio player play just once


stewart3000
07-26-2009, 02:41 PM
Is it possible to get an mp3 file to play just once when a person first views the index page so when they explore the site and come back to the index it will not play for a second time

justinbarneskin
07-26-2009, 08:56 PM
Probly, use a boolean cookie. Expires after one day.

stewart3000
07-27-2009, 03:00 AM
The audio player would need to auto play when the user first viewed the site then they would have a look aroung the diffirent pages and return to the home page but I wouldn't want the audio to welcome them every time the home page loads

justinbarneskin
07-28-2009, 06:50 PM
So, post your query in javascript forum if you want to go the cookie route.

stewart3000
07-29-2009, 03:10 AM
I worked out how to do it, Just made the main index page with a regular auto play audio player then when the user clicks to another page then back to the home page its really another page that looks the same as the home page but without the audio player :D