FLash - Continous Mix
FLash - Continous Mix
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- ********0
load the 1st track before playing it....
then use the onLoad handler to play the first sound and load the next one......
you can then use
soundOne.onComplete = function()
{
soundTwo.play();
}