- Joined
- Sep 28, 2014
- Messages
- 172
- Reaction score
- 182
- First Language
- Korean
- Primarily Uses
- RMMV
YouTube Player 1.0.7
by Biud436
Introduction
This plugin allows you to start playback of the YouTube video.
Video
In general, In Android Chrome and Mobile Safari, It doesn't automatically start playback. and you can also stop the video by clicking around the YouTube video. If you watches the video until the end, This plugin will automatically end the video playback.
How to Use
- Adding a Plugin to your Project
- Plugin Commands
This plugin command will start playback of the YouTube video.
Please enter the URL as follows.
YTPlayer play URL
Stop playback of the YouTube Video.
Code:
YTPlayer stop
Mobile Compatibility Table
Auto Play / Speed
Firefox for Android : FALSE / Slow
Chrome for Android : FALSE / Normal
Cordova Browers : FALSE / Normal
Intel XDK (HTML5 + Cordova) : TRUE / Fast
Firefox for Android : FALSE / Slow
Chrome for Android : FALSE / Normal
Cordova Browers : FALSE / Normal
Intel XDK (HTML5 + Cordova) : TRUE / Fast
Plugins
This plugin can download in the following link.
Github RAW
Change Log
2016.05.08 (v1.0.0) - First Release
2016.05.09 (v1.0.1) - Added Error Handler
2016.05.12 (v1.0.2) - Fixed a function that parses a URL.
2016.07.04 (v1.0.3) - Fixed a few logic about the range were converted to Rectangular object.
2016.10.06 (v1.0.4) - Added Canvas Filter (This function require my CSS Canvas Filter plugin)
2016.12.10 (v1.0.5) :
- Added a plugin parameter about video quality settings.
- Added the ability to play YouTube videos from a specified time.
2017.08.31 (v1.0.6) :
- Added a feature that the video size sets up with a fullscreen mode.
- Added a feature that can set the video to loop.
2018.01.08 (v1.0.7) :
- Now that The YouTube iframe will be newly created every times when playing back the video.
- Fixed the bug that is not available the function called YTPlayer.isEnded();
2016.05.09 (v1.0.1) - Added Error Handler
2016.05.12 (v1.0.2) - Fixed a function that parses a URL.
2016.07.04 (v1.0.3) - Fixed a few logic about the range were converted to Rectangular object.
2016.10.06 (v1.0.4) - Added Canvas Filter (This function require my CSS Canvas Filter plugin)
2016.12.10 (v1.0.5) :
- Added a plugin parameter about video quality settings.
- Added the ability to play YouTube videos from a specified time.
2017.08.31 (v1.0.6) :
- Added a feature that the video size sets up with a fullscreen mode.
- Added a feature that can set the video to loop.
2018.01.08 (v1.0.7) :
- Now that The YouTube iframe will be newly created every times when playing back the video.
- Fixed the bug that is not available the function called YTPlayer.isEnded();
Credit and Thanks
- Biud436
Terms of Use
Free for commercial and non-commercial use.
Last edited: