I’m experiencing some difficulties with my WPAudioPlayer plugin, I can’t figure out if the problems has something to do with my theme (Shaken Grid) which was updated 2 days ago, or the new wordpress version?
If you open my blog in safari or Firefox for mac: https://www.dewereldverzamelaar.net the audio player is not visible, it shows for a couple of seconds and disappears (here are all the audio blogs: https://www.dewereldverzamelaar.net/category/geluid/
When you visit a single blog page: https://www.dewereldverzamelaar.net/geluid/magic-system-cessa-kie-la-verite/ the player just shows fine.
I’m not the code junkie I would love to be so I don’t know what is happening. Chrome does the job, it shows the player correctly. The other two browsers are failing.
Where do I have to start looking? I hope someone can help me out here.
Greetings,
Jonas
[edit]
I’ve just figured out that other flash related things like youtube movies or Vimeo movies aren’t showing either.
[/edit]
AudioPlayer.addListener('audio-file-1877702', 'play', function(dat) { alert(dat); });
p = AudioPlayer.getPlayer('audio-file-1877702');
p.addListener('play', function(dat) { alert(dat); });
This is a real problem since there are is an ExternalInterface.call() only for ‘play’ (activate) and ‘pause’ (onStop), but there isn’t one for ‘stop’, as shown in the source code. I’ve got to have the ‘stop’ event to resume a slideshow when a song finishes.
Am I doing something wrong? Any help really appreciated!
]]>I’m putting together a site, and I’ve just recently noticed that my Audio Player plugin from Martin Lane (v 2.0.4.1) only appears in Mozilla Firefox. In IE, Safari and Chrome, I’m getting the generic Flash 9 or above required warning.
Here’s the link to the page: https://www.remainnameless.org/content/kingdom-foundations-podcast-series/
I believe this was working before, but probably stopped after I upgraded something.
Anyways, I’ve read all the articles that say to make sure that my theme is calling for wp_head and wp_footer. I’ve double checked, and it looks like those are present, so I’m a little lost on what’s going on.
I’d appreciate any help! Thanks so much in advance!
]]>I’m using the flash “Audio Player” (standalone version)
https://wpaudioplayer.com/standalone
.. to play MP3s on my blog (by using a custom-field to define the URL to the MP3, then with a function to embed the actuall player on the bottom of my post in single.php).
Anyhow, I’d like to know how do I make player1 stop when player1 is being pressed “Play” ?
I’ve seen it on other sites (like here: https://www.macloo.com/examples/audio_player/options.html ) but have been unable to reproduce the effect.
Also, now that I’m on the subject. Is it possible to auatomaticly start player2 (and thus stop player1) after player1 has reached the end of the song ?
—
Greetings,
gd
I’m trying to modify wpaudioplayer to do a few things and I’m looking for advice.
The first thing I would like to do is modify the “Audio Player” button that is created using the “attachment_fields_to_edit” hook to include a download link with a specific class above the player. I have tried to modify the ‘title’ attribute of the button, which appears to control the insert, but it will not insert a link, any attempt to do so either breaks the button or the insert. Any advice? My guess is to put [download-link] and just modify the audioplayer to insert the link at this point before it drops in the player.
The second thing I’m trying to do is add callbacks to the player which call a javascript function when a track has completed, and allow me to change the track in a playlist. Essentially what I’m doing here is creating a text based playlist that will allow control over the player and also display the current track with a different class. My JS is strong, my AS is weak, so any advice would be appreciated.
Thanks for reading, and any writing….
]]>Thanks.
Kurt
Basically I have installed the wp audioplayer plugin on the latest wordpress, and all worked fine. The little player shows up nicely.
After, I have installed the Grid-a-licious Theme and the player it’s not showing anymore, I get a warning message instead that says that I haven’t installed flash. (which it’s not true, I have installed the latest plugin).
Do you think it’s because it’s a beta version of the player??
Any help would be much appreciated!!!
Bene
]]>