Skip to content

rzbruno/ytPlayer

 
 

Repository files navigation

ytPlayer

Simple cross-platform Alloy Widget for Titanium Mobile, plays streaming YouTube video with native Ti.Media.VideoPlayer.

Based on prior art by Dawson Toth.

Usage:

Copy widgets/ytPlayer to your local Ti project widgets/ folder.

Be sure to update your project's config.json file, add "ytPlayer": "1.0" to "dependencies".

In your controller:

// call method .play(), pass YouTube ID of video to play
Alloy.createWidget('ytPlayer').play('BXb5zeaaZss');

See sample app.

That's it!

@2wheelsburning

About

Simple cross-platform Alloy Widget for Titanium Mobile, plays streaming YouTube video with native Ti.Media.VideoPlayer

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • Python 3.3%
  • CSS 1.6%