+ 13
How can I use the <video> and <audio> elements in the code playground ?
10 Respostas
+ 14
thank you 😊
+ 7
<video src="example.mp4" width=" " height=" " > and
<audio src="example.mp4">
+ 3
Everything is explained here : http://www.w3schools.com/html/html5_audio.asp
+ 2
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
</video>
+ 1
And here for the <video> : http://www.w3schools.com/html/html5_video.asp
+ 1
EdX has a nice intro to this as well in their Html Intro Module 5 for video and audio.
+ 1
first you buy web host and upload audio or video..
then in your HTML page addressed your video domain name..
example:
<video autoplay controls >
<src="www.xyz.mp4">
<\video>
0
you guys are pretty amazing here. wow. seem i ll need years of experience to build a simple site.
- 2
can I upload audio and play it without flash player