How do I install the Flash debug player in Chrome?

前端 未结 6 1907
我寻月下人不归
我寻月下人不归 2020-12-25 11:46

Chrome comes bundled with Flash now… Great, but how do I install the Flash debug player?

6条回答
  •  独厮守ぢ
    2020-12-25 12:03

    Now it changed once again

    1. download Flash Player content debugger for Opera and Chromium from Adobe debug flash downloads
    2. run/install this
    3. find which flash plugin used
      • open chrome://plugins/
      • expand details
      • get something like C:\Program Files (x86)\Google\Chrome\Application\47.0.2526.106\PepperFlash\pepflashplayer.dll
    4. replace this file with renamed one from

      • 64 bit OS version

        • C:\Windows\System32\Macromed\Flash\pepflashplayer64_[some actual version].dll
      • 32 bit OS version

        • C:\Windows\SysWOW64\Macromed\Flash\pepflashplayer64_[some actual version].dll

    This worked for win 7 x64, other Wins-s should be almost same

    To get flash logs for Chrome you need

    1. create mm.cfg file in %userprofile%\AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\System

    ErrorReportingEnable=1 TraceOutputFileEnable=1

    1. restart Chrome
    2. logs stored in different, than FF location - %userprofile%\AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\Logs

提交回复
热议问题