Inserting a LOCAL Video
-
NOTE: It looks like I may have posted this in haste; it’s apparently a browser problem. The video works fine when I view my page in Chrome, but it doesn’t work with the browser Vivaldi.
* * * * *
I would like to insert a video that’s located @ /images/video.mp4. The following HTML5 code doesn’t work:
<video id="sampleMovie" src="/images/video.mp4" controls></video>
I tried another scheme without success as well. I’ve found a lot of references that offer advice on inserting videos from other sites (YouTube, etc.). But I’m confused about how you allow visitors to access a video that’s stored on your site.
What’s the best way to accomplish this?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Inserting a LOCAL Video’ is closed to new replies.