Can't stop sounds embbed in movieclips timelines

Hello i have a big problem.
I searched everywhere but no  answer.i have a main Movie containing many movieclips with sound  atttached in their timeline. When i change to a different frame from my  main movie ( Main Timeline) the sound from my old movieclips continue to  play. It seems that sounds are still in memory and clips are not garbage collected.
I've tried unloadAndStop from CS4 with flash player 10 but still the same problem? my movie clips will continue to play sounds in different frame from maintimeline.  (Even if i deleted them from the canvas in the new frame)
Please help me!!! Thx

Hi DarkV,
I had the same problem...a few days back....
I was working on an independent flash presentation.
Backgorund music track.
Add to that a whole lot of movie clips...each with their own sound tracks.
One could navigate forward and backward...at the click of a button.
The big problem was...sound from MC 1 used to playback when one was on MC2 or 3 and vice versa.
Posted my query here....Got some very complicated solutions.
Fiddled around. No luck.
The solution is to load the sound as an external movie clips as and when required for each MC when it needs it.
Load the sound in the same level...so that the earlier sound gets totally replaced.
Works beautifully for me.... i have a bkg sound that loops. plus 20 other MCs , each on their own keyframes, - just that the sound for each key frame gets loaded as an external SWF.
Hope that helps..
get in touch...if you need more info:
rantenatgmail.com

Similar Messages

  • How can I stop sound track from being divided when adding clips to other tracks in PrE12?

    The situation:
    I have a project with several minutes of video clips on the timeline (expert view) in "Video 1/Audio 1."  There is also music on the sound track (below the empty "Narration" track).
    Any time I make an edit to the Video 1 track, PRE cuts the Sound Track.  (Note that this is not the Audio 1 track, it's the sound track which is two tracks away.)  If I insert a clip, the Sound Track is cut and left with a gap.  Same if I do a FreezeFrame insert.  This is bad enough (make ten insertions, have the Sound Track chopped into ten separate pieces), but it gets worse: when I try to slide the Sound Track pieces back together, the Video 1 clips will be moved around.
    This appears to be a major bug but I'm hoping there is a simple way to deal with it.
    Here's what the Manual (p.71) has to say about it (not much).
    "When you insert a clip into the Expert view timeline, adjacent clips on all tracks shift to accommodate the new clip. By shifting all clips together, the audio and video of the existing clips remain in sync."
    * The question here is, adjacent to what?  The Sound Track is a continuous music clip of many minutes; it is alone on the Track, and there is nothing on the track above it (Narration track).  So it's not adjacent to anything, and yet it is being chopped up.
    The Manual continues:
    "Sometimes, you don’t want all clips to shift with each insertion. For example, when you add background music that superimposes the entire movie, you don’t want clips to shift."
    *They got that right, but they don't say anything about how to prevent it.
    This next makes no sense at all:
    "To shift specific clips togather, press the Alt key as you insert.  At a time, you can shift specific clips simultaneously on a maximum of two tracks.  These include the track receiving the insertion and the track containing the linked audio or video (if any). The affected tracks shift together, remaining aligned. The clips on other tracks are unaffected."
    *There is no mention of how to specify what clips would be shifted, or not.
    I'm not dealing with linked clips.  And they tell me how to shift clips (sort of) but nothing about how to stop clips from being cut up and shifted.  This all makes it very hard to create a coordinated product.
    Any suggestions or solutions will be much appreciated.

    Thanks, ATR,
    I wll try this--but I still am unclear on how to do what the Manual says is possible: select clips on another track that WILL be moved, if I so desire, so as to remain synched to the main Video track.
    UPDATE:
    In the case of inserting Freeze Frame, I just tried both Ctrl method and Alt method, and neither worked.
    1. Put Video on Vid1 track
    2. Put Music on Sound Track
    3. Ran a few seconds of Vid
    4. Stopped Vid, selected Freeze Frame
    5. Held down Ctrl key while clicking "Insert in Movie"  also tried with holding down Alt key.
    Result: a 3 second still was inserted int the Vid1 track.  A corresponding gap was created in the Sound Track.
    6. Slid the final part of the Sound Track to the left along the timeline to re-connect it to the next segment created by the above process.
    Result: the video following the final Freeze Frame was pushed to the right end of  Video1 track.
    7. Slid the Sound Track all the way to the left.
    Result: the entire Video 1 Track contents were pushed to the right and divided in pieces.
    I documented each step with screen shots which I can send if you want them and if I can figure out how to do it.
    UPDATE #2
    In the case of inserting a video clip to the Timeline, I just tried both Ctrl method and Alt method, and neither worked.
    1. Locate video in Project Assets
    2a. R click video in Project Assets (pull-down menu appears), hold down Ctrl, click Insert to Timeline.
    Result: Vid clip is inserted on Video 1 track, Sound Track is separated with a corresponding gap.
    2b.  R click video in Project Assets (pull-down menu appears), push Alt
    Result: pull-down menu disappears as soon as Alt is pushed down.
    I can stil drag the Vid clip but it's one more manual step...I love shortcuts!!

  • How can I stop sounds in this scenario

    Hello, I need help.
    I need to load in an external .swf file into my new movie and
    stop the sound/music that is playing from the external swf file. I
    need the sound/music to stop immediately on frame one. I don't have
    the fla to the external swf file as it is years old. Can someone
    help me with this? I know there is "stopallsounds();" but I don't
    think I'm using it right because it won't stop the sound when I
    play the new exported swf.
    So to recap - I've loaded in a .swf on frame one (into a
    blank movie clip) - and on another layer tried to add the
    "stopallsounds();" action - music still plays - HELP!

    xMrMoox wrote:
    > Hello, I need help.
    >
    > I need to load in an external .swf file into my new
    movie and stop the
    > sound/music that is playing from the external swf file.
    I need the sound/music
    > to stop immediately on frame one. I don't have the fla
    to the external swf
    > file as it is years old. Can someone help me with this?
    I know there is
    > "stopallsounds();" but I don't think I'm using it right
    because it won't stop
    > the sound when I play the new exported swf.
    >
    > So to recap - I've loaded in a .swf on frame one (into a
    blank movie clip) -
    > and on another layer tried to add the "stopallsounds();"
    action - music still
    > plays - HELP!
    Load the swf in movie clip holder and give it instance name
    "someNameHere",
    than use the sound object to define the instance name as
    Sound Object's target
    and use the regular volume control to mute it. By setting it
    that way you control
    the movie clip volume (holder mc) and anything within.
    s = new Sound(someNameHere);
    s.setVolume(0);
    to play it back ON
    s = new Sound(someNameHere);
    s.setVolume(100);
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Can't stop sound coming out of the sub - T7700

    I was testing something today and noticed that even when i have only audio input plugged in, say the green front jack and have no other speakers attached - Even if i have the jack plugged into the front, or side sound still comes out of the sub. I've tried it with the front and side speakers disconnected and connected all while no input is in the center/sub connection - no matter the combination the sub still plays?Why? how can i have no sub at all?Should mention i've also tried it with the upmix switch in all positions and i'm using an audigy2 zs card not that it would matter though i guess.

    It's worth bearing in mind that speakers really shouldn't do bass redirection, it should be the job of the receiver/decoder. Quite why Creative do things the other way around is anyone's guess. Aaanyway, have you tried simply turning the bass dial right the way down on the volume control box for the speakers? That's the best I can suggest.

  • Stop sound timeline

    Hi all
    Im very new to flash so please bare with me. Basically im trying to stop sound playing from a timeline. My little swf plays and has music playing from a separate layer. and when i mouse down on it i have action script 3 that jumps to a dif frame and starts playing a new anim and sound layer. but the previous sound layer keeps playing to the end. Is there anyway to stop the sound layer playing at the same time that i jump to a new frame?
    thanks for the help
    g

    SoundMixer.stopAll() will stop all the sounds that are currently playing.

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • While trimming a clip in my timeline, the entire timeline moves with my trim. How can I stop that and leave a gap in-between clips?

    While trimming a clip in my timeline, the entire timeline moves with my trim. How can I stop that and leave a gap in-between clips? Also when I use my blade it only leaves a dotted line in the clip. How can I make that a solid line? I do a lot of flickering in my videos and don't need that some what of a snapping effect while I edit. Please help me someone. I believe i upgraded from FCP 10.0.1 to 10.0.3 and before it never did this.

    Mark an In point and an Out point (which creates a Range) and hit the forward delete key (Replace with Gap.) On a MacBook, you'll probably need to hold down the Fn key and type the Delete key (or, I think you might be able to use Shift-Delete as the same command). On an iMac/Mac Pro keyboard, it's the key just to the left of 'end' or the next key above the left arrow key.
    You can use the Range tool (hold down the R key and click drag over your clip) or the Blade tool to cut at the in and out (then select the cut and replace with gap).
    You can also go into Commands > Customize (command-option-K) and assign a different key to Replace with Gap.
    If you need to ripple edit the ends (cut), create a small section that is Gap, and hold down the T key while you use the mouse to click drag both ends (double sided trim cursor) of the cut.
    Don't worry about the dotted line blade... That just lets you know that the frames on either side of the cut are continuous, or sequential — nothing has been moved yet. Once frames from either side of the mark have been cut, it becomes a full fledged cut resembling a separate clip.

  • Can I embed Facebook's timeline video to OneNote ?

    Can I embed Facebook's timeline video to OneNote ?
    I want to collect Facebook timeline videos on OneNote.
    Currently I copy thumbnail images from Facebook timeline video thumbnail images, and paste OneNote Page.
    Regards,
    Yoshihiro Kawabata

    Hi,
    The video files embedded into OneNote page are inserted as Attachments. To do this, click Inset tab > File Attachment...
    For more information about Embedding documents in OneNote, please refer:
    http://blogs.technet.com/b/hub/archive/2010/02/25/embedding-documents-in-onenote.aspx
    You may also want to know some tips & tricks for OneNote:
    http://blogs.msdn.com/b/onenotetips/
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Sat L450D - Speaker can't stop alarm sound after i pull out mic & headphone

    Today, I try my headphone in the first time.
    Any expert here can tell me why my speaker can't stop the alarm (VIVIVIVI sound), after i pull out my mircophone and headphone?
    The sound will stop by itself when I put my microphone back!
    How to stop that alarm?

    *Paupau,*
    *Thank you very much for your information and instruction.*
    *After adjusted microphone boost and set to 10.0dB, the problem solved. But the microphone have to set to max., otherwise I cant hear my own voice when I test the chat engine through one of my chat gear.*
    *Meanwhile, I would like to ask, are there any difference between 10.0 dB and 0 dB. if positive, why you suggest me the setting to 0.*
    *Finally, buddy you solved my problem which even the toshiba support team cannot, " there answer are REINSATLL, REINSTALL THEN REINSTALL AGAIN AND AGAIN" no matter what you asked!;\*

  • I am moving clips to the timeline and they arrive zoomed in.  how can I stop this?

    need some help.  I'm moving clips to the timeline and they arrive zoomed in.  I don't want this effect.  How can I stop it?

    To expand a little on John's questions and link, every clip and every sequence has its own frame dimensions (and pixel aspect ratio & frame rate). By default, Premiere preserves the dimensions (or "resolution") of a clip when you add it to a sequence. That means that if a clip's resolution is greater than that of the sequence, it will appear to be zoomed in on the frame. Conversely, if the clip is lower res than the sequence, it will appear shrunk, with black borders.
    If all of your content is the same resolution (which is the ideal case), then you should use a sequence that matches. The easiest way to do so is the "New Item" method that John refers to--dragging a clip to the Project Panel's New Item button--or, in later releases of PPro CC, dragging it into an empty Timeline panel. If you're working with content of mixed resolution, then you have to pick your poison and scale smaller clips up or larger clips down. The latter option is generally preferred because the former--scaling clips up--often results in unacceptable pixelation.

  • I want to listen to itunes through my 5.1 amp on apple tv but sound stops when tv is switched off how can I stop this?

    I want to listen to itunes through my 5.1 amp thru apple tv but the sound stops when when my television is switched off how can I stop this?
    All I want to be on is my PC and my amp connected thru ATV via optical linkl

    Welcome to the Apple Community.
    Yes there have been a number of reports posted about this, it seems different people experience different results here with some finding the same as you, some finding that it won't work at all with the TV turned off and some finding that if music is sent from iTunes on the mac/pc that as long as the TV is on when the stream starts, the TV can be turned off afterwards.
    My assumption here is that it depends on the TV itself, although that probably doesn't help all that much.

  • How can  hear a sound in the u tube videos she stop working?

    How can return the sound in the u bube videos when stop working?

    rikardfromswe wrote:
    Also, later when working, how do I get the sounds on the extention card into the program?
    Thanks!
    You don't, none of the Roland sounds are ever transferred to Logic.
    MIDI has nothing to with sound, it's only a trigger that activates the sounds in the Roland.
    I have a couple of 1080's in a rack, their audio outputs run into a mixing desk, from there they can be routed to my audio card inputs.
    Logic-X Manual is here:
    http://help.apple.com/logicpro/mac/10/

  • Premiere 10 has stop play video audio on timeline

    My premiere element 10 all of sudden stop play audio on my timeline or preview. I have uninstall and reinstall it back to see if that would help. I play the video on other player and the sound plays normally. I use a mac computer and it was working find up untill last night. I also have photoshop and I click a video and it plays thru organizer. Please if someone knows what i should can you help me please.

    When you first import your video, before you do anything, do you have a red line over the video on the timeline?
    If you do have a red line as described above, your project and your video do not match
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project

  • Stopping sounds in an embedded MC

    is there a way to stop the sounds of a movieClip (with
    embbeded video) and still keep the clip playing?... I know i've
    seen this on the videoGallery example, but i can't make their
    method work... ><

    set the volume to 0

  • How can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,-

    how can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,…"

    It sounds like if you open Preferences in Word there will be a place where you can specify where to store autorecover files. Right now it sounds like it's pointing to somewhere that doesn't exist.

Maybe you are looking for