eprojekktor EProjekktor widget for Projekktor Zwei HTML 5 Video Player

  1. Introduction
  2. Requirements
  3. Usage
  4. Note
  5. Resources
  6. Change Log

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
2 0
6 followers
932 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags: video, widget
Developed by: Antonio Ramirez
Created on: Jan 14, 2012
Last updated: 12 years ago

Downloads

show all

Related Extensions