Comment by jessy — June 24, 2008 @ 1:24 am
| Reply
But what happens if the sound is a big file? How do we handle its loading?
I tried to use the same method shown in this video and the file played the sound VERY slowly.
Thanks for helping
Comment by Tal — September 10, 2008 @ 3:03 am
| Reply
nice!
Comment by jessy — June 24, 2008 @ 1:24 am |
But what happens if the sound is a big file? How do we handle its loading?
I tried to use the same method shown in this video and the file played the sound VERY slowly.
Thanks for helping
Comment by Tal — September 10, 2008 @ 3:03 am |
sorry, but it depends on the host server
Comment by pwano — September 20, 2008 @ 12:35 am |
You can buffer a few seconds and then start playing before the whole song is loaded.
var context:SoundLoaderContext = new SoundLoaderContext(2000, false); //set up for buffer 2 seconds
thisSound.load(reqSound, context);
Comment by cern — January 25, 2009 @ 2:35 am |
Very cool and helpful!
Comment by smith87 — February 5, 2009 @ 7:06 am |
[...] play stop Simple playback sound load Komplet Sound-gennemgang fra republicofcode Simple playback med volumeslider Nem tutorial med [...]
Pingback by Tutorials Sound » curlingthebrackets — June 7, 2009 @ 1:17 pm |