Skip to main content
February 28, 2020
Answered

can you make an mp4 video on page disappear after it autoplays?

  • February 28, 2020
  • 3 replies
  • 1657 views

I was trying to look up a code but could'nt find out how to do this if it's even possible.

This topic has been closed for replies.
Correct answer BenPleysier

I totally agree with Nancy's answer, if I come across a website that plays a video automatically, then I will never return.

 

But to answer your question, the video can be hidden using intricate JavaScript code as shown here: https://memberfix.rocks/hide-youtube-video/

3 replies

Legend
February 29, 2020

If you really need to do this then its best to check if the video has finished then hide it or remove it. I think that can be accomplished using some javascript.

 

Personally l wouldnt try to time how long the video plays for and then hide/remove it because there is a possibility of lagging which will result in the video being removed before it finishes

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
February 28, 2020

I totally agree with Nancy's answer, if I come across a website that plays a video automatically, then I will never return.

 

But to answer your question, the video can be hidden using intricate JavaScript code as shown here: https://memberfix.rocks/hide-youtube-video/

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
February 29, 2020

Ok so I have an mp4 video file in my site folder that i have made and i want it in this code on dreamweaver html. What would i type to replace the youtube files that are in here? 

Legend
February 29, 2020

You could try using javascripts setTimeout() and hide the videos container after a set time (obviously set the time to the length of the video, or  a bit longer), example here .

 

 

Paul-M - Community Expert
Nancy OShea
Community Expert
Community Expert
February 28, 2020

1.  Autoplay does not work on all devices and web browsers especially if it contains audio. 

 

2. Autoplay is widely regarded as intrusive and annoying. For this reason, many people block autoplay in their browser settings.

 

3. The use of Autoplay is not recommended.  Don't rely on it to start playback.  See the specs below.

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/autoplay

 

4. If you make the video disappear, how will users access it again? 

 

Nancy O'Shea— Product User & Community Expert