# Syncing audio to animation in Flash 8

**URL:** https://forum.kirupa.com/t/syncing-audio-to-animation-in-flash-8/254644
**Category:** flash
**Created:** [March 13, 2008, 8:10pm UTC](https://forum.kirupa.com/t/syncing-audio-to-animation-in-flash-8/254644 "2008-03-13T20:10:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gensou](https://avatars.discourse-cdn.com/v4/letter/g/b487fb/32.png) [@gensou](https://forum.kirupa.com/u/gensou)
#### Post date: [March 13, 2008, 8:10pm UTC](https://forum.kirupa.com/t/syncing-audio-to-animation-in-flash-8/254644/1 "2008-03-13T20:10:24Z")

</div>

Hello All,

I am currently working on a project that requires me to sync dialog in a voice-over with text animations. When I view the file on my computer, everything is synced up perfectly. But on computers with a slower processing speed, there is a discrepancy between the timing.

I am using the following actionscript to start the audio in a frame script.

```auto
intro_audio = new Sound();
intro_audio.attachSound("intro");
intro_audio.start();

```

Is there anything I can do to ensure that the timing is standardized on any computer it is played on?

Thanks!  
-Matt
