Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

My videos on my own website dont work in firefox but do in Safari/ IE/ ipad/ etc ex: http://www.lumitone.com/#/ceremony-samples/

  • 1 답장
  • 1 이 문제를 만남
  • 48 보기
  • 최종 답변자: cor-el

more options

I thought my code was wrong so I changed it on 1 specific file so far here with the new doctype rules but it still does not work ex:

��<!DOCTYPE html> <html> <title>2007 Demo Reel</title> <body> <iframe src="http://player.vimeo.com/video/8489164?portrait=0&autoplay=1" width="640" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </body> </html>

I think the problem is the popup window loads the 2 question mark symbols in diamonds but if you look at the actual html the symbols are not in it and if I ask firefox to load the html locally it works fine. My customers can not see my videos and I am very frustrated. The site loads fine in every other browser I can think of on Mac, PC, mobile device

I thought my code was wrong so I changed it on 1 specific file so far here with the new doctype rules but it still does not work ex: <pre><nowiki>��<!DOCTYPE html> <html> <title>2007 Demo Reel</title> <body> <iframe src="http://player.vimeo.com/video/8489164?portrait=0&autoplay=1" width="640" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </body> </html></nowiki></pre> I think the problem is the popup window loads the 2 question mark symbols in diamonds but if you look at the actual html the symbols are not in it and if I ask firefox to load the html locally it works fine. My customers can not see my videos and I am very frustrated. The site loads fine in every other browser I can think of on Mac, PC, mobile device

글쓴이 cor-el 수정일시

모든 댓글 (1)

more options

That is usually a BOM (byte order mark) if it shows at the start of a file.

So it looks that the file has been saved as UTF-16-LE (FF FE)

Firefox usually doesn't like such an encoding switch and likes to have all files in the same (UTF-8) encoding.
Try to save the file as UTF-8 and upload that file to the server and make sure not to add the BOM.

The Vimeo file that opens in the iframe is saved as UTF-8, so that is OK.

글쓴이 cor-el 수정일시