Hi,
I was trying to this:
<html>
<body>
<video width="320" height="240" controls="controls">
<source src="test.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html>
Work fine if online, but in local computer (localhost) don't!
I set UniversalAccessFromFileUrlsAllowed:=True;
and FileAccessFromFileUrlsAllowed:=True;
But no success.
What I need to do to play local videos?