This code works fine in a html file, but Edge Animate's code window will not accept it. How can I write the code so that it works?
<video width="790" height="200" autoplay="true">
<source src="http://ravenseyemedia.co.nf/clip-ws-jazzflying.ogv" type="video/ogg; codecs="theora, vorbis""
>
<source src="http://ravenseyemedia.co.nf/clip-ws-jazzflying.mp4" type="video/mp4">
</video>