PDA

View Full Version : Having problem sysnchronising Audio with Flash movie



agnichakra
October 25th, 2004, 07:15 AM
I designed a flash demo. It works fine when you launch it. When you click on any of the buttons (play,pause,stop,nextscene or previous scene) the movie is no longer synchronise though the buttons functionality is working fine. What could be the problem? The audio is streamed. [settings: speech, 11KHZ] PLease help.

Pls view the demo to see what i mean... http://www.datgroup.com (http://www.datgroup.com/)

PLs Help.

The action script used for the butons are as follows:

PLay:
on (release) {
play();
}

Pause:
on (release) {
stop();
}

kennyb
October 25th, 2004, 01:43 PM
It seems you are using timeline audio versus a sound object. If you change to a streaming sound object, you can using the position property to keep your movie in synch. See my tutorial for more info.

jSite
October 26th, 2004, 08:48 AM
Great utilities. Is that your voice counting?

kennyb
October 26th, 2004, 08:54 AM
Thanks.Yes.