I need help
l made an application with 30 images. each image clicked (with event Up Down) must play one short mp3 file (one word only).The problem is when l play more than ~24 mp3 files the player stops to play. l must to restant the application for the rest of mp3 files.
please help.
Regards
azer
there is some details
l have done that:
player01=app.CreatePlayer (mp3 file01.....);
player02=app.CreatePlayer (mp3 file02.....);
player03=app.CreatePlayer (mp3 file03.....);
player04=app.CreatePlayer (mp3 file04.....);
...
player30=app.CreatePlayer (mp3 file30.....);
please help
Regards
azer
l thank you for answering me.
I'll try what you told me, with one player and l'll tell you about the result.
thanks a lot.
azer
Your idea concerning the use of only one player WORKS.
Good idea.
l thank you very much.
azer