开发者

How do I install the Flash debug player in Chrome?

开发者 https://www.devze.com 2023-01-17 23:25 出处:网络
Chrome comes bundled with Flash now… Great, but h开发者_开发技巧ow do I install the Flash debug player?Disable the bundled plugin on about:plugins and then install the debug version.

Chrome comes bundled with Flash now… Great, but h开发者_开发技巧ow do I install the Flash debug player?


Disable the bundled plugin on about:plugins and then install the debug version.

EDIT: be sure to click on "[+] Details", and only disable the version of Flash that is based on the Chrome directory (the 'built-in' one). (Thanks @zeh for that additional hint in your comment)


  1. Open the Google Chrome plugin settings (enter "chrome://plugins/" in the URL and hit enter) and find the Flash player plugin. Click on the details link to expand the plugin details.

Plugin Screen

How do I install the Flash debug player in Chrome?

!

Plugin Screen showing Details

How do I install the Flash debug player in Chrome?

2A. If it says "Flash (2 files)" then check the location property of each entry and disable the one that resides in the Applications directory/Google Chrome/... directory (usually the first entry) by clicking the Disable link button. This is the disable button next to the "MIME Types" value not the Disable button aligned to the far left of the page (which disables both plugins).

2B. If there is only one entry, ie it doesn't say "Flash (2 files)", then download and install the newest Flash Player content debugger version here. The Flash Player installer will require you to close any browsers before installation can complete. After installation is complete restart Chrome and go to step 1.

Your plugin screen should look similar to the Plugin Screen showing Details image shown above.


As of April 2015 the NPAPI plugins won't work in Chrome. And for some reason I was not able to get the Adobe "Install Adobe Pepper Flash Player Debugger.app" installer to correctly update Chrome on OSX. The installer would run but would not update Chrome.

If you find yourself in this situation you might try the following...

My hacky solution (after much frustration) was just to end-run around the installer and chrome to manually copy the installed plugin from where the installer was putting it, into the place chrome was expecting it.

The installer was placing here:

 /Library/Internet Plug-Ins/PepperFlashPlayer/PepperFlashPlayer.plugin

Chrome was looking for it here:

/Applications/Google Chrome.app/Contents/Versions/42.0.2311.90/Google Chrome Framework.framework/Internet Plug-Ins/PepperFlash/PepperFlashPlayer.plugin

All I did was replace the bundled installed non-debug version of pepper flash with the one debug version installed by the player. This seemed to fix the problem.

YMMV


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


How do I install the Flash debug player in Chrome?

Please make sure your Chrome auto updates are on. Open the Chrome browser and type "chrome://plugins/" in the URL and then you should be able to see two plugins listed under "Adobe Flash Player" section. Disable the "PPAPI" one, to allow the Windows version of FP to take over the precedence.

Still Facing issues: Can't find the "NPAPI" = "C:\windows\SysWOW64\Macromed\Flash\NPSWF32_14_0_0_145.dll " version i.e., there is only one version listed there "PPAPI" one.

Solution: Then need to kill all the Chrome process(Plugins) running post/pre installation. Windows Task Manager Kill all Chrome processes.

Check again in: chrome://plugins/ Now it should be listed there.


In current Chrome (version 47) you don't see installed debug flash player version. You will see only bundled flash player that goes with the browser.

Replacing file as replied here by @dimkin is working. But during update, Chrome will overwrite files and you need to repeat it once in a while.

If you create shortcut for Chrome with command line argument --disable-bundled-ppapi-flash, it will ignore bundled flash player. And if you have Debug version installed, Chrome will use it. You will see it in chrome://plugins/:

How do I install the Flash debug player in Chrome?

0

精彩评论

暂无评论...
验证码 换一张
取 消