Introduction ¶
Looking for a good open source video player, I found Projekktor Zwei. A very good HTML 5 video player with the following amazing features:
- Pre- & Postroll Ads
- True Fullscreen (where applicable)
- Build Playlists, stream Channels
- Flash fallback with RTMP support
- Youtube HTML5 support
- Easy to integrate and theme
- Unified Javascript API
And best of all... doesn't force you to have its logo display and is FREE. So, I decided to easy the task of its integration into the views by creating this simple widget. Hope you find it useful.
I have created a GitHub repository for those willing to contribute on any of the extensions I created. Please, check the link at the bottom of this wiki.Requirements ¶
Developed using 1.1.9
Usage ¶
Unzip the contents of the zip file onto your protected/extensions folder - you can use any other folder but then make sure you point to the right path on the creation of the widget.
Youtube video example ¶
$this->widget('ext.projekktor.EProjekktor', array(
'id'=>'pplayer',
'isYoutubeVideo'=>true,
'options'=>array('controls'=>true),
'htmlOptions'=>array(
'src'=>'http://www.youtube.com/watch?v=pc0mxOXbWIU',
'title'=>'test',
'width'=>220,
'height'=>124
),
'logoImage'=> 'images/layout/logo_player.png'
));
Note ¶
Please make use of the forum post to report errors, requests, and suggestions. Let comments on this extension for coding hints.
Resources ¶
Change Log ¶
1.0.1 ¶
- Initial public release
User Contributed Notes 2
looks pretty good
looks pretty good
Great extension
Thank you for this.
Leave a comment
If you have any questions, please ask in the forum instead.
Join the conversation to share a note.