µAudio Plugin README:

Contents

Information:

Installation:

The most basic installation simply requires that you upload the 'microAudio' folder to your /wp-content/plugins directory. Then, from the Administration -> Plugins menu, simply activate the plugin.

In the event that you are using a recent version of the K2 theme (1.0 RC 2 or later), and the rolling archives feature, you will need to call the prepare_player() function from k2.rollingarchives.js.php. It should be placed in the K2.ajaxGet directly after k2trimmer.trimAgain();. The final code will look like this:

. . .
K2.ajaxGet(k2Rolling.url, k2Rolling.query,
function(data) {
  jQuery('#rollhover').fadeOut('slow');
  jQuery('#rollload').fadeOut('fast');
  jQuery('#rollingcontent').html(data);
  
k2Trimmer.trimAgain();
prepare_player(); } . . .

Alternatively, you can just use the k2.rollingarchives.js.php file which I have edited and included in the microAudio folder.

Notes:

Known Issues: