Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default sound killer

    Hi people-

    I posted this question last week and got a bunch of good answers, but I
    still can't get results:

    I have a setup screen on which there is a button that is supposed to turn
    the sound off for the whole presentation ESPECIALLY a QuickTime movie I have
    in sprite 3 of my intro loop. I've tried all of the following (NOT at the
    same time):

    on mouseUp

    set the soundLevel to 0
    the soundEnabled = FALSE
    sprite(3).volume = 0
    member("Master QT for 4000").volume = 0

    go "loop"
    end

    The soundLevel and the soundEnabled work for the VO tracks I have in the
    sound channels, but nothing seems to turn the sound for this video clip off.

    It's VERY frustrating
    Sue


    Sue Guest

  2. Similar Questions and Discussions

    1. Flash Killer! MS Sparkle?
      Who know this killer? How about it? msn: digitalboy100@hotmail.com
    2. Distiller killer
      I'm using Distiller 6 to create PDF from .ps files. It fails with the message "Can't process job because PDFLib failed to initialize." Running...
    3. Killer Messaging Apps
      I am with Userplane. We develop cutting edge web-based communication apps, that are use flash and xml to exchange data with your existing databse...
    4. I Need a popup-killer script
      I Need a popup-killer script
    5. Netscape is such a buzz killer.....
      Hey all Please take a look and let me know what I did wrong!!! :) www.billraydrums.com/7_19_03/new2.htm :) BR
  3. #2

    Default Re: sound killer

    Sue,
    I would first set the soundKeepDevice to FALSE in a startMovie script. I'm
    not clear, is your QT movie sound and video or just sound? If it's just
    sound then you could simply set the movieRate to 0. If it is sound and
    video then I don't know what to tell you...sprite(videoSprite).volume = 0
    has always worked for me.

    hth,
    Doug
    "Sue" <slott@ix.netcom.com> wrote in message
    news:bgme3a$evt$1@forums.macromedia.com...
    > Hi people-
    >
    > I posted this question last week and got a bunch of good answers, but I
    > still can't get results:
    >
    > I have a setup screen on which there is a button that is supposed to turn
    > the sound off for the whole presentation ESPECIALLY a QuickTime movie I
    have
    > in sprite 3 of my intro loop. I've tried all of the following (NOT at the
    > same time):
    >
    > on mouseUp
    >
    > set the soundLevel to 0
    > the soundEnabled = FALSE
    > sprite(3).volume = 0
    > member("Master QT for 4000").volume = 0
    >
    > go "loop"
    > end
    >
    > The soundLevel and the soundEnabled work for the VO tracks I have in the
    > sound channels, but nothing seems to turn the sound for this video clip
    off.
    >
    > It's VERY frustrating
    > Sue
    >
    >

    Doug Golenski Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139