Yii Jouele Widget
Wrapper around Jouele player - a beautiful audio player for the web
Unpack to protected/extensions.
$this->widget('ext.jouele.Jouele', array( 'file' => $model->file, 'name' => $model->name, 'htmlOptions' => array( 'class' => 'jouele-skin-silver', ) ));
$this->widget('ext.jouele.Jouele', array( 'file' => '/patch/to/file.mp3', 'name' => 'The Black Keys - Lonely Boy', 'htmlOptions' => array( 'class' => 'jouele-skin-silver', ) ));
Total 6 comments
This extension is very good but there are still shortcomings if play music very long duration it will stop itself automatically. so ... is there any suggestion for this extension?
Oke ...if you don't mind..I will try recode to make it multi file song..Thanks In Advance
Hello, one player for one file. Examples on the page http://stanislavkrsv.github.com/yii-jouele-widget/
Thanks for Stanislav with this ext. ..it's work for one file song how about more than two song? ..thanks in advance
in android ,it cannot display svg ,so I use png,this works
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 login to leave your comment.