Html Video Controll Doesn't Work On Firefox January 01, 2023 Post a Comment I'm trying to display a video on my website. Here is the code: Solution 1: There is no dedicated pause button - instead the play button is toggled with a pause button after it's clicked. See also the example at w3schools.com: http://www.w3schools.com/HTML/html5_video.asp ADDITION: This in your code: <source src="my_location.ogv" type="video/ogv" /> Baca JugaCheck What Kind Of Browser The User Is UsingNot Setting Focus To Text Field In FirefoxStrange Behavior Of "overflow: Auto" On Chrome should be <source src="my_location.ogv" type="video/ogg" /> . (ogg instead of ogv on the file type / not on the file extension itself). Share You may like these postsHow To Get Correct Rendering Size When Printing Html ElementsVisiblity:hidden Of Table-cell Hides Background-color Of Parent Table-rowHtml Input Range Style In FirefoxSticky Flexible Footers And Headers Css Working Fine In Webkit, But Not In Gecko Post a Comment for "Html Video Controll Doesn't Work On Firefox"
Post a Comment for "Html Video Controll Doesn't Work On Firefox"