my ? is this
ive recently replaced sounds on my timeline (on frames) with this
_root.snd=new Sound();
_root.snd.attachSound(“snd1”);
_root.snd.start(-3,0);
now i noticed that…when i did this, the sync was off…i added this code to the same frame i had the music on thinking that it was gonna keep the sync…since it didnt i added a -3 sec delay so it can play along with animation and although it worked,
my ? is, using this method of sound objects…will it keep sync with my animation or does it depend on the users connection?
ijust wanna make sure, dont want my animation to go one way and the music be trailing behind