A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: how do u loop sounds

  1. #1
    Senior Member
    Join Date
    Aug 2005
    Posts
    225

    how do u loop sounds

    i got a koo backround themesong (kill bill theme) and i want it to loop when its over. any help?

  2. #2
    Senior Member
    Join Date
    Jun 2005
    Posts
    112
    Click on the frame where the sound starts. In the properties inspector, in the "sync" section, there is a dropdown box. Change it from 'repeat' to 'loop'.

  3. #3
    Senior Member
    Join Date
    Aug 2005
    Posts
    225
    Quote Originally Posted by flashcat7777
    Click on the frame where the sound starts. In the properties inspector, in the "sync" section, there is a dropdown box. Change it from 'repeat' to 'loop'.
    thx. this way better than wat i was trying to do.

  4. #4
    Senior Member
    Join Date
    Aug 2005
    Posts
    225
    but um one more thing. how do u stop the music when you change frames?

  5. #5
    Senior Member
    Join Date
    Jun 2005
    Posts
    112
    use the ActionScript function,
    Code:
    stopAllSounds();
    in the frame you want it to stop.

  6. #6
    Senior Member
    Join Date
    Aug 2005
    Posts
    225
    Quote Originally Posted by flashcat7777
    use the ActionScript function,
    Code:
    stopAllSounds();
    in the frame you want it to stop.
    thx agen

  7. #7
    Senior Member
    Join Date
    Jun 2005
    Posts
    112
    no prob

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