yiinior Flash player without logo on screen

  1. Requirements
  2. Usage
  3. Where:
  4. Resources

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,

Resources

2 0
2 followers
551 downloads
Yii Version: 1.1
License: LGPL-3.0
Category: User Interface
Developed by: shapovalov_org
Created on: Mar 20, 2014
Last updated: 9 years ago

Downloads

show all

Related Extensions