Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

FF 22 completely breaks Flash

  • 1 回覆
  • 17 有這個問題
  • 5 次檢視
  • 最近回覆由 kobe

more options

The new FF 22 dpi scaling breaks Flash programs (at least the ones that have "noScale" set in Flash).

The problem is that I have this in the HTML (generated by swfobject.js): <object data="main.swf" name="flashContent" id="flashContent" type="application/x-shockwave-flash" height="576" width="1024"><param value="noscale" name="scale"><param value="t" name="salign">

When I trace the Flash program it says: "3.202: MainView: setup: stageW = 1280, stageH = 720"

FF has changed 1024 and 576 to 1280 and 720. The stage size is used by the flash program is used to place objects accordingly in the Flash program. Now, if the Flash program doesn't have appropriate, scalable assets, the layout in Flash program is totally messed up.

Flash has its own scaling mechanisms and this change is a real problem for the "noScale" mode because it is not passing the information correctly from the HTML to the Flash program.

I wouldn't mind if FF scaled the entire Flash window, but changing the parameters passed in not the right way to do it.

Ernie

The new FF 22 dpi scaling breaks Flash programs (at least the ones that have "noScale" set in Flash). The problem is that I have this in the HTML (generated by swfobject.js): <object data="main.swf" name="flashContent" id="flashContent" type="application/x-shockwave-flash" height="576" width="1024"><param value="noscale" name="scale"><param value="t" name="salign"> When I trace the Flash program it says: "3.202: MainView: setup: stageW = 1280, stageH = 720" FF has changed 1024 and 576 to 1280 and 720. The stage size is used by the flash program is used to place objects accordingly in the Flash program. Now, if the Flash program doesn't have appropriate, scalable assets, the layout in Flash program is totally messed up. Flash has its own scaling mechanisms and this change is a real problem for the "noScale" mode because it is not passing the information correctly from the HTML to the Flash program. I wouldn't mind if FF scaled the entire Flash window, but changing the parameters passed in not the right way to do it. Ernie

所有回覆 (1)

more options