|
|
These are the considerations when using this method
- video file start can be delayed to a preset amount
- video file will loop if desired
write the video code like this if no loop is desired
- <video src="Slow-Blues" id="my_video"></video>
- The video and script id's MUST match
- the video src is the path to your video file
|