PDA

View Full Version : End of Listbox playlist, Go back to first item?


AudioSam
01-11-2007, 01:14 PM
Hello to all.
I am working on a music player using the built in AMS player.
Lets say tracks = A B C D E
I have a playlist that when A is selected .
A plays then ends.
A is removed from play window. listbox1
B is then shown in play window. listbox1
B plays then ends.
C plays then ends , is removed and so on.
(If I doubleclick C the order would go C play then A B D E)
This works very well except if I double click on E or whatever the last track
is , E shows in play window. Track Title doesn't change but then when E ends,play window continues to show E but player goes up and removes A and starts A while showing B as selected Track. Has anyone dealt with a list box Play , Delete , Show next track, play then delete and so on.If so can you help me?
Thank You,
I hope this explains what I am needing to do.

RizlaUK
01-11-2007, 01:22 PM
Hi, there are some very good mediaplayer with listbox playlist examples on azmanar's website http://www.azman.info/ams/

AudioSam
01-11-2007, 02:05 PM
Thank You,

I have looked over that site .There are some good examples but it seems
most use the windows media player plug in.
Thanks again

TJ_Tigger
01-11-2007, 03:32 PM
Are you using the most current version of AMS?

Can you post the project or sample project that shows the issue?