Hi guys,
I’m trying to make an animation that synchronizes with a sound file (.mp3). Right now, the way I’m doing it is to play the sound file in ActionScript, and then code the animation in the main timeline in different frames. (for example, in frame 5, I’ll signal an object to fade in, and then in frame 10, I’ll signal another object to fade in, etc.) So basically you can think of it as I’m trying to make a simple music video.
However, I found out that when I publish the .swf file, although the animation and the sound seem synchronized in the way I intended it to be on my computer, when I view the animation on another computer, the movement of the animation seem “off-beat”. I’m guessing that it’s because I was viewing the animation on a slower computer. How should I approach this project so that the “music video” will look the same on all computers? For those of you who have made lots of music videos in Flash before, any tips for how to synchronize the sound and the animation so it will run smooth on all computers?
Thank you very much in advance.