+ 1
Please help! Anybody?
I am having serious problem with the audio, video,progress and even this svg of a thing. I write the code on notepad and when I run it on my browser nothing shows up! P.S I am new to this whole thing so I kindly need help.
11 ответов
+ 10
+ 2
<source src....>Video is not supported</source>
+ 2
basic steps:
- create a file and name it test.html (in windows make sure that hide extensions is not activated)
- edit this file with a SIMPLE text editor (not MS Word et company) with html code and save it
- double click on file or open with browser app
+ 2
@Nelson Lobo My post was referred to this discussion creator :)
+ 2
@Passerotto Ferito What you said actually works.But I am wondering how to do it on android.I guess I will figure it out by myself.Any help is welcome as well.👍
+ 1
P.S. i dont know if you are forget but dont forget principals html tags (html, head and body)
+ 1
How can you run it in your browser?I can't see a way to run it outside SoloLearn.Unless your page is store in a web server. But i am not sure.
0
<video controls>
<source src="http://www.sololearn.com/uploads/video.mp4" type="video/mp4">
<source src="http://www.sololearn.com/uploads/video.ogg" type="video/ogg">
Video is not supported by your browser
</video>
0
<audio controls>
<source src="http://www.sololearn.com/uploads/audio.mp3" type="audio/mpeg">
<source src="http://www.sololearn.com/uploads/audio.ogg" type="audio/ogg">
</audio>
0
Status: <progress min="0" max="100" value="35">
</progress>
0
<svg width="2000" height="2000">
<circle cx="80" cy="80" r="50" fill="green" />
</svg>