Japanese manual: add electron-versioning.

electron-versioning.md is translated.
Other tutorial files are updated.
[ci skip]
This commit is contained in:
TAKAHASHI Kyohei 2016-05-18 22:30:11 +09:00
parent e05f795d1d
commit 962ce6c44c
No known key found for this signature in database
GPG key ID: 8C49E22DA193875B
9 changed files with 87 additions and 33 deletions

View file

@ -2,7 +2,6 @@
Electronは、Pepper Flashプラグインをサポートしています。ElectronでPepper Flashプラグインを使用するために、マニュアルでPepper Flashプラグインのパスを指定し、アプリケーションで有効化しなければなりません。
Electron now supports the Pepper Flash plugin. To use the Pepper Flash plugin in
## Flash プラグインのコピー準備
@ -37,10 +36,16 @@ app.on('ready', function() {
});
```
## `<webview>` タグでFlashプラグインを有効
## `<webview>` タグでFlashプラグインを有効
`<webview>` タグに`plugins`属性を追加する
```html
<webview src="http://www.adobe.com/software/flash/about/" plugins></webview>
```
## トラブルシューティング
Pepper Flashプラグインが読み込まれているかは、devtoolsのconsoleで`navigator.plugins`を見ることで確認することができます。(プラグインのパスが正しいかがわからなくても)
Pepper FlashプラグインのアーキテクチャはElectronのアーキテクチャと一致している必要があります。Windowsで、64bit Electronに32bit Flashプラグインを使用するのはよくある間違いです。