Attaching movie clips to other movie clips

I have mc1 nested like this
_root.mc3.mc2.mc1;
If i want to attach the mc1 from within mc2 timeline to the
_root timeline how can I do this?... I don't want to reattach it
from the library it must be the nested mc1 that is attached to the
root timeline.
Is there a way to attach movie clips to other m.c's in this
way?
regards J

I've spent nearly a year creating this site... I just taken a
glance at AS3. And sizeable isnt wrong... mamouth is closer. Other
than having to learn AS3 it would take me months to rewrite
everything. Is AS3 actually that much better than AS2? Either way
im gonna finish the site in AS2 and try and find a work around for
my attaching mc's to other mc's. Maybe one day I will convert it,
but it just looks like an unnecissary headache.
Thanks for your help. J

Similar Messages

  • Loading a Movie that Loads other Movies

    Hi All,
    I am working on a kiosk. There are two seperate versions of
    the kiosk, one in english and one in spanish. Both of these
    versions are in a seperate folder. I want to create an exe that
    will give the user the choice of language and then load that
    version. Unfortunately, the seperate versions of the kiosks also
    load external movies. So for example, when I load the english
    version it is looking for the external swf in the same directory of
    the movie that is loading it.
    Is there any way around this? I want to basically "lock" the
    loaded movie so that any calls to external swf's refer to the
    directory structure of the loaded movie and not the movie that is
    calling it. I can't put the external files in the same directory as
    the main movie because both versions use files with the same names.
    Thanks for any available help!
    -=Chris

    Okay, here is a simplified example of my directory structure:
    |-Main.exe
    |--------------- spanish folder
    |---------------------------------spanish.swf
    |---------------------------------Content Folder
    |------------------------------------------------content1.swf
    |------------------------------------------------content2.swf
    |------------------------------------------------content3.swf
    |--------------- english folder
    |---------------------------------english.swf
    |---------------------------------Content Folder
    |------------------------------------------------content1.swf
    |------------------------------------------------content2.swf
    |------------------------------------------------content3.swf
    Main.exe gives the user the choice to select English or
    Spanish. If the user selects English, then english.swf is loaded
    into main.exe. However, when english.swf is loaded, it no longer is
    able to load content1.swf from the content folder. I understand
    that I can change the path in english.swf to make it work, but
    there are a great deal of paths that would need to change. Is there
    any way to lock the loaded movie(english.swf) so that any calls to
    external swf's(content1.swf) refer to the directory structure of
    the loaded movie(english.swf) and not the movie that is calling it
    (main.exe). Thanks again!
    -=Chris

  • How do I overlay audio from interview clip over other video clips?

    Help! I have some interview clips and want to over lay the audio from one of the interviews over different video clips. For example, I would show video and audio from the interviewee and then cut to a clip or scene showing what the guy is talking about but still have the interviewees audio playing as a voice over on the cut-away clip. How do I do that?!

    Welcome to the forum.
    Is this Audio muxed (combined into a Clip w/ both Audio & Video), or is it a separate Audio-only file, that has been Imported into your Project?
    If the latter, just drag an Instance of it to a free Audio Track, and position, as is needed. Note: each Instance of a Clip can have different In & Out Poiints, so you are not limited to them being identical.
    For the former, the muxed file, there are a couple of ways to do that, but possibily the easiest is to Alt-click on the Audio part of the Clip (temporarily unlinks the Audio & Video), and Ctrl-C (Copy), then move the CTI (Current Time Indicator/Playhead) to the end of the Timeline, and press Ctrl-V (Paste), for as many Instances of that Audio, as you need. Then, drag them to an empty Audio Track, while holding down the Ctrl key for an Insert Edit, rather than a Ripple Edit, so as to not affect anything on that Track, below the desired Video Clip. If you are replacing the Audio.
    Another way to do that is to use an audio-editing program to rip the Audio, Save as a PCM/WAV @ 48KHz 16-bit file, and then Import that into the Project, for use in many Instances.
    Good luck, and hope that helps,
    Hunt

  • How do I save my Prel file as a .MOV file or other movie file in Prel 12?

    I'm trying to upload an edited video to YouTube I made in Prel 12 but it had an error when I tried to share it in Prel but it said the video was too long even though my video was only 4 minutes long.
    So how do I fix that or save my project under something other than a .prel?

    .PREL is a Project file... you need to go to The Elements Tutorial Links Page http://forums.adobe.com/thread/1275830 and read the links about sharing

  • Displaying 320x240 clips in 480x360 movie.

    I am combining 320x240 clips with other size clips and vertical photos and want to end up with a 480 x 360 movie. How do I best do this without the 320 clips and being resized larger and looking fuzzy? Can I set the smaller clips and also the vertical photos in a field of black or similar solution?

    At import iMovie 6 will scale any source file to the dimensions of your Project. Adding a simple black image file sized to your Project dimensions would allow you to prevent the actual video portion from this scaling.
    In an iMovie DV Project the all black image would be sized at 640X480 and your 320X240 QuickTime file would be placed in a "layer" above the black background. You could probably up-size to 400X300 without too much distortion.
    Making such a file is a few dozen mouse click using QuickTime Pro. Exporting from iMovie to QuickTime would allow you to create your 480X360 size using the expert settings.

  • How can I load an external SWF into a movie clip that's inside other movie clip?

    Hi.
    I creating my first flash (actionscript 3.0) website but I'm
    stuck with a visual effect I want to create.
    I have a window on my website called contentWindow. Every
    time you click a button this window is supposed to leave the stage,
    load the requested content and return to the stage.
    The sliding window is a movie clip with 83 frames, 21 to
    enter the stage, 21 to leave the stage again, 20 for nothing (its
    just to simulate the loading time) and 21 to return to the stage.
    Now my goal is, when the user clicks on a navigation button,
    the window exits the stage, loads an external SWF with the content,
    and then returns to the stage.
    I've the "window" movie clip with an instance name of
    "contentWindow". Inside there is another movie clip with an
    instance name of "contentLoader". The content that the user
    requested should appear inside the "contentLoader".
    Now, when the contentWindow leaves the stage, I get this
    error message:
    quote:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at rwd_fla::MainTimeline/trigger()
    If I switch
    "contentWindow.contentLoader.addChild(navLoader);" for
    "contentWindow.addChild(navLoader);" it works fine, but the
    external SWF doesn't move with the window.
    How can I load an external SWF into a movie clip that's
    inside other movie clip?

    Hi,
    Recently, I have been putting together a flash presentation.
    And I am just wondering if the following might help you, in your
    communication with the said swf file:
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    onComplete);
    function onComplete(event:Event):void
    event.target.content.thinggy_mc.y -= 100;
    Not the best example, but this allows you to target a mc
    within an external swf file. I think if you look up this code, you
    will have an answer ;)
    Kind Regards,
    Boxing Boom

  • How do I inactivate all other movie clips except the running one.

    Hello guys
    I would need help to inactivate all other actions on movie clips while the active movie clip is running. So in my flash scen when the user makes a roll over on a movie clip I would like that movie clip to play all frames in that movie clip before the user can roll over on an other movie clip. So the active movie clip don't gets interupted. What actionscript 2.0 should I look for?
    Thanks!
    /Klas

    You could use a boolean variable in a conditional that wraps whetever functionality the objects have to prevent them from taking those actions.  So when you rollover an object it starts to activate its animation or whatever and sets that boolean to prevent any others from doing the same.  And when it completes its actions it rets the boolean.
    If you show your rollover code it might be easier to show an example, but it might be something like...
    var allowPlay = true;
    mc1.onRollOver = rolloverFunction;
    mc2.onRollOver = rolloverFunction;
    mc3.onRollOver = rolloverFunction;
    function rolloverFunction(){
       if(allowPlay){
           allowPlay = false;
           this.play(); // or whatever action your rollover executes
    and when that animation completes the movieclip resets the allowPlay to true.
    _root.allowPlay = true;

  • How do you combine two or more movie clips into one movie clip in iMovie '09

    how do you combine two or more movie clips into one movie clip in iMovie '09

    First create an iMovie project. Then drag the clips (or portions of clips) that you need into the project.
    When finished, use the SHARE menu to share the project.

  • Can I use the same media clips for multiple movies?

    What I'd like to do is import about 15 - 20 hours of camcorder footage, and use that to cut several different iMovies. These are home movies that cover about 5 years, so I'd like to make a Halloween movie using just the halloween clips, and then make a christmas movie, and a birthday movie, etc.
    Is there a way to do this without having every separate iMovie import its own clips? Or in other words can I have all of my imported media sharing by multiple iMovies? Any suggestions?
    Thanks,
    Anthony

    Welcome to the forum, Anthony.
    It's a good question, with no easy answers. Every few weeks someone asks a similar question here. They plan to import many hours of video into iMovie, then build multiple projects from that video. Some have already imported the video and are trying to deal with a huge, unmanageable project.
    iMovie isn't designed to share Media files -- the video files iMovie HD imports to the Media folder of the project package. (To look inside the package, Control-click on the package icon and choose "Show Package Contents" from the popUp menu.) Rather, iMovie HD requires each project has its own Media files.
    iMovie HD is a non-destructive editing environment, which means the entire Media file supporting a clip "sticks" to the clip -- the entire file. The file is never shortened. The file is discarded by iMovie only if you discard every clip associated with that file. In other words, stuff tends to stick around. And the stuff of 15-20 hours of video is large enough to fill a huge hard drive. So we're talking lots of stuff x 2 or 3 here, which is a lot of stuff.
    As you import the video, iMovie HD creates a new Media file at each scene break. Some of those files can be very large -- 12 GB if the hour has no breaks -- so before long your multiple projects are consuming huge amounts of disk space. Although you can Copy and Paste clips between projects, doing so duplicates the entire source file of the clip. So a 20 second clip that's part of a 4 GB Media file that you Copy from Project A to Project B now consumes an ADDITIONAL 4 GB of disk space in Project B.
    When projects reach huge, many users give up in frustration. They've invested lots of time accumulating the video, but they have so much stuff they don't know what to do with it. And sometimes the project size causes iMovie to choke.
    Everything is a lot easier if you plan ahead. Plan WAY ahead. Consider importing just the video you need for each of the (small) projects. Finish one project at a time, then move on to the next one.
    The trick is to view all the video before you begin, and make an index of what video you want to keep, what you want to discard, and what video goes in each (small) project. Use the timecode of your camera to log the location(s) in your index. (If you're using iMovie to view the video in the camera, you might want to take screen captures.)
    When you are done making the index, you are ready to build the Halloween project. Import the Halloween chunks from all the tapes to a Halloween project, edit it, and burn it to a DVD, export it back to a new "Halloween" camcorder tape, or do whatever you want with it.
    Don't miss that if you import all the Halloween clips to a project, you can export that project back to a new tape in the camcorder. The clips will (usually) retain their clip-ness, so when you re-import that tape to a project the clips will come back as discrete clips. Tapes can be useful place to store clips temporarily, or as permanent vault organized by topic.
    Good luck with your project. It'll be fun, but it's going to take a while. Relax, take your time, and enjoy it.
    Karl

  • How can I move a clip from one movie to another

    How can I move a clip from one movie to another?

    If it's just a clip, you can simply go to the other project and Add Media/From Files and Folders.
    But if it's a part of your movie -- say a sequence of clips or a clip that's had effects added to it -- you technically can't cut and paste betweeen projects in Premiere Elements. However, some people have been able to do it using the third party program ClipMate, available online.

  • I made a movie in iMovie then deleted the clips in it. I have reimported the clips in an event with the same name as previously and some clips in the movie are still saying source slip missing even though they are there. What can I do?

    I made a movie in iMovie then deleted the clips in it. I have reimported the clips in an event with the same name as previously and some clips in the movie are still saying source slip missing even though they are there. Some clips are fine in the movie, but most are just black and when I hover over them, it says source clip missing. How to I fix this? Thank You

    I did that too, then I did a migration assistant to a new Mac and ALL of my movies have Source Clip Missing now, even though the original clips are still in the iPhoto Videos.  I can stand to re edit one or two projects, but not ALL.

  • Creating video clips from MP4 movie

    Can anyone recommend a piece of software that will allow me to capture pieces of an mp4 movie and save them as clips for use in iMovie projects?  I have converted some analog video Hi8 vacation movies to digital mp4 format.  The problem is that the end result of the conversion is a 60 min movie with no breaks in it.  I would like to select pieces of the movie, save them to a folder and be able to use them as video clips in iMovie projects.  Trying to work with a 60 min movie as opposed to individual clips in iMovie is proving to be impossible.  Any suggestions on how to do this would be greatly appreciated.  Thanks.

    What you don't want to do is compress more than one time. So the best way to do this is choose file/export/QuickTime Movie... then choose use current settings and include audio and video if both are needed. Also check on "Make movie self contained". This is a single QT movie of your short videos... and it is of the highest quality possible. But it's a large file compared to what you've been suggesting. However... it will end up being compressed to flash and that final should look better because you didn't compress it twice.
    That said, it's really making sense to me for YOU to make the flash movie directly from your edit station... You'll need either Flash pro, or Sorenson Squeeze or Episode Pro to do the best job of this. That way you're only compressing one time too.
    Jerry

  • Movie clip inside a movie clip

    Hi everybody,
    I'm creating a slideshow with Flash, like the  ones done with Powerpoint. I would like to create a movie clip inside  another movie clip, that is, say I have a clip called button1, and when I  click it, frame number 2 in this clip is displayed, and then more  information appears. Inside this frame 2, there are other clips, for  example an X button to close and return to frame number 1 in the clip  button1, as the image shows:
    What I have done is convert the button1 text into a movie  clip, and assign an action to it:
    on (press){
        gotoAndStop(2);
    When frame 2 is displayed, I would like to  click to the X-button to get back to frame number1, so what I've done  is, again, convert it into a movie clip and assign the following action:
    on (press){
        _root.gotoAndStop(1);
    But this doesn't work. I've been trying as  well changing other things, but no way... At first I thought it had  something to do with the _root or _parent, but now it looks as when  using gotoAndStop in the "parent" button (button1), no actions work for  the "child" buttons.
    I've loaded the fla and the swf files here, just in case  someone would like to check.
    Thank you very much in advance for your help.  I've been checking other posts, but apparently I couldn't find the  appropriate info.

    "_root" is only used to reference the very first level of your flash file. Right now you are telling flash to go to the second frame in your root timeline but you want to go to the second frame in your button1 timeline.
    Change the code that is on the X-button to
    on(press){
         gotoAndStop(1);
    Remove the "_root" and it should work.
    If it still doesn't work, make sure the button has an instance name of "button1" and use this code.
    on(press){
         _root.button1.gotoAndStop(1);
    This is using "_root.button1" as the 'address' of your movieclip and it wont matter where the code is.

  • A movie in side another movie clip

    I have a movie clip(A) thats inside another movieclip(B). Im
    trying to use movieclipA's _x and _y but it gets all messed up.
    Does someone know how to fix this.

    What do you mean, get's all messed up? If clip B is on the
    current timeline
    then you can get to clip A's properties by going:
    trace(clipB.clipA._x);
    trace(clipB.clipA._y);
    or even:
    var ca = clipB.clipA;
    trace(ca._x);
    trace(ca._y);
    Dave -
    Head Developer
    www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Checking for dupicated clips in a movie

    I am making a long movie and I believe I have used some clips more than once.  How is the best way to check and make sure I only use them one time?
    Thanks,
    Wayne

    Wayne,
    In the Project Panel, you have Video Usage. Unfortunately, as one can have many Instances of a Source Clip, and those can have different In & Out Points, just pure Usage does not mean that you have used the same Clip multiple times, as each Instance can be quite different.
    Now, in PrPro's (later versions), if one Rt-clicks on an Asset in the Project Panel, they can Reveal in Sequence, and see each use. I do not know if later versions of PrE have added that, or similar. And again, because a Clip (or segment of a Clip) is used multiple times, it could well be just a different Trim from the "master" Clip.
    The only way that I can think of in PrE (at least up to the versions that I have installed to test) would be to step through the Timeline with PageDn, noting the file names. I would probably toggle the Clip Display to Name, and not All Frames, so as to not be distracted by the Frame Displays, and only to see the Clip Names. This will obviously be an exercise in memory.
    Hopefully, later versions of PrE have added something like the Reveal in Project (PrE does not have Sequences, so only one Timeline - the Project's), and one can use that to see all Instances. You would still need to determine if those Instances contain the same Trim Points, which would mean that they WERE duplicated.
    Good luck, and let's let a user with the newest version comment on Reveal in Project, or similar.
    Hunt
    PS - In the Project Panel, one can click+drag on the Video Usage Column header/title and move it closer to the Clip Name. That might keep one from having to scroll about the Project Panel.

Maybe you are looking for

  • How to use UNSPSC code in SRM MDM ?

    Hi, We are in migration from CCM 2.0 SRM MDM. In CCM , we are uploading the catalogs with UNSPSC and material group. Either any one is mandatory. If they give UNSPSC code in catalog, while uploading we are mapping to correspoding material group. But

  • Chinese Character Help

    My Problem: if i use the following statement, my Chinese Charaters become hexadecimal numbers: stmt = conn.createStatement(OracleResultSet.TYPE_SCROLL_INSENSITIVE, OracleResultSet.CONCUR_READ_ONLY); if i use the following statement, my Chinese Charat

  • RESA status in production order

    Dear all I want RESA status in production order . wht prerequisities is required and how it wil come ? plz suggest me

  • Goods Movements with Handling Units

    Hi: Any one knows how can I get make Goods Movement with Handling Units  inter plants? I am trying by VLMOVE but this Tcode just has process for into a Plant not for Transfer posting plant to plant., so, I need give out for materials in Handling Unit

  • How to arrange items in an application

    Hi, I'm new at APEX and at this forum My Question is: I want to create a region that shows a certain record from a table but i want to be able to arrange the items by my choice. when i create the region based on a form items are arrange verticaly and