Forums

[resolved] Audio Player - can't stop. (2 posts)

  1. duncwilson
    Member
    Posted 2 years ago #

    Hi there,

    I am trying to implement a 'random audio' section on my homepage, making use of the excellent Audio Player plugin.

    I am calling a single post from a category using:

    <?php
    query_posts(array('category_name' => 'Sounds', 'orderby' => 'rand', 'showposts' => 1));
    if (have_posts()) :
    while (have_posts()) : the_post();
    the_title();
    the_content();
    endwhile;
    endif; ?>

    The post content is just an <a ref= to the audio file and it works perfectly...

    Except that the pause/stop button does not work! The player plays just fine, the volume is adjustable, you just can't stop it, if you wish to.

    Has anyone had and/or solved any similar problems to this using this (honestly very good) plugin?

    Thanks,
    Dunc

  2. duncwilson
    Member
    Posted 2 years ago #

    I looked again today and all was good! Not sure what was going on there...

Topic Closed

This topic has been closed to new replies.

About this Topic