Flash playing SWF, video is normal sound is sped up half way on 4th scene - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T17:51:46Zhttp://stackoverflow.com/feeds/question/838026http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/838026/flash-playing-swf-video-is-normal-sound-is-sped-up-half-way-on-4th-scene0Flash playing SWF, video is normal sound is sped up half way on 4th sceneTrina2009-05-08T02:50:39Z2009-10-21T20:30:21Z
<p>when i play each individule scene as an SWF all the sounds are synced correctly, but it when i play the entire animation that half way through on scene 4 the sounds play too early and are also sped up about 2X regular speed. how can i fix this?</p>
http://stackoverflow.com/questions/838026/flash-playing-swf-video-is-normal-sound-is-sped-up-half-way-on-4th-scene/838034#8380340Answer by jarrett for Flash playing SWF, video is normal sound is sped up half way on 4th scenejarrett2009-05-08T02:55:03Z2009-05-08T02:55:03Z<p>It would help if you explain how you have your Flash file setup because on the timeline you can add sound to a layer in several different ways, streaming being one. So if for example you have your video locked to the frames and your sound is streaming then its likely they will go out of sync pretty quickly.</p>
http://stackoverflow.com/questions/838026/flash-playing-swf-video-is-normal-sound-is-sped-up-half-way-on-4th-scene/838368#8383680Answer by Trina for Flash playing SWF, video is normal sound is sped up half way on 4th sceneTrina2009-05-08T05:29:27Z2009-05-08T05:29:27Z<p>For each of my sounds I have a seperate layer above the rest of the time line with a start and stop button I have tried to stream it and the other option in that category I can't remember. Also this in on CS4 and action script 3 if that helps. What are some different ways I can </p>
http://stackoverflow.com/questions/838026/flash-playing-swf-video-is-normal-sound-is-sped-up-half-way-on-4th-scene/1603383#16033830Answer by Rasmus for Flash playing SWF, video is normal sound is sped up half way on 4th sceneRasmus2009-10-21T20:26:00Z2009-10-21T20:26:00Z<p>I have the same problem.</p>
<p>In scene 1 to 3 everything is fine, but then the audio wich is supposed to be in scene 5, starts halfway in scene 4.</p>
<p>When i just play scene 4, it all works fine. how come???</p>
<p>Regards</p>
http://stackoverflow.com/questions/838026/flash-playing-swf-video-is-normal-sound-is-sped-up-half-way-on-4th-scene/1603415#16034150Answer by dlamblin for Flash playing SWF, video is normal sound is sped up half way on 4th scenedlamblin2009-10-21T20:30:21Z2009-10-21T20:30:21Z<p>Use ActionScript at the start of each scene to play the sound which you'll add to the library and export to ActionScript.</p>