A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How To Delay the Sound

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    1

    How To Delay the Sound

    hello folks,

    I need some experts to help me :P

    I am loading my MP3 sound using the below commands but I need the sound start after 5 Sec. or any time I mean I need to control when I can start loading the sound can any one advise me what is the command to delay the sound

    soundPlayer = new Sound();
    soundPlayer.setVolume(100);
    soundPlayer.loadSound("audio/"+x+".mp3", true);

  2. #2
    Senior Member
    Join Date
    May 2000
    Location
    Bombay, India
    Posts
    926
    Hi,

    Check out the Sound Control tutorials here:
    http://www.kennybellew.com/tutorial/

    Hope that helps
    RanTen
    Unrepentant Rebel & Boat Rocker
    http://ranten.celltrix.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center