HTML5 MP3 Player Support Product Page

Answered

player loading songs, but not playing them

Asked 12 years ago
1
has this question
12 years ago Nick (NR) posted:
example site with the problem: misarasglow.com/
uploaded working example: misarasglow.com/derp/Untitled-1.html

I'm having trouble getting this extensions output of code integrated into podcast generator (PG), I've got the player swapped out in the right player.php file I need to have each song load on a separate player, as the podcast generator by default, even got it loading the right files per player, through the PG's code, just doesn't seem to want to load any sny song into the player to actually play.

The files needed are all uploaded and I have checked to ensure the links do go through to the various style and js files the player needs, just can't seem to figure out how to get it playing the song that's being loaded

Replies

Replied 12 years ago
12 years ago Teodor Kuduschiev replied:
Hello,

On your first link the code generated looks like:


"playlist": "a[href$="".mp3""]"


On the second example it is:

 "playlist": "a[href$=\".mp3\"]"


Please reapply the player on your first page.
Replied 12 years ago
12 years ago Nick (NR) replied:
I can't believe I missed that, still killed the page as the javascript part is inside a string, had to double the backslashes to get them to show.

\"a[href$=\\\".mp3\\\"]\"


The music is now playing per song uploaded via the podcast generator.

Teodor, thank you soo much for pointing me to the right place to look

Reply to this topic