Adjust the frequency a video plays each time the same visitor visits web site.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • design
    New Member
    • Jun 2013
    • 2

    Adjust the frequency a video plays each time the same visitor visits web site.

    Please can you advise how to adjust the frequency a flash video plays each time the same visitor visits web site.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    what do you have done to accomplish that so far? does the visitor log in or not? explain a bit more details - since it affects a possible solution

    Comment

    • design
      New Member
      • Jun 2013
      • 2

      #3
      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

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        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-playback

        Comment

        Working...