当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox opens flash content in wrong size and bad quality.

  • 4 件の返信
  • 2 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: brunko

more options

I created flash content (virtual tour) in fixed size 800x600. There is a script which opens the content in new window but Mozilla opens just a cropped part of it. Even after maximizing the content the flash remains still cropped. There is also a problem with images inside the content because they are played in low quality. Other browsers do not have this problem and also screens with higher resolution (desktops) show it correctly on Mozilla. Any suggestions?

I created flash content (virtual tour) in fixed size 800x600. There is a script which opens the content in new window but Mozilla opens just a cropped part of it. Even after maximizing the content the flash remains still cropped. There is also a problem with images inside the content because they are played in low quality. Other browsers do not have this problem and also screens with higher resolution (desktops) show it correctly on Mozilla. Any suggestions?

選ばれた解決策

This could happen if your zoom level for the site is reduced from the default. The reason is that Firefox uses the zoom level to enlarge or reduce the space for Flash, but the Flash content itself is a fixed size and doesn't enlarge or shrink to fill the space.

I'm not a Flash developer so this might be completely unrelated, but what if you comment out this parameter:

so.addParam("scale", "noscale");

I guess the risk that that the scaling could be hideous...

この回答をすべて読む 👍 1

すべての返信 (4)

more options

Crashes or other problems with certain multimedia content in Firefox (such as Youtube videos and Flash animations or games) can often be resolved by performing the steps in these Knowledge Base articles:

On Windows Vista and above, you can disable Flash protected mode by following the instructions on these pages:

(See this Adobe blog post for technical details about Flash protected mode.)

Please tell us if this helped!

more options

None of these help. Problem is that this problem occurs on more computers. Laptops mostly. Problem is with this content link text Even after maximizing browser window it still stays cropped. You can see it in attachment.

more options

選ばれた解決策

This could happen if your zoom level for the site is reduced from the default. The reason is that Firefox uses the zoom level to enlarge or reduce the space for Flash, but the Flash content itself is a fixed size and doesn't enlarge or shrink to fill the space.

I'm not a Flash developer so this might be completely unrelated, but what if you comment out this parameter:

so.addParam("scale", "noscale");

I guess the risk that that the scaling could be hideous...

more options

That helped. Than you.