PDA

View Full Version : jukebox help


fuzzyface
08-08-2005, 10:08 PM
im currently in the process of making a flash jukebox.

i can do the basics, i.e press button 1 to play track 1 and display the name of it,

but im trying to do a next and previous button but previous efforts have failed. should i be pointing to the next keyframe in actionscript, or is there an easier way to do it?

thanks for any help!!

Scottae
08-09-2005, 05:49 PM
I would use an Array (http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary059.html) to hold names of mp3 files to load into a sound object. Check out this thread for an example.

fuzzyface
08-11-2005, 04:25 PM
thanks for ur help