update disable flash instructions

Closes #249
This commit is contained in:
Ilya Grigorik
2017-08-27 11:37:47 -07:00
parent 32a3c5392f
commit 66ffd62b76
2 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ _Note: you can customize these shortcut keys in the extension settings page._
**The video controls are not showing up?** This extension is only compatible with HTML5 video. If you don't see the controls showing up, chances are you are viewing a Flash video. If you want to confirm, try right-clicking on the video and inspect the menu: if it mentions flash, then that's the issue. That said, most sites will fallback to HTML5 if they detect that Flash it not available. You can try manually disabling Flash plugin in Chrome: **The video controls are not showing up?** This extension is only compatible with HTML5 video. If you don't see the controls showing up, chances are you are viewing a Flash video. If you want to confirm, try right-clicking on the video and inspect the menu: if it mentions flash, then that's the issue. That said, most sites will fallback to HTML5 if they detect that Flash it not available. You can try manually disabling Flash plugin in Chrome:
* In a new tab, navigate to `chrome://plugins` * In a new tab, navigate to `chrome://settings/content/flash`
* Disable "Adobe Flash Player" * Disable "Allow sites to run Flash"
* Restart your browser and try playing your video again * Restart your browser and try playing your video again
**The speed controls are not showing up for local videos?** To enable playback of local media (e.g. File > Open File), you need to grant additional permissions to the extension. **The speed controls are not showing up for local videos?** To enable playback of local media (e.g. File > Open File), you need to grant additional permissions to the extension.

View File

@@ -86,8 +86,8 @@
<p>This extension is only compatible with HTML5 video. If you don't see the controls showing up, chances are you are viewing a Flash video. If you want to confirm, try right-clicking on the video and inspect the menu: if it mentions flash, then that's the issue. That said, <b>most sites will fallback to HTML5</b> if they detect that Flash it not available. You can try manually disabling Flash plugin in Chrome:</p> <p>This extension is only compatible with HTML5 video. If you don't see the controls showing up, chances are you are viewing a Flash video. If you want to confirm, try right-clicking on the video and inspect the menu: if it mentions flash, then that's the issue. That said, <b>most sites will fallback to HTML5</b> if they detect that Flash it not available. You can try manually disabling Flash plugin in Chrome:</p>
<ul> <ul>
<li>In a new tab, navigate to <code>chrome://plugins</code></li> <li>In a new tab, navigate to <code>chrome://settings/content/flash</code></li>
<li>Disable "Adobe Flash Player"</li> <li>Disable "Allow sites to run Flash"</li>
<li>Restart your browser and try playing your video again</li> <li>Restart your browser and try playing your video again</li>
</ul> </ul>