A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: set.volume

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    27
    Is it possible to have two setVolume() actions in one flash movie, refering to a different sound? I'm having problems. One setVolume controls both the sounds I use. Everything is linked fine as far as i can see.
    If anyone can help me it would be soooo cool !!
    You can see the fla at
    http://www.eurekarelaties.be/help.fla


  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..
    If you want to control more than one sound then you have to place those sounds in individual movie clips:

    s=new Sound("mc1");
    s.attachSound("mySound1");

    m=new Sound("mc2");
    m.attachSound("mySound2");

    Hope this helps.

  3. #3
    Junior Member
    Join Date
    May 2001
    Posts
    27
    hey thank you! i've been looking to this since yesterday and now it's solved, great!

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