A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Help! Short loops making clicking sound on PC.

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    7

    Help! Short loops making clicking sound on PC.

    I have a loop in my Flash movie that is making a clicking noise every time it's going through the loop. There are no sound files in the movie and I tried disabling sound when I publised it, but the clicking is still there. This only occurs on PC browsers not Macs. Anybody had this happen before. Is there a way to stop it?

  2. #2
    FK's Giant Steve_w_V's Avatar
    Join Date
    Mar 2003
    Location
    San Jose, California
    Posts
    2,113
    What kind of loop? A code loop or a tween loop or...?
    The other day, I bought a box of animal crackers. On the side, it said "Do Not Eat if Seal is Broken". I opened the box and sure enough...

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    7
    A tween loop.

  4. #4
    Junior Member
    Join Date
    Feb 2001
    Posts
    7
    I'm sorry it's not a tween loop. I have an action frame that tells it to go back to a previous frame and play.

  5. #5
    FK's Giant Steve_w_V's Avatar
    Join Date
    Mar 2003
    Location
    San Jose, California
    Posts
    2,113
    I'm not sure. Did post it here in the General Help forum? Are you sure there are no sounds whatsoever in the movie, and if there are, is it attached anywhere?
    The other day, I bought a box of animal crackers. On the side, it said "Do Not Eat if Seal is Broken". I opened the box and sure enough...

  6. #6
    Junior Member
    Join Date
    Feb 2001
    Posts
    7
    Definitely no sound, and even when I disabled sound when publishing, it's still there.

  7. #7
    Senior Member
    Join Date
    Aug 2003
    Posts
    163
    Sounds like you have a stream sound in there somewhere. On the first frame in the main timeline type:

    _root.baseSound = newSound()
    _root.baseSound.setVolume(0)

    Is the sound still there?

    or try this, when you call the goToAndPlay("frame") command where this sound is coming from extend the number of frames, so if it takes up 2 frames now extend it to 20 frames, does the sound get longer, or is it the same click?

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