'Is there a way to attach a saved video from my pc in my HTML image map as opposed to a video link on a website? (code below)
I have an image map with tons of different boxes on them and I want them to open short videos when you press each one. I understand how to add a website link for a video but I was wondering how I can make it so I can just download all of the videos and attach them that way. Here's an example of what I have. I normally type the website link after href.
.img src="example.jpeg" usemap="#image-map">
.map name="image-map"> .area target="_blank" alt="Huge Sweep" title="Huge Sweep" href="" coords="111,346,172,315" shape="rect">
I guess this leads to a 2nd question I have. Will others be able to still see the videos once I share the file? Or will it not work since the videos would be pointing to my directory. Is a website the only way it would work?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
