Taifunplayer1 - back - pause - play - stop - next

Good Day,

If anybody could be kindly help me about my problem. I'm not really a coder I'm just starting to study this MIT App Inventor. I'm developing my own app with audio. some kind of audiobook app. I tried the TAIFUNPLAYER and its working perfectly in my app but for only 1 audio. I'd like to add several audio in my app so as 2 additional bottons for my player which is the << (Back) and (Next) >> Bottons. Can somebody help me how to do it in TAIFUNPlayer is it possible?

Here is the one im currently using with 1 audio.

Screenshot 2025-01-24 234043

Thank you.

1 Like

You just need to define a new TaifunPlayer.Source each time. By the way, there is no difference when using the Player component.

I've tried it also. but my concern is in a single screen i'd like to play several mp3's once I tap the play button it will play several mp3's more like a playlist. for example

1.mp3
2.mp3
3.mp3
4.mp3
5.mp3

Concerns:
0) Buttons for playing are, (BACK)(PLAY)(PAUSE)(STOP)(FORWARD)

  1. If I hit the (PLAY) button 1.mp3 will play then after 1.mp3, 2.mp3 will follow and so on.

  2. Let say im currently playing on 3.mp3 then if I press the (BACK) button it will automatically play 2.mp3 and Same with if I press (FORWARD) it will automatically play 4.mp3.

You can add your audio paths to a list and manage it by indexes.

You can show your blocks or upload your project here so we can help you better.

grafik

1 Like

Wow! Thank you so much!, I'll try this. :smiling_face_with_three_hearts:

TaifunPlayer_list.aia (728.2 KB)

Remove/replace the mp3 files in the assets.
(These are only random test mp3 files.)

1 Like

You're my savior! Thank you so much. God Bless you always :smiling_face_with_three_hearts: :heart:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.