Snyc Sound

Hi

I am creating an intro to a site which includes sound. I would like the animation to work along side the sound in the background.

I have placed the sound on the timeline at the moment, but the sound is not in time with the animation, well off line it’s in snyc, but online its not.

Does anyone have any suggestions?

Thanks

Are you using a preloader for the movie?

Yes, I did placed preloader for the movie

Thats why I can’t work out why this is happening!

Hmmmm, don’t put it on the timeline, MX screwes up the compression a lot resulting in off timing. Instead of putting it on the timeline, try using something like.
[AS]
firstSound=new Sound();
firstSound.attachSound(“firstSound01”);
[/AS]

Full tutorial:

http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/more2.php

Thanks, i think this will solve my problems.

Just gonna read throught this lot, i’ll let you know how i get on!

Cheers!