Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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?

Ruairi replied
Ruairi

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)

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

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 により に変更されました

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