mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Update master
This commit is contained in:
@@ -6,7 +6,7 @@ This command fires an Intent to have your devices video player show the video.
|
||||
|
||||
## Adding the Plugin to your project ##
|
||||
|
||||
Using this plugin requires [Android PhoneGap](http://github.com/phonegap/phonegap-android).
|
||||
Using this plugin requires [Android PhoneGap](https://github.com/apache/incubator-cordova-android).
|
||||
|
||||
1. To install the plugin, move www/video to your project's www folder and include a reference to it in your html file after phonegap.js.
|
||||
|
||||
@@ -21,7 +21,7 @@ Using this plugin requires [Android PhoneGap](http://github.com/phonegap/phonega
|
||||
|
||||
## Using the plugin ##
|
||||
|
||||
The plugin creates the object `window.plugins.video`. To use, call the play() method:
|
||||
The plugin creates the object `window.plugins.videoPlayer`. To use, call the play() method:
|
||||
|
||||
<pre>
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user