Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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 risposte
  • 42 hanno questo problema
  • 7 visualizzazioni
  • Ultima risposta di 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.

Tutte le risposte (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"

Modificato da VWBug il

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