jakubgg / ytPlayer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 95.1%Language:Python 3.3%Language:CSS 1.6%