Brightcove Video Plugin for Yii

Very simple start to integrating Brightcove videos into your Yii application. Next I want to integrate with the Brightcove API.

Usage (replace XXXXX with your credentials):




<? 

    $this->widget('ext.brightcove.JBrightcove', array(    

    'playerID'=>'XXXXX','videoID'=>'XXXXX', 'playerKey'=>'XXXXX'

    )); 

?>



PHP Document Attached

NOTE: no attachments :)