Video cannot be imported in HTML5 Canvas document.
I tried to convert a flash to HTML5 canvas using animate. In the created Canvas , it is missing "DOMVideoInstance" for
eg:
<elements>
<DOMVideoInstance libraryItemName="sample Video " selected="true" frameRight="6000" frameBottom="6000">
<matrix>
<Matrix tx="61.55" ty="-349.55"/>
</matrix>
</DOMVideoInstance>
</elements>
instead of above element, it is showing blank element as </elements>. After converting to canvas, if i check the output log, i got below warning
Warnings generated while copying/importing in embedded_video_Canvas1.fla:
* Video cannot be imported in HTML5 Canvas document.
