Please can you advise how to adjust the frequency a flash video plays each time the same visitor visits web site.
Adjust the frequency a video plays each time the same visitor visits web site.
Collapse
X
-
Thank you for getting back to me the visitor is not logged on. I have a shopping cart and want to play a short flash movie the first time someone visits once only. I do not want the flash movie to play on their returning visits can this be done in java script.Comment
-
you can use a cookie or the local storage to set a flag on the user's machine - then read it when he/she returns and avoid the movie-playbackComment
Comment