pupunzi / jquery.mb.miniAudioPlayer

an HTML5 / jQuery audioplayer (mp3 / ogg)
73 stars 28 forks source link

Can it be smaller than your size 0? #11

Open Gretsch opened 7 years ago

Gretsch commented 7 years ago

Hi,

We are a small set-up selling music CDs. Each CD has a webpage, on which there is its track listing. I want to replace the current 'flash player' for each track, with a cross-browser HTML5 audio player .

We want it to be physically very small (max height ~16px), with the following controls:

Is miniAudioPlayer right for the job?

Also - the webpage contents (with the track-listing and player) are maintain by content creators without any technical background. Can we minimise/simplify the html they have to enter to something like: just a div and a track urlRef?

Which would be best place to start - your jquery or your WordPress plugin?

If not, can you direct me to a better place to start. (We don't want to be re-invent wheels)

Thanks

pupunzi commented 7 years ago

Hi,

We want it to be physically very small (max height ~16px), with the following controls:

The player is rendered via CSS so you can customize size, color and whatever modifying the CSS file.

Also - the webpage contents (with the track-listing and player) are maintain by content creators without any technical background. Can we minimise/simplify the html they have to enter to something like: just a div and a track urlRef?

Content creators can simply insert a link to the audio file and you can initialize the plugin for any link that contains a mp3 url.

Which would be best place to start - your jquery or your WordPress plugin?

If your site is on Wordpress I suggest to use the Wordpress plugin instead of recoding.

Bye, Matteo