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.
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
in android ,it cannot display svg ,so I use png,this works
in android ,it cannot display svg ,so I use png,this works
excelent
Thanks for Stanislav with this ext. ..it's work for one file song how about more than two song? ..thanks in advance
to yiijco
Hello,
one player for one file. Examples on the page http://stanislavkrsv.github.com/yii-jouele-widget/
Thanks Stanislav
Oke ...if you don't mind..I will try recode to make it multi file song..Thanks In Advance
So Long...
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?
It did not work in firefox
This extesnion is good but did not play voice file in firefox
why is not supporting the other formats like wma,mpeg and all?
it is supporting for only mp3 files but not for the remaining extensions like wma,wmv ...so on. can i know y? and how can i mak it possible to work for all type of extensions.
@prashanth.n
Maybe because these formats neither are not part of HTML5 nor are supported by Flash?
This widget is a simple wrapper for
jouele
player, which is based onjPlayer
. Take a look here ("Media Support" section) to find out, which formats are supported by which platform of jPlayer.In general:
mp3
,mp4
(AAC/H.264),ogg
(Vorbis/Theora),webm
(Vorbis/VP8),wav
.mp3
,mp4
(AAC/H.264),rtmp
,flv
.You're allowed to use only formats, that are supported by any of above engine (for cross-browser support, use a format, that is supported by both of these engines).
Formats (extensions) listed by you (
wma
,wmv
,mpeg
) are proprietary formats of Microsoft are others and are not supported, neither by this, nor by any other HTML5- or Flash-based web-browser player.If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.