Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install the Flash debug player in Chrome?

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

like image 438
Sietse Avatar asked Sep 27 '10 13:09

Sietse


4 Answers

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)

like image 54
Jan Avatar answered Nov 08 '22 06:11

Jan


  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 Plugin screen!

Plugin Screen showing Details Plugin Screen showing Details

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.

like image 38
1.21 gigawatts Avatar answered Nov 08 '22 07:11

1.21 gigawatts


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

like image 16
Justin Ohms Avatar answered Nov 08 '22 06:11

Justin Ohms


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
like image 4
dimkin Avatar answered Nov 08 '22 06:11

dimkin