Hi,
I have an mp3 player using the:
my_song = new Sound();
my_song.loadSound(filename, true);
method. The problem i’m getting is, while the song is loading and you click a link it will not load that page until the song has finished loading.
This also happens on the actual player controls too with the swf. While the song is loading, it will not go to the next track until it’s finished loading.
I’ve tried the MediaDisplay component and I still have the same problem.
I have no idea what to do. Any suggestions?
Thanks,
Matt