flash sound synching
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- frankosonik0
The easiest thing to do is to have a streaming event sound on a keyframe. This way it's easy to sync the sound to your animation. The sound will play within Flash by dragging the playhead back and forth, or by pressing Play. The only problem is in a four minute presentation, your timeline can get full of layers and become hard to navigate.
One way around this problem is to make multiple movie clips on the same timeline with smaller audio files within each clip. Once one clip comes to an end, it tells the next one to start.
The other option is dynamically attaching sounds with actionscript. While it makes for a neater flash file, it's harder to sync up during the design process because the sounds won't play while your in flash. You would have to publish the movie everytime you wanted to check the sync.