JW Player is the most popular video player on the web, live on over 2 million sites.
Yii 1.1 or above
$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' ) ));
...external resources for this extension...
Be the first person to leave a comment
Please login to leave your comment.