[Flashcoders] Flash player skips first frame of audio -- why?

2006-07-06 Thread Jeff Stearns
I'm trying to understand why the Flash player isn't playing my audio properly. It's muting output during the first frame. I need to fix that. It also mutes output during the frame after an ActionGotoFrame. I also need to fix that. I'm using Flash 8 on Mac OS X 10.4.7; other testers

Re: [Flashcoders] Flash player skips first frame of audio -- why?

2006-07-06 Thread Marc Hoffman
Jeff, Why does it need to be exact? If you're trying to synchronize different sounds or have them loop seamlessly, a frame-based approach will never work. I suspect your problem is related to the buffering that Flash does of all sound. You could play with the soundBuffTime (that may not be