Music player is not working
-
I have a music plugin to play our music. The player is only working on some of the songs. I checked the codeing and it is all the same.
The blog I need help with is: (visible only to logged in users)
-
-
-
-
When you entered in the URLs for the audio files in the audio widget, you pasted them in with spaces. Some browsers will let you access a site in that fashion, but the correct way to display those URLs is with a code that replaces the spaces.
http://example.com/This Is a Song File.mp3vs
http://example.com/This%20Is%20a%20Song%20File.mp3Does that make sense?
-
-
Just do not paste any URLs with spaces. Or, as in the example below, replace the spaces with
%20
- The topic ‘Music player is not working’ is closed to new replies.