I know, there are several answers addressing this problem, but none has worked for what I am doing. I am trying to place a video. It works fine on all my desktop browsers, but the one I really need to work it on--my iPad-- is a no go. It used to display a striked-through play button, but I managed to make that go away and now all I see on the screen is a black box. When this happened, I hoped it was a step in the right direction, but now I am not sure.
My mark-up is:
<video height="250" controls>
<source src="closeI.m4v" type="video/m4v" />
<source src="graphics/close.mp4" type="video/mp4">
<source src="graphics/graphics/close.oggtheora.ogv" type="video/ogg">
</video>
Video is an unfamiliar realm for me, but I am doing my best. Thank you.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…