Link external Video with Movie Clip

Hello all. I captured audio with an external recorder and would like to know how to link it with the clip in the timeline? I currently have them all sync up and would like to have them linked so they are locked and place and any changes in the timeline clips, reflects to the audio file as well. I have tired Shift L and also Apple L and none seem to lock both together. Any help or info appreciated. THanks
Hector

If the video and the audio are in the timeline selecting both the video track and the audio track and pressing Cmd-L will link them. If they are in the browser with marked in points you can use the merge clip function.

Similar Messages

  • Working with movie clips

    I'm making an animation with movie clips inside the stage but if i put action in the end of these for go to another frame in the stage, dosnt let me because AS3.0 does'nt alow script inside buttons and MC's.
    Wath can i do for this issue.
    The new code from AS3.0 is so diferent to AS2
    Thanks for your time.
    can you put some video to do things like this.????
    By the way, this forum is the best, congratulations for all.

    Thank you for the answer, i hope to understand AS3 more in the pass of days.
    For other hand, can you tell me how can i make the background of my exported video transparent??
    When export i mark the check box make alfa chanel on backgroud, but when i conver to FLV with Adobe Media Encoder, the background turns to black.
    what other way can i use to import video.
    Thank you any way

  • How can I put a slideshow on automatic with movie clips longer than 2 minutes?

    How can I put a slideshow on "automatic" with movie clips that are longer than 2 minutes?

    Inspector > Animate > start transition to Automatically and set the delay to the duration of the video clip.

  • Advanced Button with Movie Clip and Fading

    Problem: I'm trying to create a bottun that when you roll
    over it it plays a movie clip and also fades in and out on roll
    out. It is similiar to the three main navigating buttons on the
    following site.
    http://www.fjcruiser.ca/
    the buttons with the compasses that appear are the ones I am
    talking about.
    I already know how to make buttons, I just can't figure out
    the actionscripting to load the movie and also fade in and fade out
    according to roll over and roll out.
    Please help. Thank everyone.

    Amazingly, I actually know exactly how to do this. And it
    only requires about 4 lines of code in the _root layer and on the
    button.
    Instead of having the rollover load an external movie, you
    want the have the rollover execute an on(enterFrame) function that
    tells each newly entered frame of your movie to check to make sure
    the mouse is still on the button, and if not, send the movie
    playhead backwards.
    So, put that sampleMovie right on the stage with the button.
    Then write the code in the _root so that says: as long as the mouse
    is over the button, the movie will advance to nextFrame(). When it
    gets to the next frame, again the code checks to see if the mouse
    is on the button, if so, the movie is instruct to go one more next
    frame (which is tweening the fade, right?) again, over and over
    until the stop() at the last frame. But, if while while entering a
    frame, the code finds that the mouse is no longer over the button,
    it does the same thing but this time instructs prevFrame(), and so
    on, going prevFrame (backwards, in other words) as long as the
    mouse is not on the button.
    The result of the above is a gradual fade in and out,
    depending on whether the mouse is hovering. This, as opposed to an
    abrupt disappearing graphic on(rollOut).
    Click the below link for the .fla that demonstrates this
    technique (which, by the way, I learned from Joshua Davis'
    excellent book, "flash to the core". Check it out at Amazon, or
    wherever. Lots of cool tricks).
    click here for
    fade_Movie example

  • Flash Newbie needs help with Movie Clips/Action Scripting

    Hi -
    I'm having a problem with my movie clips playing
    simultaneously and cannot, for the life of me, figure out what I
    have done wrong. I'm new to flash, so I may have set something up
    incorrectly, but here's what I have so far:
    11 layers, total: 1 layer with 10 control buttons, each
    button with the following actionscript:
    on (release) {
    gotoAndPlay(85);
    Where the number changes in relation to which keyframe the
    next movie is on.
    I have 10 movies, total, but they are only movie clips,
    essentially photo slide shows with audio, made all in the library.
    The problem happens when I click on the second or third
    button. Not only does the movie that I have selected begin to play,
    but all of the previous clips do as well, so it all sounds quite
    garbled. I don't know what I am missing in the action script, as my
    Action Layer has a stop command on it at each keyframe where there
    is a new clip to play.
    I have tried to add a stopAllSounds command, but I'm afraid
    that doesn't do anything because it is not a "sound file" per se,
    playing in the timeline.
    I'm at the end of my rope and really need some help in
    figuring this one out. My project is hanging in the balance on
    this, as I have scripted everything else correctly and it runs
    beautifully.
    Please help!
    Thanks,
    Caroline

    Each layer has a blank keyframe before and after each
    movieclip. Each movie clip is at a different frame. Even with the
    blank keyframes added, the second video starts to play and then the
    first video begins to play. Same happens if I click on the third
    button. Third plays, and starts 1st and 2nd shortly thereafter. Is
    there an action script I can put in that will tell the timeline
    that, when a button is clicked, no matter where the movieclip is,
    it will stop and start the newly selected movieclip?

  • Difficulties with movie clips and frames

    This is really irking me.
    I am extremely new to Flash so please bear with me. I am assuming that this is a simple, easy to fix problem that I am having. I have Adobe Flash Professional CS5.5.
    What I am trying to do is display a sequence of images after other movie clips stop playing.
    The image sequence itself does what it is supposed to and works properly, and the other movie clips also are successful. However, whenever I try to put the movie clips for the images in frames or keyframes, the beginning movie clips only play part of the way before the images show up. This happens even though the images' movie clips are on frames/keyframes (I've tried both) after the other movie clips.
    The movie clips that are supposed to play first are each on a separate layer and there are two of them.
    The first layer is called "tree" and the second is called "text"
    The tree layer has a 45-frame gif animation that I have turned into a movie clip. I have created a motion tween and changed its alpha so that the gif has a fading in and out effect. I also have it so that it stops replaying once it reaches the last frame. I am using stop(); for this.
    The text layer has a 40-frame gif animation that I have also turned into a gif. This gif is also a movie clip and also has motion tween. Its alpha has also been changed.
    Both tree and text play together successfully and how I want them to.
    The sequence of images is three separate images, each a different layer, that fade into eachother. These images are pngs, therefore they aren't gifs nor do they have their own frames.
    The bottom layer is called floor1 and has frames 1 through 50 of motion tween and alpha adjustments fading the png image. The image is a movie clip.
    The layer on top is called floor2 and has frames 51-100 of a different png image fading.
    The very top layer is called floor3 and has frames 101-150 of yet another png fading.
    The images are successful in doing what they are supposed to.
    Layers tree and text are one fla file, and layers floor1, floor2, and floor3 are a separate fla file.
    When I copy the frames from layers floor1, floor2, and floor3 into a keyframe after layers text and tree, they transfer properly, but when I test the animation, the image sequence shows up a lot sooner than it is supposed to, interrupting the movie clips on the layers text and tree. I have tried moving the floor# layers' keyframes farther down the timeline, but then the other movie clips just stop.
    In the fla file with layers text and tree, I've imported the gifs into the library and then put them onto the stage.
    In the fla file with the floor# layers, I've imported the pngs into the stage.
    Here's what the text and tree layers look like:
    Here's what the floor# layers look like:
    The rest of the frames for the floor#s...
    So, I thought that the problem was that I needed to delay the image squence. I looked around and found no code or anything for that..
    Afterwards, I thought that it was because I had imported the tree and text gifs to the library before putting them on the stage.
    I opened a new fla and imported the "tree" gif straight to the stage.
    I figured that this should work because then it would show each of the individual frames in the movie clips, which it doesn't do in the above pictures. By importing the gif like this, it does show the individual frames. I've tested this with the image sequence and it works fine. But I have a problem with this method too..
    I select all of the frames for the gif to convert into a symbol, so I can add a motion tween and mess with the alpha. However, only the last frame is converted into a movie clip. Well actually no... Only the circled frames below are turned into the movie clip. Even when all of the frames are selected.  This isn't very helpful because then I can't change the alpha for the entire gif nor can I create a motion tween without getting a message saying that the motion tween could not be applied to all of the frames.
    Here's what this version of "tree" looks like.
    And the frames continue like so until 135.
    The frames that are turned into the movie clip are circled below.
    If I can solve the issue that I'm having with the tree shown in the two pictures above this sentence, then I can display the movie clips and image sequence without a problem. It wouldn't be quite how I had intended it to be, but it would be successful and would still work.
    If I can fix the problem with the image sequence showing up to early, and of the tree and text movie clips being cut off, then this project would also be successful and it would be how I had wanted it to be.
    If you need clarification, let me know and I'll explain something better.
    I am not willing to provide a download link in this forum for my fla files, but I can email them to you if you would like a look. I just don't want someone to be able to find them and take them by doing a google search.
    I have uploaded two swfs though.
    The first is of the tree and text layers/movie clips working as they are supposed to. The second is of the image sequence (floor1, floor2, floor3) doing what it is supposed to.
    Text and tree: http://glassoliverdesigns.weebly.com/uploads/1/0/6/5/10653451/tfg1.swf
    Floor1, floor2, floor3: http://glassoliverdesigns.weebly.com/uploads/1/0/6/5/10653451/tfg2.swf
    Notice how at the end of the text and tree swf, when the text stops the thing in the background keeps flashing. If that can keep flashing WHILE the images appear, then that would be great.
    TL;DR: I want the floor# flash to show up after the text and tree flash but I keep having problems and nothing I try is working properly.

    Very concise question, appreciate the screenshots. One thing that motion tweens don't always show very well is keyframes. Let me clear a few things up and see if it helps.
    Go back to what you wanted to do originally, which is copying the frames from one document to another. This is perfectly fine and to clear it up, it will also copy any library elements (images, clips, etc) that are required to copy those frames for you, so you do not need to import them yourself.
    To successfully copy frames (not symbols), select the first frame of the frames you want to copy, hold shift and select the last frame (alternatively double clicking anywhere in the blue motion tween should select it all as well). Now right-click and "Copy Frames". Now go into your new document, select a frame, right-click and select Paste Frames. You will see the same frames copied over, the blue representing the tween and keyframes came with it and you finally will notice all your images/etc were copied into your library.
    Now is a good time to manage the library clutter that was just copied in, if you're a clean freak like me.
    This process is the same, as you tried, for the other documents you want to copy in. If any resources match in name then Flash will ask you if you want to "overwrite" that library item. If you do that,  you will break one of your previous animations. Make sure that's not the case.
    The common gotcha here is not knowing how to slide frames over properly. If overwriting isn't the issue, this is what I suspect your problem is and as you expand/contract the timeline the keyframes aren't going with you.
    For example if I import 2 clips with fade in/out and move keyframes as you did I'll get something like this:
    Now moving them over I would be very careful to select all of the frames I want to move via the methods above. Click the first frame, hold shift and select the last frame, or double-click anywhere in the middle of the blue. The selection of frames:
    Now I simply drag my selected frames to the right, notice the keyframes stay as they should (the black dots):
    The animation plays as expected.
    Lastly I'm not sure if you've ever used the panel but you should really get used to the Motion Editor. This gives you control over easing as well as shows you an in-depth view of the keyframes that exist in a selected motion tween.
    At first this panel may look complex but it simply represents the basic properties you can animate. Any more properties you animate can be added in here. I moved the X, Y and Alpha properties of my object. So you can see over the frames 30-60 what I did. You can also adjust basic easing here.
    If your animations don't look correct you can select a motion tween, open the motion editor and verify the keyframes look correct. Scrub the timeline and look at the values you're interested in. Alpha for example, for you.
    If you don't see any keyframes when you scrub the timeline, you moved your frames over incorrectly and the keyframes probably exist in a different place and therefore it appears incorrect.

  • Combining slideshow with movie clip?

    Hello
    I have about 20 good quality photos and a one-hour movie clip that I would like to combine. The final product will go on a DVD. All the photos will appear before the movie, which is a 25 fps PAL standard. I think that means the frame size is 720x576. The photos are a little more awkward because while most are landscape in orientation, a few are portrait.
    Would it be best to create a slideshow for the photos in Elements Organiser, followed by the video clip, or would it be best to import each photo along the Pre Elements Timeline to be followed by the video clip? Can a slideshow created in Organiser be imported into the PrE Timeline? It is important that the transition from one to the other is seamless, and it is essential that I can have a soundtrack to accompany the photos.
    Finally, if I may, given the frame size of the video, what size should the photos be? The originals are quite large at the moment.
    Thanks for any advise which I will follow closely.
    Steve

    Steve
    You say that your source is PAL standard @ 25 frames per second.
    If the project preset is set to PAL NTSC Standard, then you should not have any black borders when you import that file into the
    project set with the PAL NTSC Standard project preset.
    Because of your black black borders in the monitor display of the import, I suspect that your source is really PAL DV Widescreen and not PAL DV Standard.
    So, to correct that, then we start again with the settings, and this time set the project preset for PAL DV Widescreen for the import side of things.
    And, then, for the export side of things, use
    Publish+Share
    Disc
    DVD
    with Presets = PAL_Widescreen_Dolby DVD.
    The "Default Scale to Frame Size" will have the project automatically scaling your import image to the frame size specified by the project preset....
    If PAL DV Standard 720 x 576....if PAL DV Widescreen 720 x 576 stretched to about 1050 x 476 by a 16:9 flag, giving the display resolution for PAL DV Widescreen.
    about 1050 x 576.
    Please check it out, and determine if that works for you.
    Thanks.
    ATR

  • Problems with movie clips in time line-program keeps quiting

    Not sure if I love this new iMovie version. I have imported many clips with my Sony Digital Hi 8. No problem with past versions. Everything went good until trying to put the clips into the time line. Everytime I try working with the time line and the imported movie clips the program quits...every time. Is this normal. Its getting pretty frusterating.
    Thanks for any help.
    Shane

    I feel your pain in that the same things are happening to us. My wife is trying to edit many video clips imported from a Panasonic PV - GS39. iMovie crashes constantly when trying to work with this particular project. I have successfully edited a project that consisted of mainly still pics with only a few short video clips thrown in. I've tried many of the suggestions from this discussion group (QT plugs, trashing prefs, etc...) with no success. I'll keep trying for a solution though.

  • Slideshow with movie clips

    How do I/can I create a slideshow button but within the slideshow drag in some short movie clips?

    Hi NototiousIG - and welcome from me as well!
    What you want to do is not that hard.
    I would suggest that you make the slide show, with the video in the middle, a seperate chapter. That will give you a Chapter Button in iDVDs sub-menu, which of course you can call what you like.
    The audio can be imported from iTunes. If it is from your own CD, then convert (save) that track as an AIFF file before import (saves i bit of rendering time). If purchased from iTunes Store, you may find you have to burn it to a CD and re-import it to iTunes before it will import into iMovie.
    When it comes to burning the finished DVD, you may find that the rendering of audio takes longer than anything else. This is normal - don't panic, do not shut down iDVD in desperation, and do not have any other application running at the time.
    One last word of advice: be careful what transitions you chose between a still photo and the video. A bit of experimentation goes a long way!
    Post back if you need more help.

  • IPad - with movie clips - how can I play more than one at a time?

    iPad2.  I post short movie clips via iTunes to the Photo catagory.  I can play each of these clips by selecting the clip and pressing the start arrow, only the selected clip will play.  How can I select a group of movie clips and have them play with only one selection.  Like a "slide show" but for movie clips???

    More than one contacts at a time

  • Help with Movie Clips

    Hi -
    I'm having a problem with my movie clips playing
    simultaneously and cannot, for the life of me, figure out what I
    have done wrong. I'm new to flash, so I may have set something up
    incorrectly, but here's what I have so far:
    11 layers, total: 1 layer with 10 control buttons, each
    button with the following actionscript:
    on (release) {
    gotoAndPlay(85);
    Where the number changes in relation to which keyframe the
    next movie is on.
    I have 10 movies, total, but they are only movie clips,
    essentially photo slide shows with audio, made all in the library.
    The problem happens when I click on a the second or third
    button. Not only does the movie that I have selected begin to play,
    but all of the previous clips do as well, so it all sounds quite
    garbled. I don't know what I am missing in the action script, as my
    Action Layer has a stop command on it at each keyframe where there
    is a new clip to play.
    I have tried to add a stopAllSounds command, but I'm afraid
    that doesn't do anything because it is not a "sound file" per se,
    playing in the timeline.
    I'm at the end of my rope and really need some help in
    figuring this one out. My project is hanging in the balance on
    this, as I have scripted everything else correctly and it runs
    beautifully.
    Please help!
    Thanks,
    Caroline

    They do not have to be on the same layer, but they should not
    exist on the timeline for the entire movie, just where they are
    necessary.
    Lets say you have three movieclips ten frames apart on the
    timeline. Mc1 (movieclip1) is on frame 1, Mc2 is on frame 11, and
    Mc3 is on frame 21. Mc1 should only be on the timeline from frame
    1-10, then it should not exist on frame 11. This way if you jump to
    frame 11 only Mc2 will play, because Mc1 isn't on the timeline
    anymore.
    They do not have to be on the same layer.
    It may help if you email me the file. My address is on my
    name on the lefthand side of this forum post.

  • Problem attaching external .jpgs to movie clips

    Hi There,
    I am not able to attach a file (.jpg) outside of flash to a
    movieClip without it changing the scale of the image. Stepping
    through with the debugger, its clear the image loads correctly til
    it is applied to the movie clip, I assume with the attachBitmap
    function. It scales it up a little more than 50% and I can't figure
    out where that scale is coming from. It appears to scale up from
    the upper left corner. We have checked to make sure all the
    movieclips within our flash file are the exact same size as the
    image files (150 X 150). Please see code example. Everything is
    fine except for this. We tried using the matrix transformation to
    down size the images but the quality was not acceptable even with
    using smoothing and pixel snapping.
    So, the basic question being, how do we use attachBitmap and
    have it preserve the original size? Any ideas for how to get this
    to work is greatly appreciated...
    thanks,
    Laura

    well I'm afraid there are a few things that are not quite
    right with the method here - however, the real problem is most
    likely that the original image resolution is higher than 72 dpi -
    it must be set at standard screen res or Flash will scale it up
    uniformly to work at 72.
    I think that you may have more success with something more
    like this:

  • Working with movie clip in flex

    I am using a movie clip with animation having 2 frames
    developed in flash cs3 in flex. The movie clip has mouse hover and
    mouse out animation. Now I am using the movie clip and want to make
    a click event on the clip. But it does not work at one click. I
    have to click more than once. Also When I remove that animation the
    click event goes well.
    Can I make a movie clip by flex?
    or
    How can I use that movie clip with animation developed in
    flash cs3 and also click event work well.
    Please help me.

    Actully I have two frame in movie clip(cs3). On mouse hover
    it goes to second frame and on mouse out it comes to first frame.
    Now when I am using this movie clip in flex and want to get the
    click event on that movie clip it does not work at once. If I
    remove the mouse hover and mouse out from movie clip the click
    event works. But to get those mouse hover and mouse and in over
    movie clip I had to write to many code.
    However that mouse hover and mouse out by flex over movie
    clip it takes time to get work.

  • Exporting presentation with movie clips .

    I want to export for sending to CD but movie pictures end up twice as long and freeze after playing.
    The movie clip was created from FCP and also iMovie.
    I have added a transition to the movie slide and this seems to cause the problem. It appears to double the length of the slide (if original movie was 5 secs it becomes 10secs).
    I need the CD to run the presentation automatically.
    The export is for QuickTime, Manual advance, Full Quality,Large .
    I have spent 2 days on this and I am going crazy, not sleeping! You know it all!
    Help please. 
    I hate to mention this but I tried the same thing in PowerPoint (ugh) but the result was the same.
    Products iMac and

    Presumably you are creating a self playing movie:
    1- Inspector > Transitions > start transition select; automatically and set the delay to match the duration of the video
    2- in the export dialogue box, delete the slide duration values. The timing from each slide will be now used instead.

  • Issues with movie clips...

    Hi.  I am attempting to generate a simple site using Flash 10 and AS3.
    I have 7 navigation buttons along the left side of the stage, all with varying colors.
    Clicking any of the buttons triggers the color of the button to bleed out over the stage, eventually covering the background color so it matches the color of the button.
    I am using AS to go to frame X and play, with a stop frame at the end of the animation (once the color has covered the entire stage).
    (Button 1 triggers an animation which runs from frame 2 to 32, Button 2 triggers an animation which runs from 33 to 63, and so on...)
    For instance, the default background color is a dark grey, and when I click on the green button, a green circle grows until it is larger than the stage, making the background green.
    The issue that I am having is when you click on a second button, the background returns to the default (grey) and then runs the animation.
    I would like the animation to play over the last frame of the current section.
    I think movie clips might be the answer, but I couldn't configure the buttons to trigger them.
    Any assistance would be greatly appreciated,

    What you could try is to have a movieclip behind the circles animation that only has as many frames as you do background colors and have that fill the stage.  When a circle animation occurs... only the circles, remove any background in that animation... as soon as it is done you have the other movieclip move to a frame where the colors match.  That way, when the circle animation moves to a new frame to animate again, the existing color is present due to the movieclip behind.

Maybe you are looking for

  • How to refresh value in selection screen field

    Hi Experts, I have a requirement to refresh the value in selection screen.while i run the report in selection screen i selecting one variant for look the output if i use some other field value with same variant without save its working fine i am avle

  • Acrobat window minimizes to a line

    Acrobat 9 pro MacbookPro. When I open a PDF on an external monitor, then detatch the monitor and view the file from the laptop screen, the PDF shrinks into a single line like 'l' or to just the top little bar with the three window buttons on my dashb

  • Using IN Operator in Query Parameter querying an Oracle dataset

    I have created a main data set querying from Oracle in which I have two query parameters that are multi-valued lists.  I created a data set for each of those multi-valued lists.  These two parameters are configured to be multi-valued and selected fro

  • Business Rules Engines?

    Hi, I have experience with embedding "CLIPS" which is a C rules engine as a Forte Service Object which was easily wrappered using standard Forte wrapper strategy. Also, we have a sales rep in ATL who used to work @ ILOG and therefore competed with Nu

  • Installation of machine after delivery & Resite of machine

    Kindly refer the below process u2013 1. Scenario u2013 u2022     Customer has one machine installed in one location and he requests to relocate the machine from one location to another  It could be from one branch to another branch ( Both branch are