0
How do you make the video element support long videos? I tried all day long but I couldn't do it. The website it told me to go to did not work.
4 odpowiedzi
+ 1
Maybe you should try to embed your video using <iframe> that will be a lot better!
0
did not work. it refused to play video.
0
hmmm. that is serious. can you post the code you used for us to see. birdie?
0
<video controls>
<source src="my website.mp4" <type="video/mp4"
<source src="my website.ogg" <type="video/ogg"
<source src="my website.webm" <type="video/webm"
<video>