How to play similair mp3 files in the order of instead of sorting by filename?
Soundmanager is automaticly sorting the playable links when I processing them with the inline player.
This happens when a mp3 link allready exist further on the list. How can make Sound manager play the entire line without skipping?
example: http://www.voorleessite.nl/de_kat_en_...
Kind regards!
This happens when a mp3 link allready exist further on the list. How can make Sound manager play the entire line without skipping?
example: http://www.voorleessite.nl/de_kat_en_...
Kind regards!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Oh, the problem here is the "duplicate" URL - so when you have two instances of "de", it will skip to the last one after playing the first. This is a drawback of the way I wrote the MP3 script, which uses the MP3 URL as the unique ID for each sound.
When the user clicks a link (the most common use case), SM2 needs to be able to find out which sound is associated with that link, and the best way to do it is via the HREF of the link.
It's a little bit hackish, but if you were to change the URL slightly for each "duplicate", you should eliminate the problem.
eg.
de.mp3
.. other sounds...
de.mp3?v2
.. other sounds ..
de.mp3?v3
This will have the effect that SM2 will see each URL as being unique. In the meantime I'll try to think more about how to work around this for the playable MP3 link script.
I’m d'oh!
The company says
this answers the question
-
Inappropriate?Hi Scott,
Your suggestion to versionize duplicated links works fine,
That 's a great workaround!
Thanx!
I’m thankful
Loading Profile...



EMPLOYEE