I am playing a series of sound files via actionscript 3.0, and I would like to have a fade out effect for each sound and then have the next sound fade in.
I was just curious if anyone could think of a better method then to have an enterframe listener check every frame the position of the song? Or would a timer be better suitable?
Or maybe something else all together? I’m just afraid that the listeners will mess up if a user’s machine locks up…
Thanks,
-Danny