Flash video player without any logo or copyright on screen. Based on free version of FlashJunior player. Support: FLV, MP4, AVI, MOV, Youtube, Vimeo (Android and iOS like link to video for default player)
Requirements ¶
...Yii 1.1 or above...
Usage ¶
- 1. Download and extract in: yii_web_root/protected/extensions
- 2. Add this code in your view:
<?php
$this->widget('ext.Yiinior.Yiinior', array(
'video'=>"http://yousite.com/video/6.flv", //path to video file
'id' => 'yiinior',
'width'=>640,
'height'=>480,
'autoplay'=>'false',
'autohide'=>'true',
'bgcolor'=>'#000'
));
?>
- 3. Enjoy!
Where: ¶
- 'video' => address to video file,
- 'id' => player id,
- 'width' => player width,
- 'height' => player height,
- 'bgcolor' => player background color before player loading,
- 'autoplay'=>enable or disable auto play video,
- 'autohide'=>enable or disable auto hide players menu,
Another good player
Player with playlists support http://www.yiiframework.com/extension/yiippod/
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.