Flash music player
Flash music player
- Started
- Last post
- 6 Responses
- nebbab
What is the best way to create a music player in flash?
- ********0
just crate a button that loads ina streaming url using the sound object..
Like:
mySound = new Sound();
then when the button (play) is pressed, load it in like:theurl = sometrack.mp3
mysound.load(theurl, true)
simply do a mysound.stop();
for a stop button, change theurl for whatever track you want, n that..
- nebbab0
thanks. that helps. when i skip to the next song, would i just use actionscript to write the name of the second song? or should it be a new movie clip?
- ********0
download it
- ********0
the best way is to download one already made.
- ********0
- nebbab0
nice. i'll try it out. thanks!!