A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: setVolume Problem!!!!!!!!!

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    16

    Arrow

    Hey!

    Little problem here....I have 2 different sounds in a scene
    with this AC

    music = new Sound();
    music.attachSound("musicF");
    music.start();
    music.setVolume(30);
    voice = new Sound();
    voice.attachSound("voix");
    voice.start();
    voice.setVolume(100);

    The problem is that the set volume affects both sounds and I need the voice to be much louder than the background music!

    If there is a solution to this please let me know!

    thanks a milion

  2. #2
    Junior Member
    Join Date
    Apr 2001
    Posts
    20
    This question has been posed and answered in this forum in the past. If you'll search the forum archives, you'll find the info you need in short order.

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