SyntaxFix
Write A Post
Hire A Developer
Questions
I would rather make it like this
<video id="v1" width="320" height="240" controls="controls"> </video>
and then use
$("#v1").html('<source src="test1.mp4" type="video/mp4"></source>' );