Can somebody help me find the FCE 4.0.1 upgrade?

I'm about to  install Final Cut Express 4 in a Mac Book Pro running OS 10.8.2. Based on what I've read, it looks like I'll have to upgrade the software to 4.0.1 before Final Cut Express will run on my computer. Does anyone know if it's still available through Apple's Software Upgrades? If so, where is it located? If not, is there another site that might still have it available? Thanks!

Use Software Update started by clicking the Apple icon at the top of the screen and selecting Software Update from the menu.
FCE needs to be installed at the default top level of your Applications folder for SU to see FCE.
Al

Similar Messages

  • I have bought 12 songs from iTunes on my I phone and would now like to record them on a CD.  When I open my Itunes on my desktop and go to what I've purchased it shows only 7 songs bought????  Can anyone help me find the other's so I can burn a CD?

    I have an IPhone 4 and downloaded 12 songs from the Itunes store on my phone.  I want to burn a CD but when I go into my ITunes on my desktop which is Windows XP there are only 7 listed not the 12 I bought.  Can anyone help me find the others?????

    Connect iPhone, then go to iTunes > File > Transfer purchases...

  • Can anyone help me find the output option in Bridge CC?

    Can anyone help me find the output option in Bridge CC?

    http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

  • Can someone help me find the JavaMail example code?

    Hello, once I found a collection of source code files that contained example code for using the JavaMail API. Now I cannot find the collection. Is it still online? Can anyone help me find the JavaMail example code? Sorry if this question seems to easy - I've been searching for a while now without success.
    Thanks in advance,
    Paul Humphrey

    Really? You can't find it? My answer above wasn't
    clear? And this FAQ entry didn't help?
    http://java.sun.com/products/javamail/FAQ.html#examples
    Please, tell me how I could make the answer more clear to you...

  • I can't find photos imported from my iPhone 4 with "Image Capture" to iPhoto in my iPhoto anywhere... and they were deleted from the iPhone after import! Can anyone help me find the photos?

    I can't find photos imported from my iPhone 4 with "Image Capture" to iPhoto anywhere... and they were deleted from the iPhone after import! Can anyone help me find the photos?

    Do you know the date they were taken? Try search on that.
    Regards
    TD

  • Can anyone help me find the free full semester labview course slides that were on the labview web site but recently disappeared. I would like to use them in my course.

    Can anyone help me find the free full semester labview course slides that were on the labview web site but recently disappeared. I would like to use them in my course.

    The main page of the Academic section can be found here.
    I think the material you are looking for is the courseware.
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Can anyone help me find the airplay function on my Macbook air (new)

    Can anyone help me find the airplay function on my Macbook air (new)

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    -Griff W.

  • Can Someone Help Me Find The Right KVM?

    I have a tough set-up and I'm finding the search to be overwhelming. I'm hoping someone who's been through this before can help me find the best KVM for my needs. Here's what I have:
    Apple Dual 553mHz G4
    • Upgraded dual montior video PCI card (ADC and DVI ports)
    Apple G5 QUAD
    • Stock dual DVI ported video PCI Express card
    Monitors
    • 2 Apple 17" displays (ADC)
    • 1 Wacom 18" Display (DVI)
    I also have 1 Apple DVI to ADC Display Adapter
    Can I find a dual monitor KVM to use between these 2-machines and leave the third monitor on the G5 only? How about 3-monitor KVM? What are my options here? I'm so confused by all of this.
    i really want the G5 to be able to use all three monitors at once. It doesn't matter to me how many the G4 gets. If the KVM doesn't work I'm just going to suck it up and buy a second video card for the G5 (and DVI adapter) and run all 3 monitors on the G5 and use Remote Access for the G4.

    with respects to the dual DVI KVM... there are a couple of options out there.
    as far as 3 monitor KVM, there really are no such products, however, there are DVI matrix swtiches that will allow you to manually (or through presets) switch any input to any output, to include mirroring monitors on various inputs. however, with anything DVI, there may potentially be hot switch issues with resolution and synch, handshake, peripheral control, etc...
    let me just shoot you a couple of links...
    for dual DVI KVM...
    http://www.linkskey.com/detail.php?Productid=140&ProductName=LDV-DM02ESK
    http://www.linkskey.com/detail.php?Productid=139&ProductName=LDV-DM04ESK
    http://www.cablestogo.com/product.asp?cat%5Fid=518&sku=32562
    http://www.networktechinc.com/srvsw-pc-dvi.html
    DVI matrix switchers (any input to any output - very expensive)
    http://www.gefen.com/kvm/product.jsp?prod_id=1464
    http://www.digitalprojection.com/content/view/88/91/
    sorry to just shoot a bunch of links to you. in my experience, i've generally just used VGA for KVM setups and also there are many pitfalls with compatibility in certain setups that are almost impossible to avoid without trial and error and blind luck.

  • HT1349 can anyone help me find the itunes i downloaded on my netbook

    Hi can anyone help me find my itunes download on my netbook. thanks

    Have you looked for debris in your headphone jack?

  • Can anyone help me find the raw converter for Nikon D4/ I have Aperture 3.0 with Snow Leopard. thanks in advance

    hi,
    Having problems finding the correct download for a Nikon D4 raw converter.
    Can anyone help direct me to the right link?
    I am using Aperture 3.0 with Snow leopard.
    thanks in advance
    Mark

    Nikon D4 is supported by Digital Camera RAW Compatibility Update 3.10:
    http://support.apple.com/kb/DL1510
    Check the System requirements, if it is compitability with your installation Mac OS X 10.6.8.
    Regards
    Léonie

  • Can anyone help me finding the exact logic?

    I have a query to find the greater salary distinctly. But I am not able to understand the inner logic of it.
    I suspect that it is using some position value as the reference. So please help me in finding the hidden logic.
    I would appreciate more, if you can explain in detail.
    select sal from emp e where 2 =(select count(distinct(sal)) from emp where emp.sal>=e.sal)
    Cheers,
    Venugopal Saride.

    this example migth be of some help.
    SQL> select empno, ename, job, sal
      2    from emp;
         EMPNO ENAME      JOB              SAL
          7566 JONES      MANAGER         2975
          7902 FORD       ANALYST         3000
          7839 KING       PRESIDENT       5000
          7698 BLAKE      MANAGER         2850
          7782 CLARK      MANAGER         2450
          7369 SMITH      CLERK            800
          7499 ALLEN      SALESMAN        1600
          7521 WARD       SALESMAN        1250
          7654 MARTIN     SALESMAN        1250
          7788 SCOTT      ANALYST         3000
          7844 TURNER     SALESMAN        1500
          7876 ADAMS      CLERK           1100
          7900 JAMES      CLERK            950
          7934 MILLER     CLERK           1300
    14 rows selected.
    SQL> select e2.empno,
      2         e2.ename,
      3         e2.job,
      4         e2.sal,
      5         e2.rn
      6    from (select e1.empno, e1.ename, e1.job, e1.sal,
      7                 row_number() over (order by e1.sal desc) rn
      8            from emp e1) e2;
         EMPNO ENAME      JOB              SAL         RN
          7839 KING       PRESIDENT       5000          1
          7902 FORD       ANALYST         3000          2
          7788 SCOTT      ANALYST         3000          3
          7566 JONES      MANAGER         2975          4
          7698 BLAKE      MANAGER         2850          5
          7782 CLARK      MANAGER         2450          6
          7499 ALLEN      SALESMAN        1600          7
          7844 TURNER     SALESMAN        1500          8
          7934 MILLER     CLERK           1300          9
          7521 WARD       SALESMAN        1250         10
          7654 MARTIN     SALESMAN        1250         11
          7876 ADAMS      CLERK           1100         12
          7900 JAMES      CLERK            950         13
          7369 SMITH      CLERK            800         14
    14 rows selected.
    SQL>

  • [Q] can anyone help me find the "sync all cores" function?

    Hi all,
    i'm new in the world of overclocking and trying to find my way through the bios of my z87 mpower max motherboard... but i've spend some time now trying to find the "sync all cores" toggle?
    can anyone help me out?
    greetings!
    EDIT: my bios version is 1.3

    Look in the UEFI/BIOS 'OC" Section, sub section 'CPU Features'. The Core Ratios to be set individually to the desired multi. Example, cores 1 - 4 set at 40X. Then make sure Turbo Boost is 'Enabled', and to ensure stabilization across the cores, enable 'Enhanced Turbo' setting as well.

  • Can somebody help me find a bug in my applet?

    Hi,
    I am in the process of creating a RPG program using Java. I am not very experienced with java, however the problem i am currently facing is something i can't seem to figure out. I would like to draw a simple grid where a character (indicated by a filled circle) moves around this grid collecting items (indicated by a red rectangle). When the character moves on top of the grid with the item, i would like it to disappear. Right now i am not worrying about the fact that the item will reappear after the character moves away again, because sometimes, when the character moves over the item, nothing happens/another item disappears. i have been at this for 4 days and still cannot figure out what is goign on. can somebody please help me? it would be most appreciated.
    Thanks

    State is the key. Here the rects array keeps track of things. Of course, there are lots of ways to put these things together. Use the arrow keys to move the token and the x key to reset the rectangles.
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import javax.swing.*;
    public class RPG extends JApplet
        public void init()
           RPGPanel rpgPanel = new RPGPanel();
           Container cp = getContentPane();
           cp.setLayout(new BorderLayout());
           cp.add(rpgPanel);
        public static void main(String[] args)
            JApplet applet = new RPG();
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(applet);
            f.setSize(400,400);
            f.setLocation(200,200);
            applet.init();
            f.setVisible(true);
    class RPGPanel extends JPanel
        final int
            GRID_SIZE = 8,
            PAD       = 20;
        Rectangle[] rects;
        int rectSize;
        Ellipse2D.Double token;
        int dx, dy;
        public RPGPanel()
            TokenController controller = new TokenController(this);
            dx = 2;
            dy = 2;
            requestFocusInWindow();
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            drawGrid(g2);
            drawRects(g2);
            g2.setPaint(Color.red);
            g2.fill(token);
        public void moveToken(int horiz, int vert)
            int x = dx * horiz;
            int y = dy * vert;
            if(isWithinBounds(x, y))
                token.x += x;
                token.y += y;
                repaint((int)(token.x - dx), (int)(token.y - dy),
                        (int)(token.x + token.width + dx),
                        (int)(token.y + token.height + dy));
            else
                Toolkit.getDefaultToolkit().beep();
            // check for contact with rects
            checkForContact();
        public void reset()
            for(int j = 0; j < rects.length; j++)
                if(rects[j].width == 0)
                    rects[j].width = rectSize;
            token.x = getWidth()/2 - token.width/2;
            token.y = getHeight()/2 - token.height/2;
            repaint();
        private boolean isWithinBounds(int x, int y)
            int w = getWidth();
            int h = getHeight();
            Rectangle r = token.getBounds();
            if(r.x + x < 0 || r.x + r.width + x > w)
                return false;
            if(r.y + y < 0 || r.y + r.height + y > h)
                return false;
            return true;
        private void checkForContact()
            for(int j = 0; j < rects.length; j++)
                Rectangle r = rects[j];
                if(token.intersects(r.x, r.y, r.width, r.height))
                    r.width = 0;
            repaint();
        private void drawGrid(Graphics2D g2)
            int w = getWidth();
            int h = getHeight();
            double xInc = (double)(w - 2*PAD) / GRID_SIZE;
            double yInc = (double)(h - 2*PAD) / GRID_SIZE;
            double x1 = PAD, y1 = PAD, x2 = w - PAD, y2;
            // horizontal lines
            for(int j = 0; j <= GRID_SIZE; j++)
                g2.draw(new Line2D.Double(x1, y1, x2, y1));
                y1 += yInc;
            // vertical lines
            y1 = PAD; y2 = h - PAD;
            for(int j = 0; j <= GRID_SIZE; j++)
                g2.draw(new Line2D.Double(x1, y1, x1, y2));
                x1 += xInc;
        private void drawRects(Graphics2D g2)
            if(rects == null)
                initRectsAndToken();
            g2.setPaint(Color.blue);
            for(int row = 0; row < GRID_SIZE; row++)
                for(int col = 0; col < GRID_SIZE; col++)
                    int index = row * GRID_SIZE + col;
                    g2.fill(rects[index]);
        private void initRectsAndToken()
            int w = getWidth();
            int h = getHeight();
            double xInc = (double)(w - 2*PAD) / GRID_SIZE;
            double yInc = (double)(h - 2*PAD) / GRID_SIZE;
            rectSize = (int)(0.3 * Math.min(xInc, yInc));
            rects = new Rectangle[GRID_SIZE * GRID_SIZE];
            double x0 = PAD + (xInc - rectSize)/2 + 1;
            double y0 = PAD + (yInc - rectSize)/2 + 1;
            double x = x0, y = y0;
            for(int row = 0; row < GRID_SIZE; row++)
                for(int col = 0; col < GRID_SIZE; col++)
                    int index = row * GRID_SIZE + col;
                    rects[index] = new Rectangle((int)x, (int)y, rectSize, rectSize);
                    x += xInc;
                x = x0;
                y += yInc;
            // token
            int d = (int)(0.8 * Math.min(w, h) - 2*PAD) / GRID_SIZE;
            token = new Ellipse2D.Double(w/2 - d/2, h/2 - d/2, d, d);
    class TokenController
        RPGPanel rpgPanel;
        public TokenController(RPGPanel rpgp)
            rpgPanel = rpgp;
            registerKeys();
        private Action up = new AbstractAction()
            public void actionPerformed(ActionEvent e)
                rpgPanel.moveToken(0, -1);
        private Action left = new AbstractAction()
            public void actionPerformed(ActionEvent e)
                rpgPanel.moveToken(-1, 0);
        private Action down = new AbstractAction()
            public void actionPerformed(ActionEvent e)
                rpgPanel.moveToken(0, 1);
        private Action right = new AbstractAction()
            public void actionPerformed(ActionEvent e)
                rpgPanel.moveToken(1, 0);
        private Action reset = new AbstractAction()
            public void actionPerformed(ActionEvent e)
               rpgPanel.reset();
        private void registerKeys()
            rpgPanel.getInputMap().put(KeyStroke.getKeyStroke("UP"), "UP");
            rpgPanel.getActionMap().put("UP", up);
            rpgPanel.getInputMap().put(KeyStroke.getKeyStroke("LEFT"), "LEFT");
            rpgPanel.getActionMap().put("LEFT", left);
            rpgPanel.getInputMap().put(KeyStroke.getKeyStroke("DOWN"), "DOWN");
            rpgPanel.getActionMap().put("DOWN", down);
            rpgPanel.getInputMap().put(KeyStroke.getKeyStroke("RIGHT"), "RIGHT");
            rpgPanel.getActionMap().put("RIGHT", right);
            rpgPanel.getInputMap().put(KeyStroke.getKeyStroke("X"), "X");
            rpgPanel.getActionMap().put("X", reset);
    }

  • Can anybody help me find the serial number for my ipod touch on the apple website because it got stolen and i need the sereal number?

    i have done this before but i forgot how.
    i want to see a list of all the products registered in my name.

    You cannot find the ipod using the serial number.  You can give it to the police, so if they find it they can identify it.
    You can indeed find your serial numbers:
    iPod: How to find the serial number

  • My apple 5 s was stolen, can anyone help me find the using of the phone or iccid now

    Equipment models: the IPHONE 5 s 16 gb SILVER
    Serial number: C3*****RC5
    Can help me?
    <Personal Information Edited by Host>

    Apple does not track phones.
    If you did not activate find my iPhone, the device can not be tracked.

Maybe you are looking for