חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

.f4v video which is written in <video> tag. as <source src="xyz.f4v" type="video/mp4"> when I run my html page in FF, am not able to view the video

  • אין תגובות
  • 1 has this problem
  • 3 views
more options

See my code below.

in chrome I am able to view my video but in FF am getting the error saying "no video with supported format and mime type found firefox"

can anyone guide me

thanks

See my code below. <video width="550" height="390" controls> <source src="xyz.f4v" type="video/mp4"> </video> in chrome I am able to view my video but in FF am getting the error saying "no video with supported format and mime type found firefox" can anyone guide me thanks