A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: A Matter Of Sound!!!!!

  1. #1
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367

    A Matter Of Sound!!!!!

    Ugh,,, still cant work it out.

    I have a MediaDisplay componant in an eternal swf.

    I have a volume control i made in my MAIN MOVIE so when it loads the external swf, i can control the volume.

    Unfortunately,,, it isnt working...

    in the ext mc i have

    sound1 = new sound();

    in the main movie u can click on a button and it sets the volume to e.g. 100

    _root.blankMC.sound1.volume = 100;

    the instance name of the Media Display is mcMOVIE

    so i even tried

    sound1 = new sound(mcMOVIE);

    still no luck

    HELP!!!! PLEASE !!!

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    682
    It might be easier to create a global volume control in your main movie if you can't figure it out, but the solution might be:

    sound1 = new sound(this);

    Change that line as above. See my tutorial listed below for more info.

  3. #3
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367
    for some reason my global volume control wont work are u sure it will work with media display componant?

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Unless there's some already existing & overriding volume control feature within the component itself (don't know about that?), I don't see why the component would keep Kenny's suggestion from working...

    Maybe Mickbritt55 will come saying you shouldn't be using this (a dada of his... ) in your soundObject's definition, but that's another story!

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