Mozilla 도움말 검색

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

자세히 살펴보기

quicktime plugin for firefox 4 on mac 10.6 does not show controls or play until last frame is loaded, works fine in FF3.6 and on windows but not firefox 4 on mac, any ideas?

  • 3 답장
  • 42 이 문제를 만남
  • 7 보기
  • 최종 답변자: Ruairi

more options

I am working on a site with embedded h.264 .mp4 video using the quicktime plugin. The attributes are set to 'controls','true', 'autoplay','false'. this works fine in most browsers (including Firefox 3.6) on mac and PC. However in firefox 4, nothing is visible until the final frame of the video loads. This is only an issue on mac OS X.

I am working on a site with embedded h.264 .mp4 video using the quicktime plugin. The attributes are set to 'controls','true', 'autoplay','false'. this works fine in most browsers (including Firefox 3.6) on mac and PC. However in firefox 4, nothing is visible until the final frame of the video loads. This is only an issue on mac OS X.

모든 댓글 (3)

more options

I got around this problem by using Quicktime to export the .MP4 files as .MOV files with the fast start option selected. Still have alot of .mp4 files that I would prefer not to convert to .mov if anyone knows how to get the same 'fast start' result for .mp4 in firefox 4 on a mac. thanks

more options

I tried just changing the extension of my .mp4 files on my server to .mov (without re-encoding) and in my HTML and it seemed to load ok but I tested it a few times and I was wrong...I then added the Active X codebase code (I know this is really for PCs) and my (MP4) movies now work fine in FireFox 4.0 (on a Mac and PC)...

so...
1 - change your movie extensions from .mp4 to .mov
2 - don't forget to change the extensions in your HTML as well
3 - include the ActiveX 'codebase' element within your 'Object' tag in your QuickTime embedding HTML (and keep the 'classid' element as is): codebase="http://www.apple.com/qtactivex/qtplugin.cab"

글쓴이 VWBug 수정일시

more options

thanks for the reply mate, will try this for the files I can change. A few people link directly to my .mp4 files so I would prefer not to change the extension on some of the files. I am still on the look out for the same 'fast start' effect with .mp4