sfws wrote:
Try having just the middle line within the script tags, and place the script just before
Ends with a no play or load video
The browser only knows that the page (document in javascript speak) has a
element (i.e. .video in javascript speak) after it has processed constructing the page. I think that is better than adding a call to the function at the end, but declaring the function at the start.
<video> and </video> on either side of video call already
Code: Select all
<p align="center"><video src="lapse1.mp4" width="100%" controls autoplay >HTML5 Video is required for this example</video> </p>
You think they would make this easy!