Flash MP3 Player




  Tutorial Instructions



1. Create three buttons: play, stop, pause



2. Create three boxes and convert to movie clips, one outline, two filled in
Name the first filled in box playBar and the second filled in box loadBar



3. Create two dynamic text boxes: song and artist
Make sure you change there instance names to song and artist also... preferably song on top.




4. Put the three boxes together and add two dynamic text boxes.
Name the instance names of the text boxes curSeconds on the left, and totalSeconds on the right.



5. Add a volume slider to the mp3 player.
Literally you can copy and paste the source from my other tutorial volume slider.



6. Add the following code to the top of the first frame
You will be adding more code later, this is just the beginning part onLoad



7. Outside the last function add the following code after it



8. Add the following function to the last part of the first frame
Put it at the bottom of the last two codes you just added. It is necessary for the previous code to work.



9. Add the following code to the play button



10. Add the following code to the pause button



11. Add the following code to the stop button



12. Everything is now complete. It should look kind of like this when its done.