Mozilla 도움말 검색

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

Learn More

Youtube not working properly on Firefox 23

  • 10 답장
  • 78 이 문제를 만남
  • 35 보기
  • 최종 답변자: cor-el

more options

Youtube worked perfectly fine before Firefox updated to version 23. The video will freeze on the first frame while the audio plays. When the browser is moved up and down by scrolling, the video will play for a moment frame by frame. If I do it enough, the video will finally play continuously.

Youtube worked perfectly fine before Firefox updated to version 23. The video will freeze on the first frame while the audio plays. When the browser is moved up and down by scrolling, the video will play for a moment frame by frame. If I do it enough, the video will finally play continuously.

모든 댓글 (10)

more options

I had the problem of no video, only audio, with my own video that I uploaded to Flckr. I cleared the Firefox cache by clicking Tools... Options... Advanced... Network... Cached Web Content... Clear now. That solved the problem. I just posted a question in this forum asking why this worked.

글쓴이 bobkw222 수정일시

more options

Thank you for the response. So I cleared the Cached Web Content and still have the same issue.

more options

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window.

Also check the setting in security (anti-virus) software to make sure that it isn't blocking content or otherwise interfering.

more options

Thank you for your response.

It was changing the theme to default that did it. Even in Safe Mode with a custom theme it still acted up. Much better, thank you!

more options

Any way to have themes without it messing up Firefox?

more options

same issue and tried several themes, none of them works well, need help as I dont like default theme :(

more options

hi, setting to default solved the tube problem, but I don't like the default theme either.....................

-(
more options

Hello,

I localized our YouTube Not Playing issue to a container element using the following style:

transform: translate3d(0,0,0);

Our youtube embed code was in a child element.

As soon as I commented this CSS out, our youtube videos started working again. FireFox 25 and 26.

more options

THANKYOU WLANNI !!!

However : how do I do that ??? transform that thing ???

thnx

   :-)

글쓴이 geraa48 수정일시

more options

The opposite is meant.
wlanni was using the transform: translate3d(0,0,0); code and that made the YouTube code malfunctioning in Firefox.
It was required to modify the CSS and remove this rule for the container element of the iframe with the YouTube player.
I don't think that this would apply to the subject of this thread as nothing would play and you wouldn't be able to start the media player.