Extended the functionality of JW Player which inserts the most popular jwplayer to web page.
Requirements ¶
Yii 1.1.13 (Not tested in others)
Usage ¶
Drop this in your extension directory and then call the widget somewhere (in your layout, ...).
You can use extension same mentioned here http://www.yiiframework.com/extension/jwplayer/ But in gridview you can use the following script! ~~~ array(
'header' => 'My Media Player',
'class' => 'ext.extensions.jwplayer-gridview.JwplayerColumn',
'name' =>'jwplayer',
),
##Resources
[Demo](http://www.jwplayer.com/about-jwplayer/ "Demo")
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.