Loading FCEHD movie into Soundtrack

I'm missing something. I want to use ST for the first time and load the movie I'm worling on. Reading the ST user's guide, it says to drag the movie from the finder to the video window. Does that mean I have to save my FCP project as a movie first and use that, or is it referring to some other file?

You have to export you movie from FCE. Depending on the version there should be a function for Export for Soundtrack.

Similar Messages

  • Load a Movie into a Loaded Movie?

    Okay, so I've got movie1. I loaded movie2 into movie1 using
    loadMovie. That works fine.
    I loaded movie3 into movie2, also using loadMovie. That works
    fine when I preview movie2, but when I preview movie1, movie3
    doesn't load.
    How can I load a movie into a loaded movie? I don't want to
    replace the movie, I want to load into it.
    They're all in the same folder.
    I'm using a movie clip placement marker instead of levels.
    Help!!!

    davidlieb wrote:
    > Okay, so I've got movie1. I loaded movie2 into movie1
    using loadMovie. That
    > works fine.
    >
    > I loaded movie3 into movie2, also using loadMovie. That
    works fine when I
    > preview movie2, but when I preview movie1, movie3
    doesn't load.
    >
    > How can I load a movie into a loaded movie? I don't want
    to replace the movie,
    > I want to load into it.
    >
    > They're all in the same folder.
    >
    > I'm using a movie clip placement marker instead of
    levels.
    >
    > Help!!!
    >
    I think that
    _root.
    this.
    _parent.
    helps.

  • Loading DVD movies into iTunes 10.6.3 over OS10.6.8 stream to iPad

    Hi,
    I am on holidays and want to watch a DVD (No Code of Conduct, always been a Martin Sheen fan) I bought at a Yard Sale. My van is set up to port the iPad audio through the van stereo and has a mounting bracket for the iPad that makes it handy to watch while in the bed. Fortunately, I brought my MacBook along for the DVD player. I want to watch the movie on the iPad while it is playing in the MacBook. I tried to load the DVD into iTunes for Home Sharing , but no luck there.
    How do I stream a DVD movie to my iPad from my MacBook?
    Ken

    Sorry Winston, but I can and have done it.
    Not the way I wanted to but it works none the less.
    First, convert the DVD to a format usable by iTunes
    Second, import the converted movie to iTunes and turn on home sharing for the MacBook AND the iPad, log in both machines
    Third, make sure both devices are connected to the same network. I also tried turning on web sharing on the MacBook but for some reason we sharing wouldn't run so I connected to an another available network.
    Last, run Video on the iPad, select the movie and badda bing, it works.
    NOTE, try this with a better movie next time. Although I like Martin Sheen, not the best choice.
    Ken
    PS. I'll report back when I get websharing working to see if it runs without an outside network.
    PPS. Since the movie was loaded into iTunes it was easy to sync the movie into the iPad for watching without the help of the MacBook.

  • Problem going to fullscreen after loading AS2 movie into AS3

    I've got a loader movie that is written in AS3, and
    fullscreen is enabled. I have a context-menu fullscreen trigger and
    a keypress fullscreen trigger built into the loader movie. When I
    load an AS3 movie or an AS1 movie through the loader movie, I can
    go to fullscreen without problems. When I load the AS2 movie, I
    cannot.
    Does anyone have an idea why this might be? I'm struggling.
    Thanks in advance.

    Thanks for your help, but as said ("But also using a
    separated second loader to load the second file is not working.")
    even when using a second loader (with a different name) the second
    file loaded will not work.
    I'm removing any EventListener from the first loader,
    unloading and then nulling it.
    But to me it seems, that the first content is not garbage
    collected and because of that, even when loaded with an other
    loader the first loaded swf-file interferes with the second.
    I came to this conclusion, because the first loaded swf-file
    is still working after trying to load the second file. And just
    more weird: the first loaded file is in the same state and also
    after closing the Flash-Player.
    You can see it for yourself: download the testcase. Start the
    testcase.swf. Load a contentfile. Skip a few pages. Quit the Flash
    Player. Start the testcase.swf again and load the same contentfile.
    You will see it's at the same position like before quiting the
    Player.
    And I can't help, but that seems like a bug to me...

  • Load Multiple movies into single container

    I am completely frustrated with trying to figure out how to
    click on a button in a menu of many buttons and have a movie pop up
    into a container that is a specific size and in a specific position
    on the screen. Is there a masking option that can be used to only
    allow viwing in a specific-sized frame? I can get the movies to
    play when pressing on each button, but controlling where it is
    positioned on screen, and how large is my problem...
    ...must be easy, but I'm stuck. I am trying to learn
    Actionscript, but am horrible at it. Thanks for any suggestions.

    Okay, good. Maybe just some advice, then. I am creating a web
    page that has a movie clip menu bar. When the user click on an
    image in the bar, the movie clip will pop up into a specific-sized
    frame, in a specific location on the page. Clicking on another menu
    item will replace the first movie clip in the same location. Would
    it be best for me to use a mask, or _x,_y, _width, _height
    properties to do this. I'm not quite sure which would be the best
    method for doing what I want to do (there always seems to be a
    hundred ways of doing things, and I use about 30 at a time).
    Thanks for you help, I now have a direction I can go in.
    REALLY appreciate it.

  • Loading external movies in specific frames

    Here's what I'd like to have my project do: By clicking on a
    button in frame 5 I'd like to load a movie into an empty movie clip
    in frame 20. I'v ewritten the script to create the empty movie clip
    and also load the movie, but the movie loads into all frames of my
    project. I'd ideally like to have the movie clip waiting for my
    only in frame 20. Anyone know how to make this happen?
    Thanks
    Eric

    you could not load it into an empty movie clip located on
    frame 20 from frame 5, flash wouldn't know where to load it since
    the movie clip hasn't shown up... you could load it in on frame 5
    and give the movie clip a _visible = false; or set it's _x and _y
    properties to be off the stage, then on frame 20 set it to _visible
    = true; or move its _x and _y properties to be on the
    stage..

  • How to load flash movies in a "series"

    Basically, I have 5 external swf movies.
    I want to load them on another swf container one after
    another, with the container being able to detect the last frame of
    a certain movie and load the next randomly. I can load them easily
    by individually assigning the length of each movie into the
    container.
    But the problem is that the external movies varies in lengh.
    I want to be able to update an external movie and the container
    would still be able to detect the last frame of it.
    Hope someone can help. Thanks in advance.

    i would create 2 arrays. one with the SWF names, and one with
    interval times based on the length of the movies, then use a for
    loop to load the movies into the container based on setInterval...
    you can try using _totalframes if that is going to be to difficult,
    but im not sure how successful that will be.

  • I loaded more songs into Itunes. How can I move them to my IPhone?

    I loaded some CDs into Itunes and they show up in the Music folder okay. When I connect my Iphone to Itunes, I see a music folder under the IPhone icon in the left column but clicking on that shows the list of songs already on my IPhone. How do I move the new songs loaded onto the IPhone without erasing the songs already on the IPhone. I need to do a "merge" somehow. Advice please...

    You need to select the iPhone 'device' (not the Music section underneath it which just shows what is already on the device) and then select the Music tab that will appear on the right-hand side of iTunes : http://support.apple.com/kb/HT1351
    You can also just highlight the new songs in your iTunes music library, and drag-and-drop them over to the iPhone device.

  • How to load a jpg into my movie ???

    I want to load an image stored on my pc into my swf file. i
    know that i can use the loadMovie() method. but i didnt know how to
    enter the url of the target file. For example i have the file in
    the following directory - C:\Documents and Settings\Admin\My
    Documents\image.jpg - how can i load this file into my movie ???
    and THANX...

    aha, ok now i have a problem in duplicating nested movie
    clips. like if i have made a movieclip using the code (lets name it
    OUTSIDE) and another one inside(lets name it INSIDE) it, when i
    duplicate the movieclip OUTSIDE the INSIDE one doesnt exist in the
    new copy. i think the reason is something related to the depth but
    i'm not sure where is the problem. here is an example:
    this.createEmptyMovieClip("line",this.getNextHighestDepth());
    line.createEmptyMovieClip("lineIn",this.getNextHighestDepth());
    line.lineIn.lineStyle(10);
    line.lineIn.lineTo(100,100);
    line.duplicateMovieClip("line2",this.getNextHighestDepth());
    line2._x = 150;
    when i duplicate the the movieclip (line), the movieclip
    (lineIn) doesnt exist inside the new copy which is (line2)

  • How do I load movies into my ipad from itunes?

    I'm trying to load movies onto my ipad from itunes, I've already synced my ipad with all the current songs and the movies, but I go to videos on my ipad and do not see it.  So I go to itunes, hit movies and still see nothing but movies for purchase only.  I'm going on a trip on Wednesday and would love to sync all my mp4 movies into my ipad but can't find them on my ipad, can anyone give me some advice?  I've been searching the forums, but nothing seems to work for me.  Appreciate it guys.

    ohmyyikes wrote:
    wondershare video converter.     
    I wouldn't bother with Wondershare. While iSkySoft has some excellent products (e.g. FreeSync), their video converters are generally (sometimes far) slower than HandBrake (check out the benchmarks at http://www.macworld.com/article/1150757/dvdripping_roundup.html and http://www.iphonelife.com/blog/87/benchmark-excellent-multimedia-converter-handb rake-vs-commercial-apps if you want to see some figures). And vastly overpriced, while HandBrake is free and so is its batch companion. Finally, it's really a one-second drag-and-drop to drop the files it creates into iTunes.

  • Load random swf into movie

    I need to load a randomly selected .swf into my main movie.
    Have found the code below which does all the loading fine...
    ... however, I need to keep elements from the original, so is
    there a way to load the new movie INTO the main one?
    I think I might need to load into an empty instance? If so,
    what does my code need to look like?
    Thanks in advance

    You should use the MovieClipLoader class.
    var mcl = new MovieClipLoader();
    var lis = new Object();
    lis.onLoadInit = function(target:MovieClip){
    //target is loaded and ready when this fires
    mcl.addListener(lis);
    function loadFile(fileURL){
    mcl.loadClip(fileURL, content);
    Now you can just call loadFile with a url and it will be
    loaded into the
    clip 'content', which can be an empty clip on stage. You
    don't have to do
    anything in the listener, but you can set width, height,
    alpha etc. in
    onLoadInit.
    HTH
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Load .MOV into adobe première éléments

    Please someone help me to Load .MOV into adobe première éléments 10?
    Everything should work , new windows computer , new caméra
    Olympus tg1, i Hans QuickTime Pro 7 open on the side !!!

    Patrick Bourret
    I found a sample video from your brand model camera and have tested it in my Premiere Elements 10 on Windows 7 64 bit.
    The sample that I test
    AVCHD video compression
    .swot audio compression
    .mov file extension wrapper format
    1920 x 1080 @ 29.97 progressive frames per second
    I set the Premiere Elements 10 project preset =
    NTSC
    DSLR
    1080p
    DSLR 1080p30 @ 29.97
    I imported the video (saved to my computer desktop) into the project via the program's Get Media/Files and folders. What I imported had the gspot readout out as show in the following screenshot
    This video on the Timeline displayed with perfect video and audio at play back in the Edit Mode monitor. No green video.
    Since you are using Premiere Elements 10, I believe that we need to focus on the video card, especially if your video card is from NVIDIA. If so, the answer may be to roll back the video card driver version rather than to assure that you have the latest video card version. Please check out the following
    http://forums.adobe.com/thread/1317675
    We will discuss this further in the morning.
    Thank you for all the helpful information supplied.
    ATR
    Add On...I am not sure if there is any merit in replacing QuickTime Pro with the "regular" QuickTime latest version.
    http://www.apple.com/quicktime/download/

  • Load external jpeg into flash movie

    Hi, how do i load external jpeg into flash movie?
    Can someone show me the actionscript? Thanks

    hi, i pasted the code on a mc but it didn't work.
    However, when i put in on frame action, it works.
    However, i realised the image flickered (more like refreshed)
    after afew sec...
    Is this normal? Is it the loop problem? how do i get rid of
    that?

  • Trouble loading movies into iTunes

    I recently aquired several movies as files on my computer (I assure you this is legal) However, when I try to load these movies onto iTunes, namely V for Vendetta and Advent Children, it simply refuses to do so. These movies are in the same format as several other files I have sucessfully uploaded, and there is room on it for them.
    How can I fix this

    I had the same problem and now I use iVI to import my video into iTunes. You just drag your videos onto it and it converts them and puts them into iTunes for you. It's worked great. Hope it helps.
    http://www.southpolesoftware.com/iVI/iVI.php

  • HT2729 how do i get the old itunes back as i can not put movies into itunes now that i have loaded the new itunes

    i used to hold down alt whilst draging the movie into the menu at the left side of itunes now that menu is no longer there

    the movie file now shows up in home videos within the movie folder so all my movies are in the movie file in itunes except the new ones now go into movie/home video itunes since i updated itunes
    As implied above, if you do not use a metadata tagging utility and share or import your files directly to iTunes the new files are automatically tagged as "Home Videos" during the import process but you can still use iTunes to make them appear in the same directory as your other movies just as you always could chage their display directory. Simply...
    1) select the "Movies/Home Videos" tab in the main window,
    2) select any/all of the videos you want moved,
    3) select the "File/Get Info" menu option (or press "Command-I") to open the "Information" window,
    4) select the "Options" tab in the "Information" window
    5) Select the "Movie" option in the "Video Kind" pop-up, and
    6) Press the "OK" button to move all items selected in step #2 above to your "Movie" directory and close the "Information" window.
    If you use a metadata tagging utility to add tags to your videos before import to iTunes, then pre-assign the "Movie" Media Kind tag to your files before import to iTunes. If you use a metadata tagging utility to tag files after import to iTunes, then manually set the "Movie" Media Kind option in that app and let it update the iTunes "Movie" directory. If the metadata tagging utility has not yet been updated to recognized files pre-assigned to the "Home Videos" directory, then manually tag the Media Kind in iTunes as described above before using the metadata tagging utility. If you don't like having iTunes automatically assign the "Home Videos" tag to untagged videos during import, then use the iTunes Product Feedback form to request an iTunes "Preference" enhancement option be added to the application allowing users to select a default "Media Kind" to be assigned to "untagged" video files during import.

Maybe you are looking for

  • Need help getting servername from afp volume mount

    Hello I am trying to write a script to take the path of a selected file or folder, put it on the clipboard, and make it a PC friendly link/path to email to pc users in my company. We are sharing files off of 3 servers. My problem is not with the scri

  • LV 8.0 Installation For Distribution Error: Required NIPathsDir property MOZILLADIR undefined

    I have built an application LV 8.0 and I am not trying to prepare a distribution package. I have created a LabView Project (.lvproj) and I have created an Application in Build Specifications.  That works just fine.  I can generate a proper .exe with

  • Can you create a javascript dynamic menu based on security data in oracleDB

    I am looking for a dynamic javascript menu that is generated based on the user role... basically i get the user role from ldap and then I have a Security table in oracle data base that has the permission info and i want to generate my dynamic menu ba

  • Saving email

    I'm a new Mac user changing over from a PC & I've always used Outlook Express for email. Maybe just a function of my twisted mind, but OE seems to have proven totally reliable on saving messages sent & received. I pull them into sub-folders & I can u

  • Lightroom for students : want to use it as pay monthly

    I need to download lightroom for a one semester class, if I sign up for it and pay monthly can I cancel before the year is up or do I have to keep the membership and pay when I won't be using it for more than 2 months?