Video - Paused On Page Load
Permalink
I need to have multiple videos on some pages. I want to have all videos paused when the page loads. Even with a single video on the page, it always starts when the page loads. With multiple vids, all of them start, which is unacceptable.
I prefer the .mp4 format, but can also use .mov
My video production software is Camtasia, and the latest version does not output flash vids, so those are out of the questions
How do we get all videos to be paused on load?
I prefer the .mp4 format, but can also use .mov
My video production software is Camtasia, and the latest version does not output flash vids, so those are out of the questions
How do we get all videos to be paused on load?
Windows Media .wmv
i started to also try Mp4, but it looks like
Concrete won't take that format.
i didn't try .mov yet.
----------------------
On 3/22/2014 2:35 PM, concrete5 Community wrote:
i started to also try Mp4, but it looks like
Concrete won't take that format.
i didn't try .mov yet.
----------------------
On 3/22/2014 2:35 PM, concrete5 Community wrote:
What I meant was, how are you coding the video player?
Example will show movie, but it will not autoplay:
The best thing you could do is upload your movies to 'YouTube', then they will show them on all devices. You will not need to worry about having to produce all movie formats. i.e. .mov, .mp4 or .ogg files.
Example will show movie, but it will not autoplay:
<video src="the-movie.mov" controls>HTML5 Video</video>
The best thing you could do is upload your movies to 'YouTube', then they will show them on all devices. You will not need to worry about having to produce all movie formats. i.e. .mov, .mp4 or .ogg files.
Is this HTML5?