jouele-widget

Wrapper around Jouele player - a beautiful audio player for the web
7 followers

Yii Jouele Widget

Wrapper around Jouele player - a beautiful audio player for the web

Installation

Unpack to protected/extensions.

Usage

Using with a model

$this->widget('ext.jouele.Jouele', array(
    'file' => $model->file,
    'name' => $model->name,
    'htmlOptions' => array(
        'class' => 'jouele-skin-silver',
     )
));

Using with a string

$this->widget('ext.jouele.Jouele', array(
    'file' => '/patch/to/file.mp3',
    'name' => 'The Black Keys - Lonely Boy',
    'htmlOptions' => array(
        'class' => 'jouele-skin-silver',
     )
));

Changelog

v0.1

  • Initial version.

Total 5 comments

#12679 report it
yiijco at 2013/04/05 02:43am
Thanks Stanislav

Oke ...if you don't mind..I will try recode to make it multi file song..Thanks In Advance

#12678 report it
Stanislav.K at 2013/04/05 02:23am
to yiijco

Hello, one player for one file. Examples on the page http://stanislavkrsv.github.com/yii-jouele-widget/

#12677 report it
yiijco at 2013/04/05 01:51am
excelent

Thanks for Stanislav with this ext. ..it's work for one file song how about more than two song? ..thanks in advance

#10731 report it
hfvoip at 2012/11/20 01:31am
in android ,it cannot display svg ,so I use png,this works

in android ,it cannot display svg ,so I use png,this works

#10638 report it
hfvoip at 2012/11/09 08:48pm
I have one request from android

when I run on android mobile ,I cannot see the sprite (play,pause,download,etc)

and besides that ,if the sprite is 32x32,maybe better

Leave a comment

Please to leave your comment.

Create extension