1: i had make app to play video from html crosswalk app using intel xdk my app was working well with intel xdk 2966
video is inside my project and below is code
<video width="80%" height="auto" controls="controls" id="myVideo">
<source src="video/kitkatfinal2.mp4" type="video/mp4" />
</video>
2: after intel update video does not plays now ,do i need to update
i can see some whitelist after update , what i need to do to make it work
Please help i can not figure out