For the life of me I cannot remember how to change the text in the playback window on the Audio Player. Would someone be so kind as to tell me how to do that?
Any help with this will be greatly appreciated.
]]>What are the minimum requirement versions for PHP and MySQL?
]]>Hi,
I have everything installed, inclusing the the lines in the header.php and footer.php files but the player is no longer displayed on this page (it should be right at the top).
Any help is much appreciated.
Thanks,
Rutger
]]>I post our church sermons on our website. This audio play had been showing an easy to use graphic display.
Now the play button is hidden by the volume bar. You must carefully click just below the volume bar to select the play button. How do I make the Play Button larger?
]]>Help? I’m getting the following visible warnings. (WP 4.4 & PHP 5.5.26)
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/MAMP/htdocs/pathto/www.mysite.com/wp-content/plugins/audio-player/audio-player.php on line 903
Notice: Undefined index: HTTPS in /Applications/MAMP/htdocs/pathto/www.mysite.com/wp-content/plugins/audio-player/audio-player.php on line 127
Notice: Undefined index: SERVER_PORT_SECURE in /Applications/MAMP/htdocs/pathto/www.mysite.com/wp-content/plugins/audio-player/audio-player.php on line 127
]]>Hi!
Can’t search in these topics so im asking: is it possible to play two tracks simultaneously and switch between them? They should not pause when another track is playing. So user can switch which one to listen. Like radio station.
Any ideas?
My mp3s are playing fine, but the title, artist and time info are missing from the window. It just says” Connecting… 0:00″. I have added the info to my script:
<p id=”audioplayer_1″>Cast My Bread</p>
<script type=”text/javascript”>
AudioPlayer.embed(“audioplayer_1″, {0:”title%7Cartists%3DThe”,1:”artist”,
soundFile: “/music/Cast_My_Bread.mp3”,
titles: “Cast My Bread”,
artists: “in2it”,
autostart: “no”,
remaining: “no”
});
</script>
Can anyone show me what I’m doing wrong?
Thanks, Chris
]]>Hi there
I’m using the standalone version of the wordpress audio-player for a podcast we host on our website. The podcasters would like to know how many people listen to their episodes and I already managed to adress that for people coming in via RSS/iTunes.
Now we’d also like to count how many people listen to the episodes via the audio-player. But apparently the player dislikes being given links to php-files that either redirect it to the mp3 or pretend to be the mp3.
So I had the idea that I could introduce a quick GET-request in whichever function the audio-player’s javascript runs when you press the play-button on the player for the first time since loading the page, since that is basically the first time the mp3 is actually getting loaded.
Does anyone happen to know which function that would be? I tried putting
var counterlink = "../podcast/audioplayer_counter.php?file="+soundFile;
var counter_http_request = new XMLHttpRequest();
counter_http_request.open("GET", counterlink, true);
counter_http_request.send(null);
into the
load: function (playerID, soundFile, titles, artists) {
getPlayer(playerID).load(soundFile, titles, artists);
},
part as well as into the activate part right above it. I even tried putting an alert(‘test’); in either function without anything happening. Firebug tells me that at least the activate function is called when you press the play button, but I can’t check what happens after that because Firefox immediately freezes completely whenever I put a breakpoint inside that activate function and it reaches that breakpoint.
]]>I’m sure someone has already answered this. But i’ve been looking through the threads and haven’t seen something recent. Very sorry if it has been beaten to death.
I upload audio files to MP4 from Irecord to my WP media and add the media to a post. However, the file appears to only allow it to be played, not downloaded. Is there a way to add it with a download button?
Again sorry if has been answered, I am a MD/biology brain….not a computer/code brain.
Cheers
]]>I am using your plugin here https://www.carlocollodi.it/en/ wordpress 4.0 but I receive these errors:
PHP Error Count Location Call Stack Component
Notice Undefined index: HTTPS 1 wp-content/plugins/audio-player/audio-player.php:127 AudioPlayer->AudioPlayer() Plugin: audio-player
Undefined index: SERVER_PORT_SECURE 1 wp-content/plugins/audio-player/audio-player.php:127 AudioPlayer->AudioPlayer() Plugin: audio-player
Deprecated Assigning the return value of new by reference is deprecated 1 wp-content/plugins/audio-player/audio-player.php:903 wp-settings.php Core
Showed from the Query Monitor plugin.
]]>When using WP Audio Player with multiple tracks, it would be nice if should be possible to select once from an oprdered list below the player. Is there a trick to solve this?
]]>On my test site, because of other issues, I am running in WP_DEBUG mode. It turned up the following issues:
Deprecated: Assigning the return value of new by reference is deprecated in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 903
Line 903: $AudioPlayer = &new AudioPlayer();
Notice: Undefined index: HTTPS in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127
Notice: Undefined index: SERVER_PORT_SECURE in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127`
Line 127: if ($_SERVER["HTTPS"] == "on" || $_SERVER["SERVER_PORT_SECURE"] == "1") {
The audio player is working as it does on my active site running on WP 3.9.2.
Can the code be changed to remove the deprecated and undefined index issues?
The release of WP 4.0 is imminent.
]]>/*! SWFObject v2.2 <https://code.google.com/p/swfobject/>
is released under the MIT License <https://www.opensource.org/licenses/mit-license.php>
*/
i have used this version and below my code
public static string GetSoundPlayer(string voiceRecordURL)
{
voiceRecordURL = “https://www.stephaniequinn.com/Music/Allegro%20from%20Duet%20in%20C%20Major.mp3”;
StringBuilder builder = new StringBuilder();
builder.Append(“<p id=’audioplayer_1′>Kayd? Dinle</p><script type=’text/javascript’>AudioPlayer.embed(‘audioplayer_1’, {soundFile:'”);
builder.Append(String.Format(“{0}'”, voiceRecordURL));
builder.Append(“, width:’290′,animation:’yes’,encode:’no’,initialvolume:’60’,remaining:’no’,noinfo:’no’,buffer:’5′,checkpolicy:’no’,rtl:’no’,bg:’E5E5E5′,text:’333333′,leftbg:’CCCCCC’,lefticon:’333333′,volslider:’666666′,voltrack:’FFFFFF’,rightbg:’B4B4B4′,rightbghover:’999999′,righticon:’333333′,righticonhover:’FFFFFF’,track:’FFFFFF’,loader:’009900′,border:’CCCCCC’,tracker:’DDDDDD’,skip:’666666′,pagebg:’FFFFFF’,transparentpagebg:’yes’});</script>”);
return builder.ToString();
}
It is working perfect but i have to see duration while track is going on right place but it is apearing 0:0 everytime.
Please help me anyone
best regards
We’ve used this for years with no problem, but now this error shows up;
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip.
I saw on here that it hasn’t been updated in a while. I looked in the code (audio-player.php) and found this on line 556:
if ( strlen($this->options[“flashAlternate”]) > 0) {
Basically it’s as if it was designed so you could turn off Flash in the options, but I don’t have that option. I simply made that if statement true so it loaded the WP default player. I just did it like this:
if ( 1 > 0) {
Hope that helps,
]]>I can see the audio player and the playlist perfectly in the edit post page..but when i post it only shows a white box. How do i get the plugin to show in the post?
]]>Installed Audio Player and uploaded MP3 file. Running Newster theme.
The audio bar just keeps showing it buffering without starting audio.
I can play the audio without an issue when in post but not once published.
Any ideas folks?
Is there a way to force the player to stay expanded? Despite it being centered it always looks off center on the page until they start to play. I’d love to have it stay expanded so it views centered all the time.
Thanks!
Nancy
I’m a bit confused about the plugin’s compatibility: should it also work on iPad (so: without Flash) or is it just Flash-based?
Because it doesn’t work in the iPad Simulator on my Mac, giving the message that Flash is required.
I’ve read the troubleshooting section, but everything seems to be okay with my footer and header.
]]>Until now I’ve been using this plugin and inserting the audio shortcode by hand as:
[audio:NAMEOFSONGFILE.mp3]
I also was setting a default folder of “/mp3” in my web space. This has been working fine for years. I just recently decided I wanted to store my MP3 files in my media library. I uploaded an MP3 and inserted it into a post. In the editor window I could see the default WP HTML5 audio player. When I published the post I saw this plugin’s player. Success, I thought.
Then I tried to play that clip and it showed Buffering… in the player that didn’t go anywhere. Looking at the source for the page I could see it wasn’t getting the absolute URL properly from the inserted shortcode which WordPress did as:
[audio mp3="https://MYWEBSITE.com/wp-content/uploads/2014/05/NAMEOFSONGFILE.mp3"][/audio]
I loaded up the wp-content/plugins/audio-player.php file and on line 397 which looked like:
$pattern = “/(<p>)?\[audio:(([^]]+))\](<\/p>)?/i”;
I changed to:
$pattern = “/(<p>)?\[audio mp3=\”(([^]]+))\”\]\[\/audio](<\/p>)?/i”;
This allowed it to get the URL properly and the files now play fine. I’d prefer to not have to edit the plugin PHP directly, but it works and I’m no scientist, so I’ll stick with it. If the default HTML5 player showed ID3 tags properly then I could ditch this plugin altogether.
]]>In checking the error log for my multisite install I noticed this one and am unsure how to fix it.
Notice: Undefined index: SERVER_PORT_SECURE in …\wp-content\plugins\audio-player\audio-player.php on line 127
I am getting 2 error messages:
Undefined index: HTTPS in /home1/XYZ/public_html/wp-content/plugins/audio-player/audio-player.php on line 127
Notice: Undefined index: SERVER_PORT_SECURE in /home1/XYZ/public_html/wp-content/plugins/audio-player/audio-player.php on line 127
Is this some problem in the coding?
thanks,
Andrew
Why does Audio Player only display Track #1 for each instance on a page?
It does not display the file name.
Too much space between Audio Player images. No breaks or returns were entered in between each [audio:my.mp3] tag. How do you remedy this?
]]>Hi,
I cannot see any buttons within my pages. Using WP3.9. Anything I need to enable?
]]>This just started happening after the WP 3.9 update. All of our WP Audio Player shortcodes now show up as “undefined” (without the quotes) when editing a post in Visual Edit Mode in the new WP 3.9.
I’m guessing this has to do with the TinyMCE (what powers Visual Mode editing in WP) version update to 4.x from 3.x in older WP versions.
Anyone else seeing this, and any fixes?
When switching to “Text” Editing mode, the [audio: xxxx ] shortcodes show up fine and can be edited. But some of our editors like using Visual mode, and this means toggling back and forth between modes to edit the shortcode if need be.
]]>Hello,
I recently started using the Audio Player and it is not acting right. I have used the settings menu and checked the first 2 functions ( replace [audio] syntax and replace all links to mp3 files and modified the player width to 50%. There are 3 separate players that are supposed to be playing 3 separate mp3’s.
HOWEVER,
1) 2 out of 3 players don’t play anything (they should all play mp3s)
2) No text (song title, time, etc) is displayed
3) The player width is way too wide, it takes up the whole page.
Here’s the URL of the page:
https://www.billywhitemusic.com/SSwrtr/?page_id=75
Please let me know what I need to do to get the player to function as advertised.
Thank you very much for your help.
Billy White
]]>Could you please deploy a minified SWFObject.js in future versions?
]]>Test page https://theabundantartist.com/troubleshooting/
Here’s shortcode I’m using.
[audio:https://theabundantartist.com/audio/TAA-QA-Call-2-10-14-1PM.mp3%5D
When clicking play, I get File not found error.
and
[audio:https://theabundantartist.com/wp-content/uploads/2014/02/TAA-QA-Call-2-10-14-1PM.mp3%5D
When clicking play I get Buffering forever
verified that file is in /audio folder and in /uploads/2014/02
What am I missing?
]]>I’ve got the plugin up and running but it only lets me have one player per page. It does not load the second or third audio file when added to the same page. Any solution to fix this?
Thanks
]]>Hey..
I would like to know how i can link to the player without writing the full url to the file.. Currently I have my songs in a folder structure like this https://ww.demo.com/mp3/test/12345.mp3 and when I use [audio:/mp3/test/12345.mp3] this code, it says file not found, and i have verified the “Default audio folder location” to /mp3/.
]]>