yii2-audiojs JavaScript MP3 Player Widget

  1. Requirements
  2. Usage
  3. Resources

This is a wrapper widget for AudioJs Javascript player audiojs

Requirements

Yii 2.x

Usage

Installation

The preferred way to install the Yii framework is through composer.

Either run > php composer require --prefer-dist "hosannahighertech/yii2-audiojs *"

or add > "hosannahighertech/yii2-audiojs": "*"

to the require section of your composer.json.

use hosanna\audiojs\AudioJs;

AudioJs::widget([
    'files'=>$filename, //Full URL to Mp3 file here or array of urls
]);

Resources

The Player Implements basic player (supporting multiple files). If there is anything you want, please open issue at github account

0 0
1 follower
0 downloads
Yii Version: 2.0
License: MIT
Category: User Interface
Developed by: Stefano Mtangoo
Created on: Mar 19, 2015
Last updated: 9 years ago

Related Extensions