Viewing 15 replies - 31 through 45 (of 530 total)
  • Hi, I seem to be the only one having this problem. I am using firefox if that is any help. Plugin installs and activates perfectly. Problem is that I can’t change the colour of the audio player. Although the colour picker etc displays ever time I choose a colour the hex code will show up but not the colour and there is no change in the demo of the player below.
    What I do is pick a colour and icon and click save changes.

    Any ideas?

    Jane

    Is it just me or is does it show a little border/outline around the player every time you click on it? I don’t think it’s part of audio player I think it’s being done by my browser FF3, the previous audio player didn’t have this though. Is there any way to get rid of it?

    To answer My own question:

    I did see the link border around the player. This will be fixed in the next release (beta 2 coming soon).

    Sorry didn’t read that, looking forward to the next version! 🙂

    Thread Starter doryphores

    (@doryphores)

    @vader_666:

    Very strange indeed. Can you check that you installed the plugin in the correct folder? The files should be in wp-plugins/audio-player.

    Could you also post a link to your blog so I can have a look?

    Martin

    Thread Starter doryphores

    (@doryphores)

    @my-sweet-jane:

    Can you check that you installed the plugin in the correct folder? The files should be in wp-plugins/audio-player.

    Does this happen on a live WP blog? Can you post a link so I can have a look?

    Martin

    Just wanted to say thanks for the audio player! I’m actually running Textpattern and managed to get your latest beta working with a simple plugin on this site here http://sickpill.com. (none of the fancy admin stuff like the color picker though, but most settings seem simple enough to configure via swobject params anyway). love the addition of volume control!

    @doryphores

    Are you sure of the folder ? It seems that the default plugin folder is wp-content/plugins/… And when i create the wp-plugins folder and put inside the audio player files, the plugin don’t appear at all on the admin panel.

    My blog is http://blog.vader.fr. You can see a pic of the admin panel here after i click on the “Audio Player” link.

    Hi there, I’ve double checked that I installed in the right folder and have. You can seek the player on my demo site http://sales.wpqueen.com

    Thanks

    Jane

    Just to start by saying, I’ve been a user of this plugin for sometime now. I like the new look & feel of the 2.0 but I’ve run into one problem:

    When I click play, the file starts playing, but if I pause it, then go back to finish listening, It doesn’t play. But If I refresh the page, it will play the file again.

    http://lascivious.creativeburst.org

    Thread Starter doryphores

    (@doryphores)

    @thegeek101:

    Thanks for reporting this. I have uploaded a fix. Download and reinstall the plugin from http://wpaudioplayer.com/download.htm

    Martin

    Thread Starter doryphores

    (@doryphores)

    @vader_666:

    Could you try this for me:

    First, make sure you install the latest version available on my website (http://www.wpaudioplayer.com/download.htm).

    Open audio-player.php and replace line 474 with:

    include(dirname(__FILE__) . "/php/options-panel.php");

    Let me know if this fixes it.

    Martin

    As you have changed the name of the function that calls AudioPlayer, can I suggest you add the following code:

    //Fix for AudioPlayer v1
    if (!function_exists('ap_insert_player_widgets')) {
    	function ap_insert_player_widgets($params) {
    		return insert_audio_player($params);
    	}
    }

    That will help people who called AudioPlayer from functions.php or from other plugins.

    Thanks.

    @doryphores:
    The last version (beta 2) don’t fix my problem…
    But the line 474 remplacement does ! 🙂 include(dirname(__FILE__) . “/php/options-panel.php”); seems to be the solution 😉
    Thanks a lot ! 🙂

    Thread Starter doryphores

    (@doryphores)

    @vader:

    Excellent! I’ll include the fix in the next release.

    Martin

    Hi there, I posted my link in the thread.

    Thanks
    Jane

    hi,

    i’m having problems on my blog too…the plugin is definitely in audio-player in the plugins folder where it should be, and i have the latest version of everythin: wp 2.5.1, Flash 9, the plugin 2.01beta, and java is enabled on my browser, but i get this error message in safari and ff where the flash player should be:

    Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

    The clip is in an ‘audio’ folder on my server – which i verified in the audio-player settings.

    I also tried to add audio via the dashboard when i was writing the post – the ‘add audio’ button. I uploaded the audio file for the post, and clicked the ‘audio-player’ button, then ‘insert into post’. But that didn’t work either – the error message was messier, running un-formatted across the page.

    hope i to get it working,

    cheers,

    ab

Viewing 15 replies - 31 through 45 (of 530 total)
  • The topic ‘[Plugin: Audio Player] Version 2.0 beta released’ is closed to new replies.