A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: SOUND WON't STOP!

  1. #1
    Member
    Join Date
    Feb 2004
    Posts
    46

    SOUND WON't STOP!

    Ok i ahve my flash site setup so that then main screen opens up and a want a sound to like a door is opening, but its a 17 second sound file and I want the sound to stop on frame 15 and I right mouse clicked the frame and puyt stop all sounds in the actionscript but it keeps going... what do I do..... and after that I want a swoosing sound cuz the main table slides sideways then have the bg music start playing...? how?

  2. #2
    Senior Member
    Join Date
    Apr 2004
    Location
    Devon UK
    Posts
    240
    You could use
    code:

    stopAllSounds();


    on frame 15, but of course this will stop ALL sounds including any BG music that might be playing
    Select * From CLEVER_SIGNATURES

  3. #3
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    Check if the audio is set to stream. If it is, stop all sounds will not really stop the sound. The easiest fix would be to change it to an Event sound and then use the stop all sounds action.

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