Viewing 15 replies - 466 through 480 (of 530 total)
  • That fix works for me. Perfect timing as well since I was just adding in the plugin.

    Thanks

    Hello, I’ve just installed Audio Player for the first time and I would like to ask if there is any statistical information, such as how many times an MP3 has been played? If that is possible (or will be in the future), then can it ignore the times that I play the music by ignoring my own IP address, or those of myself and close friends. Thank you.

    Javascript control example:

    Let’s say you want to have a player on the page, but have the option of loading the player in its own window, and you want the in-page player to stop when the popup player loads. It’s easy. Let’s say you have the audio player loading with an id of “audioplayer_1”. In the function that launches your popup window, you include the following code:

    var myFlashMovie = document.getElementById(“audioplayer_1”);
    myFlashMovie.close();

    That will associate the myFlashMovie var with the object or embed that has the id of audioplayer_1, and do that player’s external close method, which will stop playback.

    Anyone else having issues with the player finding the files?

    I tested direct links to the file to see if it was correct.
    I created an “audio” folder under my blog root and made sure the directory verified, but still nothing. I even put in the full url from my site and it still doesn’t work.

    I’m having the same problem with not being able to add the player code from the media uploader. I tried to implement tomgf’s fixes, but couldn’t get them to work. Any tips for how to implement successfully?

    Would be great to have this fixed. Otherwise great plug-in.

    Hello,

    I’m new to wordpress and I’m trying to use the audio player plugin for the first time. I installed it and all looks fine in the settings but when I try and insert an mp3 into a post or a page the audio player button is not there and it just makes a text link to the mp3.

    I tried uninstalling the plugin and reinstalling, reverting to the previous version, deactivating other plugins and retesting and nothing is working. any suggestions?

    I’m sorry if this has been addressed already –?I searched around for similar problems but didn’t really find anything.

    Hi all

    I have 2.0 working great on my WP2.7 installation, but the audio player isn’t appearing in the blog feed (when viewing the pure feed or the feed in Google Reader).

    I’ve seen audio players that appear directly in blog feeds, so is it possible to get a simple player to appear directly in the feed so that people don’t have to click through to play?

    Thanks
    Steve

    @ tomgf

    Thanks for that code, the button works great now!

    Can someone clarify where exactly to implement tomgf’s code? Do all three of those bits go in audio-player.php? I tried implementing that way, but got an error about media_send_to_editor already being declared in /wp-admin/includes/media.php

    I got the same problem. about being already declared..e tc..

    where precisely do we put these code changes? line numbers would help.

    Specificzlly, the problem seems to be with the 3rd bit of code you added.

    I added that function at the end of my audio-player.php
    at line 819. The error message i get is

    Fatal error: Cannot redeclare media_send_to_editor() (previously declared in /home/church/www/pdf/wp-content/plugins/audio-player/audio-player.php:819) in /home/church/www/pdf/wp-admin/includes/media.php on line 170

    line 819 reads
    function media_send_to_editor( $html ) {

    I am going to back up my media.php and then look for similar code in there, and replace it with your code…

    blech, erad below

    I tried the following 3 things.

    code 1
    Code 2
    Code 3 (in wp-admin/includes/media.php)

    it all works, until you hit “insert into editor”. then an error flashes so fast you cant’ read it.

    but it at least makes the [audio:name] link appear in the media uploader..

    hello.
    I use the standalone version of the player.

    Though I noticed that when I set autostart to “yes”,

    It only works when the player is actually SEEN. when some window is above it, it won’t work..

    It’s very, very important to me to bypass this trouble.

    PLEASE!!! Help me.
    That only fact can ruin my site concept. Please.

    Thanks alot for any help.

    I just download 2.0 and use the standalone version. It works fine with FF, but doesn’t work with IE7.

    can you please help me?

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