How To make a music player like windows media player
Author |
Message |
iamunworthy
|
Posted: Sat Jan 15, 2005 9:07 pm Post subject: How To make a music player like windows media player |
|
|
I know how two make music files play from my computer but i want to know how to use the gui.createbutton to make a next, previous and play/pause button and have them all work |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Sat Jan 15, 2005 11:37 pm Post subject: (No subject) |
|
|
well you have your list of songs to play in a list (array). You also have an index that goes though that list, playing songs one by one.
what your GUI buttons would do is modify that index value +/-1 and start playing the new song. |
|
|
|
|
|
|
|