xForcer Posted June 10, 2019 Share Posted June 10, 2019 Been searching for a way to play videos on CEF. Is there a way? Link to comment Share on other sites More sharing options...
TheMysteriousVincent Posted June 10, 2019 Share Posted June 10, 2019 (edited) Use a HTML5 video element? Edited June 10, 2019 by TheMysteriousVincent Link to comment Share on other sites More sharing options...
xForcer Posted June 14, 2019 Author Share Posted June 14, 2019 On 6/10/2019 at 3:16 PM, TheMysteriousVincent said: Use a HTML5 video element? Thanks, I'll try! Link to comment Share on other sites More sharing options...
crying_bae Posted September 30, 2019 Share Posted September 30, 2019 (edited) I'am trying to play webm video, but it is only working with remote link. How to play it locally? Works: <video id="bg" src="http://dl5.webmfiles.org/big-buck-bunny_trailer.webm" autoplay="true" loop="true" muted="true" ></video> Doesn't work: <video id="bg" src="./media/video.webm" autoplay="true" loop="true" muted="true" ></video> Edited September 30, 2019 by draobrehtom 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now