html - How do you make a .mov "click to watch" so that it is not downloaded immediately? -
on website, have embedded video (.mov) opens , begins play when user opens page. make site easier use making image of first frame users can click on begin video. what's best way in html/javascript?
<embed src="http://www.tizag.com/files/html/htmlexample.mpeg" autostart="false" />
check autostart false
Comments
Post a Comment