Hi tried this but it doesnt allow me to play?
render() {
return (
<div>
<video width="400" controls>
<source src="video/movie.mp4" type="video/mp4"/>
</video>
</div>
);
}
Hi tried this but it doesnt allow me to play?
render() {
return (
<div>
<video width="400" controls>
<source src="video/movie.mp4" type="video/mp4"/>
</video>
</div>
);
}