6 Responses

  1. 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

  2. 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);

  3. Pingback: Tutorials Sound » curlingthebrackets

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s