jw-player JW Player is the most popular video player on the web, live on over 2 million sites.

  1. Requirements
  2. Usage
  3. Resources

JW Player is the most popular video player on the web, live on over 2 million sites.

Requirements

Yii 1.1 or above

Usage

<?php
$this->widget('ext.jwplayer.Jwplayer',array(
    'width'=>'auto',
    'height'=>360,
    'file'=>'the file of the demo.mp4', // the file of the player, if null we use demo file of jwplayer
    'image'=>'the image of the demo.jpg', // the thumbnail image of the player, if null we use demo image of jwplayer
    'options'=>array(
        'controlbar'=>'bottom'
    )
));
?>

Resources

...external resources for this extension...

0 0
4 followers
2 206 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: bryglen
Created on: Nov 27, 2012
Last updated: 9 years ago

Downloads

show all

Related Extensions