HTML5 MP3 Player Support Product Page

Answered

How to access mp3's beyond max rows

Asked 23 Dec 2012 22:11:30
1
has this question
23 Dec 2012 22:11:30 Sally Carr posted:
I have a player which is drawing from a recordset of mp3s. I've set the player up so it shows 10 rows at a time. But I can't figure out how to see any mp3's beyond that. Is there a way to advance to another page of mp3's?

I saw in the code a $pageNum_sermons = 0; but when I changed the zero, the player wouldn't load.

If there's not a way to change the code, is it possible (a tutorial?)to set this up using DMXZone Ajax Data Grid?

Thanks.

Replies

Replied 02 Jan 2013 09:04:15
02 Jan 2013 09:04:15 Vulcho Vulev replied:
Hello Sally.

Can you describe detailed the functionality you need to achieve between the datagrid and the HTML5 Mp3 Player ?

Regards:Vulcho.
Replied 02 Jan 2013 10:03:47
02 Jan 2013 10:03:47 Sally Carr replied:
What I have (www.riverofgodchurch.com/media.php) shows the last 12 mp3 messages. But as more are added I was hoping to be able to scroll through and view/play them.

My first choice would be to have a > type button that allowed you to move through more mp3's on the player. If that can't be done through the player itself, is there a way to make the messages show using the datagrid and then when you click on them they use the player to play.

thanks.
Replied 09 Jan 2013 18:43:49
09 Jan 2013 18:43:49 Sally Carr replied:
Any update on this?

Since the player allows for use with a recordset (which I really love!), you can create a dynamically updated playlist as people upload files. It would be a very nice feature if the player incorporated the functionality of allowing you to move through a list longer than the initial display size, to access older uploads.
Replied 10 Jan 2013 12:56:02
10 Jan 2013 12:56:02 Vulcho Vulev replied:
Hello Sally.

Your goal is to prevent slow page loading and to have something like playlist pagination correct?

Regards:Vulcho.
Replied 10 Jan 2013 13:41:11
10 Jan 2013 13:41:11 Sally Carr replied:
Yes, I don't want it to show all the mp3's on the page - it would be too long and slow to load, as you say. So I have it set to show the last 12 uploads. But I'd like the user to be able to hit a > button or something and be able to see/play mp3's that were uploaded prior to that.
Replied 10 Jan 2013 13:57:23
10 Jan 2013 13:57:23 Vulcho Vulev replied:
Hello Sally.
I understand your goal.

Here is a meantime solution till i think how can be this achieved:
You need to apply the following css rule:

ol {
    height: 200px;
    overflow-x: scroll;
}

Where height need to be replaced with your desired settings.
After that you can add ass many as mp3's you wish and the playlist will be scrollable.If you add them dynamically in the player the page will load faster.

Regards:Vulcho.
Replied 10 Jan 2013 14:08:30
10 Jan 2013 14:08:30 Sally Carr replied:
Excellent! Thank you so much!!

Great support - you make it so easy!

Reply to this topic