Computer Science Canada How To make a music player like windows media player |
Author: | iamunworthy [ 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 |
Author: | Tony [ Sat Jan 15, 2005 11:37 pm ] |
Post 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. |