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!

Buscar en Ayuda

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.

Learn More

FF 22 completely breaks Flash

  • 1 respuesta
  • 17 tienen este problema
  • 5 visitas
  • Última respuesta de 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

Todas las respuestas (1)

more options