Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I have embedded a Quicktime movie in my web site. I can watch it once, but not a second time. Why won't it reload?

  • 9 个回答
  • 3 人有此问题
  • 41 次查看
  • 最后回复者为 rosalyns

more options

I can watch it with Safari on my mac and on my iPhone as many times as I like. But I can only watch it once on Firefox.

I can watch it with Safari on my mac and on my iPhone as many times as I like. But I can only watch it once on Firefox.

所有回复 (9)

more options

Is that movie send compressed (gzip) by the server?

more options

I don't think so. I created my page using the QuickTime Pro feature "Save for Web." This created 3 files, a mov, a jpg and a m4v file, and it gave me the code to put in my html page to access java quicktime scripts from the Apple library. With this script, the jpg file displays on the page with a "Click to Play." button. This method has worked for me in the past, but this time it only worked the first time in Firefox, though I can click on the button again and again in Safari!!???

more options

Can you post a link, so you can test it?


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

i just figured out that if I clear the cache each time, it will reload. Is there any way to set preferences so that this won't be necessary?

more options

If reloading works after clearing the cache then that can be an indication that the server sends the file compressed. If the file is compressed and is partly uncompressed in the cache and Firefox tries to retrieve the remainder and restarts at a wrong position (difference between compressed and uncompressed content) and thus the file gets corrupted.

You can try to contact the hosting company of your website to ask them about this.


A test can be to set the pref network.http.accept-encoding to an empty string on the about:config page.

To open the about:config page, type about:config in the location (address) bar and press the "Enter" key, just like you type the url of a website to open a website.
If you see a warning then you can confirm that you want to access that page.
You can use the Filter bar at to top of the about:config page to locate a pref more easily.

由cor-el于修改

more options

Thank you so much for your help. I have set up a help ticket with my hosting company. I'll let you know if they can resolve the issue.

more options

My webhosting company report was: "We were able to restart the video online couple times in FireFox. Most likely the issue relates to the version of FireFox browser or Quicktime installed on the local pc." I have Firefox 4.0.1. In Applications I have Quicktime player 10.0, and in Utilities I have Quicktime plugin 7.6.6. Could it be a Quicktime problem?

more options

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

I located the source of the problem and was able to correct it. I had generated the javascript for the page using Quicktime 10, which I have now discovered has been found by many users to be inferior to Quicktime 7. When I redid the html for the page using the "Save for Web" command in Quicktime 7 the script had more parameters (the details of which I don't exactly understand) and the problem vanished. I will use Quicktime 7 from now on. While I was contacting you I had also looked at some discussion boards for Quicktime and the many comments criticizing Quicktime 10 put me onto this possibility.

Thank you for your interest and help.