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.
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]