I’ve made a pretty simple audio player in Flash using four buttons; Prev, Stop, Play and Next. These are in a movieclip with 4 frames. When pressing Next it goes to the next frame which uses LoadMovie(track1.swf) In track.swf the sound uses a preloader to load the sound before playing, and fades in once loaded.
The problem is that the Stop button uses unloadMovie to unload each of these track1.swf, track2.swf etc. This makes the sound cut awfully and is really annoying. I’d like it to fade out as it fades in, but cant found a solution to this on my own.
I don’t know if this is the proper way of making this audio player but since I’m no actionscript guru I can’t do anything else.
Thanks in advance