Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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