Streamed sound and animation sync - Help

[FONT=Arial][SIZE=3]Hi,[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]I’ve streamed the sound on a site I’m working on so that all the animation changes are in sync with the music. It runs fine when I run the site off my hard-drive, but when I run it off the net (for the fist time) the animations start while the music is still downloading and the cool effect of the animations being in sync with the sound is lost.[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]Example: [/SIZE][/FONT][FONT=Arial][SIZE=3][COLOR=#800080]http://www.devilsoldhissoul.com/Sound_Test-Movie/Test-Movie_Music.html[/COLOR][/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]I’ve been trying to put a few lines of code in to only play the animations once the sound for each one has been loaded, but I’ve not been able to write the correct code.[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]I’ve been playing around with this:[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[SIZE=3][FONT=Arial]stop();[/FONT][/SIZE]
[SIZE=3][FONT=Arial]if (“Song.swf”==complete) {[/FONT][/SIZE]
[SIZE=3][FONT=Arial]play(); [/FONT][/SIZE]
[FONT=Arial][SIZE=3]}[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]Not sure if I’m on the right track or not with the code, or if I’m putting it in the right place.[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]Any help would be much appreciated.[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]Thanks,[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]Paul :)[/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3]All the files used: [/SIZE][/FONT][FONT=Arial][SIZE=3][COLOR=#800080]http://www.devilsoldhissoul.com/Sound_Test-Movie/Sound_Test-MovieZip.zip[/COLOR][/SIZE][/FONT]
[SIZE=3][FONT=Arial] [/FONT][/SIZE]
[FONT=Arial][SIZE=3](I’m loading the music in from external files to keep my main file size as low as possible.)[/SIZE][/FONT]