Skip to main content
Participant
August 9, 2006
Question

FLV sound control

  • August 9, 2006
  • 1 reply
  • 277 views
How do i kill the sound on an FLV file with action script? I just want a simple on and off switch.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    August 10, 2006
    1. Create a movie clip
    2. Create a sound object on that movie clip.
    3. Use attachAudio to attach the audio of your netstream to the movie clip
    4. Call setVolume() on the sound object. 0 = mute, 100= full volume.