showing ID3 tags in Audio Player plugin
-
I’m trying to get the WP Audio Player plugin to display ID3 tags in the player but I cant do that. https://wpaudioplayer.com/frequently-asked-questions Here it says “Make sure your files are located on the same server and exactly the same domain”, so this means that my files need to be in the same folder as the plugin, right? I tried that and it only shows “track #1” when I look the file in iTunes it shows the artist name and song tittle.
Then I also tried to set up the policy file like this:
<?xml version="1.0" encoding="ISO-8859-1"?> <cross-domain-policy> <allow-access-from domain="www.yourdomain.com"/> </cross-domain-policy>
Do I need to specify the exact path to the to the plugin folder? And then I can play the files from anywhere on my server?
All help appreciated. Thanks a lot!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘showing ID3 tags in Audio Player plugin’ is closed to new replies.