Viewing 1 replies (of 1 total)
  • Thread Starter cytralskunk

    (@cytralskunk)

    Nevermind I’ve got it now, turn autoplay off and wrap the play() in a setTimeout:

    setTimeout(function(){

    video_player.play();
    video_player.posterImage.hide();
    video_player.controlBar.show();
    video_player.bigPlayButton.hide();
    heading_links.hide();

    }, 5000);

Viewing 1 replies (of 1 total)
  • The topic ‘Add 5 second delay to autoplay’ is closed to new replies.