The audio tag has no wiki summary.
2
votes
2answers
753 views
How can I list URLs of all audio files within my media gallery?
I have a music player in my theme that generates its playlist from a javascript file that looks like this
var myPlaylist = [
{
mp3:'track url goes here',
title:'title here',
...
5
votes
3answers
762 views
Replace audio/video enclosure with player?
Current state: I'm parsing XML feeds into the front end and/or the back end (Admin UI), but not into the DB.
Inside those feeds i place mp3- and video content, currently only as plain text (no link, ...
1
vote
1answer
662 views
How to add audio files to wordpress blog and making it auto play?
How to add audio files to wordpress blog that when someone clicks on a post Music began playing by itself.
1
vote
1answer
112 views
Hard-coded Audio Player
Continuing work today on my free theme and I'm trying to make it kick some butt. I would like to embed an audio player into the theme. Not a plugin, an embedded player.
The functionality of ...
0
votes
1answer
3k views
Background audio player
There are a lot of audio/music players that are either WP plugins or work with WP, but I don't see that they do exactly what I'm looking for. I want to be able to play an audio file automatically when ...