Pwano’s Tutorials

June 21, 2008

Adobe Flash – 25

::::::::::: Build Simple Sound Player & Load Sounds AS 3

6 Comments »

  1. nice!

    Comment by jessy — June 24, 2008 @ 1:24 am | Reply

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

  3. sorry, but it depends on the host server

    Comment by pwano — September 20, 2008 @ 12:35 am | Reply

  4. 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 | Reply

  5. Very cool and helpful!

    Comment by smith87 — February 5, 2009 @ 7:06 am | Reply

  6. [...] 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 | Reply


RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.