xForcer Posted June 10, 2019 Posted June 10, 2019 Been searching for a way to play videos on CEF. Is there a way?
TheMysteriousVincent Posted June 10, 2019 Posted June 10, 2019 (edited) Use a HTML5 video element? Edited June 10, 2019 by TheMysteriousVincent
xForcer Posted June 14, 2019 Author Posted June 14, 2019 On 6/10/2019 at 3:16 PM, TheMysteriousVincent said: Use a HTML5 video element? Thanks, I'll try!
crying_bae Posted September 30, 2019 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
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