I need IE9 to display 1st frame of embedded movie file

I have embedded a .mov file into my site. The movie itself, the first frame is a photo. On safari & firefox on my mac, the video appears with the photo as the first frame (which is what I want). However when I view the page on my mum's windows laptop using IE9, the first frame is black. The video plays fine, I just need it to display the first frame rather than a black frame.
The code that I have used is
<embed src="http://www.theamateurchef.co.uk/userimages/AppleCrumbleP.mov" autoplay="false" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/"" height="378" width="477"></embed>
Any help would be much appreciated.
Thanks,
Ally

Yeah.... works fine for me in IE9 also.... eventually. The problem may be that you are not waiting long enough to view the video, especially if you are on a slow connection.
The video file is NOT being progressively downloaded... meaning the entire file must download before the first frame displays. The reason for this is most likely that the MOOV ATOM is placed at the very end of the video file... so the vid player doesn't get the signal to start playing until the very last part of the video file is downloaded.
This is a common problem with many Quicktime video files. There are a number of ways to "swap" the MOOV ATOM from the back of the line to the very front... start here:
http://renaun.com/blog/code/qtindexswapper/
http://www.youtube.com/watch?v=8c8oqNX4b3k
Another method is to open the vid file in QuickTime Pro and re-save the file. This will usually correct the index problem.
Best wishes,
Adninjastrator

Similar Messages

  • Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?

    Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?
    I created project in iMovie then exported it to MP4 and also MOV file at highest definition possible + I added it to iDVD and had a number issues about encoding errors regarding the mp4 file. MOV worked but the quality was terrible.....
    MOV file is as follows:
    4.08GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1920 x 1080
    Duration: 12:33
    Audio Channels: 2
    MP4 File is as follows:
    3.02GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1280 x 720
    Duration: 12:33
    Audio Channels: 6
    I have a MacBook Pro using the Yosemite system upgrade.
    I have updated iDVD and iMovie.
    I even bought the iSkysoft app from the mac store and that was terrible too.
    PLEASE HELP i am getting desperate and about to launch this macbook into the air
    2.66 GHz Intel Core i7
    Version 10.10. 2

    First of all, Hunt--thanks for responding!
    "First, where are you playing the MPEG-2, that you see that jitter?"
    On both a MacBook Pro, an Acer laptop and my Mac Tower. I would love to think that it is a problem with the playback system, and that if I merely send the file off to the duplicator they won't have the same problem. Maybe that is the case...I don't know if I have a choice rather than sending it off to see. But it happens in the same spots, in the same way, on all three of the players so I'm a little reluctant to have faith.
    "Another thing that can cause jitter in an MPEG-2 is the Bit-Rate - higher the Bit-Rate, the better the quality, but the larger the file. For a DVD, one is limited by the total Bit-Rate (both Audio & Video), but with longer prodcutions, some users choose too low a Bit-Rate. If this is the issue, one would need to go back to the original Project and do a new Export/Share."
    Of course, but in the case there is no more 'original project.' It is gone like the wind, stolen along with his computer and backups.
    I think I am stuck using one of two files as my master: a DVD he burned where I only see the stutter/vibration/jitter once, or the mpeg2 file where I see it three times. Hopefully, the duplication house can rip if off of one of them and not see the jitter. I know that in audio, my personal filed, you can do a lot to enhance already existing sound--EQ, compression, tape saturation emulation software, etc. I guess I'm hoping there is some kind of analog to the video world that address jitter after a source has been printed--if indeed the source has been printed to be jittery.
    Thanks,
    Doug

  • Unable to select individual frames from entire mov file in iMovie

    I am trying to edit one long clip in iMovie from an iPhoto .mov file downloaded from a FlipCam. When I select the project from the library in iMovie, I cannot isolate frames to trim. The entire clip is repeatedly highlighted no matter what I do. I use a macbook pro. I have tried importing the file from both iPhoto and from a copy downloaded directly from the FlipCam to my desktop. I've tried some keyboard shortcuts but nothing seems to work. All frames in the file are highlighted. What am I doing wrong? I need to split this one long clip into several shorter ones for our company website and also trim some unwanted frames out.

    FrameGrabbingControl allows you to grab a frame. but you cant directly write from that frame. Do i have to create a dataSink.
    Actually i tried to do one thing that is, I used the cut program. But from that i can not repeatedly take out frame as media data.

  • Capturing a frame from a *.mov file

    I need to capture a frame from a *.mov movie file, but Elements 9 apparently does not recognize that file format.  Does anyone know a way to do what I need to do either by changing the file format to something Elements 9 does recognize or by some other way?  If Elements 9 does recognize the .mov format, what am I doing wrong?  With Elements open, but no file selected, I click on Import/frame from video, then browse to the .mov file after selecting (all files).  When try to open the .mov file,  Elements says it is an unsupported file type.
    I am using Windows Vista.
    Robert Carney

      Hi Robert, you can do this in Windows Movie Maker on Vista
    1) Click Import Media
    2) Navigate to your video folder and select All Files (*.*) from the dropdown
    3) highlight your MOV file and click the Import button
    4) Play your clip and pause where you want the screen grab
    5) On the menu bar click tools and choose Take Picture From Preview
    6) Save as Jpeg
     

  • Need to convert all text frames to intinal caps.

    Hi All,
    I need to convert all text frames in the eps files the text should be first letter to be caps.
    EXAMPLE:
    " The Example Text In The Discussion"   to be " The example text in the discussion "
    I am manually converting around 350 Eps files daily,
    Any help!!!
    regards,
    Vinoth

    Hi Larry,
    Thanks for the reply.
    Yes, excatly we do manually by Type>Change Case>Sentence Case
    But i need this to be done in scripting. My Knowledge in scripting is not good.
    Could you please help me regarding this issue.
    regards,
    Vinoth

  • How to display a frame at the upper left corner of each screen?

    hi,
    below are 2 ways to display a frame at the upper left corner of each screen (i have 2 monitors).
    both work but the 2nd way is much slower. which, if any, of the 2 approaches is "more" correct?
    import java.awt.Canvas;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.DisplayMode;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseAdapter;
    import java.awt.GraphicsConfiguration;
    import java.awt.GraphicsDevice;
    import java.awt.GraphicsEnvironment;
    import java.awt.Point;
    import java.awt.Rectangle;
    import java.awt.Toolkit;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    // the thing that matters in here is setting the frame's location: xCoord
    // is incremented in each iteration by the current screen's width and
    // is used to set the frame's x-coordinate.
    public static void main(String args[])
          GraphicsEnvironment gEnviron = GraphicsEnvironment.getLocalGraphicsEnvironment();
          GraphicsDevice[]    gDevices = gEnviron.getScreenDevices();
          Color colors[] = {Color.blue, Color.red};
          for(int i = 0, xCoord = 0; i < gDevices.length; i++)
             // set panel's size and frame's size to take up the whole screen
             DisplayMode didsplayMode = gDevices.getDisplayMode();
    int screenWidth = didsplayMode.getWidth();
    int screenHeight = didsplayMode.getHeight();
    JPanel panel = new JPanel();
    panel.setBackground(colors[i % colors.length]);
    JFrame frame = new JFrame();
    frame.setSize(new Dimension(screenWidth, screenHeight));
    frame.setContentPane(panel);
    frame.setUndecorated(true);
    // set location of frame.
    frame.setLocation(xCoord, 0);
    xCoord += screenWidth;
    frame.addMouseListener
    new MouseAdapter()
    public void mousePressed(MouseEvent event) {System.exit(1);}
    frame.setVisible(true);
    // this is a lot slower and may not be correct: it sets the frame's location by calling
    // getConfigurations() on each screen device but using only the 1st configuration
    // (it returns 6 on my computer) to get the bounds (for the frame's x-coord).
    // a screen device has 1 or more configuration objects but do all the objects
    // of the device report the same bounds? if the anwser is yes, then the code
    // is correct, but i'm not sure.
    public static void main1(String args[])
    GraphicsEnvironment gEnviron = GraphicsEnvironment.getLocalGraphicsEnvironment();
    GraphicsDevice[] gDevices = gEnviron.getScreenDevices();
    Color colors[] = {Color.blue, Color.red};
    for(int i = 0; i < gDevices.length; i++)
    // set panel's size and frame's size to take up the whole screen
    DisplayMode didsplayMode = gDevices[i].getDisplayMode();
    int screenWidth = didsplayMode.getWidth();
    int screenHeight = didsplayMode.getHeight();
    JPanel panel = new JPanel();
    panel.setBackground(colors[i % colors.length]);
    JFrame frame = new JFrame();
    frame.setSize(new Dimension(screenWidth, screenHeight));
    frame.setContentPane(panel);
    frame.setUndecorated(true);
    // set location of frame: getConfigurations() is very time consuming
    GraphicsConfiguration[] gConfig = gDevices[i].getConfigurations();
    // on my computer: gConfig.length == 6. using the 1st from each set of configs
    Rectangle gConfigBounds = gConfig[0].getBounds();
    frame.setLocation(gConfigBounds.x, gConfigBounds.y);
    frame.addMouseListener
    new MouseAdapter()
    public void mousePressed(MouseEvent event) {System.exit(1);}
    frame.setVisible(true);
    thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Darryl.Burke wrote:
    Blocked one abusive post.
    @flounder
    Please watch your language.
    dbDude - I just looked at your profile. WTF are you doing in India??

  • Initial view is black, want to display a frame

    When displaying a quicktime movie on a web site it always displays black before the movie starts. Is there a way to display a frame from the actual movie?
    I am aware of the set poster frame but it doesn't display when the movie is on a web site.

    hi Atish
    i am using
    loop at gt_sagadr_outtab into wa_sagadr_outtab
    move wa_sagadr_outtab-country to wa_sagadr_text+223(226).
    endloop
    in this last field ie country i need to display the last 226 as blank as only country key is two char in database so the last space is not shown
    i am not unsing the fM as tolb by  you
    and afterwards
    i am usning
    Concatenate 'Sagadr_' sy-datum sy-uzeit '.dat' into gv_filename_sagadr.
    CALL FUNCTION 'FILE_GET_NAME'
      EXPORTING
      CLIENT                        = SY-MANDT
        LOGICAL_FILENAME              = gc_lfile
        OPERATING_SYSTEM              = SY-OPSYS
        PARAMETER_1                   = gc_param1
        PARAMETER_2                   = gc_send
        PARAMETER_3                   = gv_filename_sagadr
      USE_PRESENTATION_SERVER       = ' '
      WITH_FILE_EXTENSION           = ' '
      USE_BUFFER                    = ' '
      ELEMINATE_BLANKS              = 'X'
      IMPORTING
      EMERGENCY_FLAG                =
      FILE_FORMAT                   =
        FILE_NAME                     =  gv_filepath_sagadr
    EXCEPTIONS
      FILE_NOT_FOUND                = 1
      OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and lastly
    open dataset gv_filepath_sagadr for output in text mode encoding default.
        if sy-subrc eq 0.
         loop at gt_sagadr_text into wa_sagadr_text.
         transfer wa_sagadr_text to gv_filepath_sagadr.
         endloop.
        endif.
       close dataset gv_filepath_sagadr.
        if sy-subrc = 0.
        message S002 with gv_filepath_sagadr. "Files & created on Application server
        endif.
    SO NOT SURE WHERE TO USE THE CODE AND HOW

  • I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one view a movie downloaded to the MacAir on a TV screen?

    I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one go about viewing a movie downloaded to the MacAir on a TV screen?

    Welcome to Apple Support Communities
    That's exactly what you need. A Mini DisplayPort to HDMI adapter and a HDMI cable. See > http://support.apple.com/kb/HT4241?viewlocale=en_US
    This is the only way to view a video on the TV. After connecting your MacBook Air to the TV, image on your TV should show immediately. Then, press Command and F1 keys to mirror your MacBook Air display, and open the video

  • Double clicking on an Icon to display a frame....

    Hi! I have an icon whereby when double clicked on should display a frame. To display the icon, I have it as an ImageIcon placed on a label, which works fine. But my problem now is what kind of listener can I add to this label, if any that will cause this frame to be displayed? OR if you have an idea of going about or around this, I'll really appreciate it!! Thanks a lot in advance!!
    Cheers,
    Bolo

    Thanks a lot again Radish! It worked fine. I got another question, which I hope you'll be willing to answer. Hope I'm not being a pain in the butt?
    After the user double clicks on an icon to display a window(step by step wizard), the panel on the frame contains "back" and "next" buttons. And of course the button on the last panel will say finish instead of next. All of this is working fine. My problem is that whenever I re-launch the wizard, it displays the last panel which contains the finish button instead of the first panel. Do you have any ideas of how I can fix this? Thanks a lot in advance!!
    Cheers,
    Bolo

  • I need to transition my 1st Generation Apple TV from an older instance of iTunes to a new instance of iTunes on my brand new Mac... How do I "switch" from one instance of iTunes to another? How do I get the 5 Digit Code Network to come back on my Screen?

    I need to transition my 1st Generation Apple TV from an older instance of iTunes on my iBook to a new instance of iTunes on my new Mac... How do I get the 5 digit Network code to come back? Is there anyway for 1st Generation Apple TV to be synched to two instances of iTunes or do I have to choose one or the other? I appreciate any advice or suggestions. Thanks!

    The 5 digit code is every time different. That does not matter. Just integrate every device into your network.
    You can connect many computers to Apple TV but syncronisation works exactly with one computer. That's why I use "streaming". But you can sync one computer, then another, and so on. The content on your Apple TV is the content from your computer that has synced last. But you can not mix it.
    The new Apple TV has no syncronisation. Everything is streamed,
    Regards,
    Torsten,
    Germany

  • Need guidance in displaying graphics shapes on image

    I would like some help drawing a circle over an image which is displayed in JScrollpane through JLabel, The goal is, whe we click over the image, the image apperas with a small circle in the place we have clicked. I have used JLabel for displaying image in JScrollpane by using imageLabel.setIcon(new ImageIcon("default.jpg"));
    I need to draw circle/rectangle when i click on image by this i need to select different points in the image by drawing circles/rectangles over the image.
    If you understand my problem than please guide me for the same.
    Thank you

    Don't post the same question multiple times. It's rude, as it leads to people wasting their time duplicating each others' answers.
    http://forums.oracle.com/forums/message.jspa?messageID=9385315#9385315
    http://forums.oracle.com/forums/message.jspa?messageID=9385314#9385314
    Need guidance in displaying graphics shapes on image

  • Need help in displaying a region in  a page

    Hi,
    I'm looking for the following scenario.
    Scenario:_
    2 Regions "region_ABC" , "region_XYZ" are dragged and dropped on EM page "PAGE_1". When the "PAGE_1" is displayed first time only the region "region_ABC" will be displayed. When a specific radio button of the "region_ABC" is selected another region "region_XYZ" needs to be displayed in that page "PAGE_1".
    I tried to use the Partial Triggers which didn't work. Please provide valuable suggestion/pointers.
    Thanks in advance
    -Sukumar

    Hi Sukumar:
    This is the typical case for you to use "Control Flow Case".
    You need to create a Bounded task flow say: task-flow1. In this task flow, region_ABC and region_XYZ will be 2 Views in it. Then drag and drop a "Control Flow Case" onto this task-flow1.xml between view: region_ABC and view: region_XYZ. The outcome of the "Control Flow Case" can be anything you like in literal: "ABC2XYZ". Next, go to your region_ABC.jsff file, click on the radio button, and go to its property editor. In the "Action" attribute, put "ABC2XYZ" there.
    You drag and drop the task-flow1 onto your EM page "PAGE_1".
    That's it!
    Good luck,
    Alex

  • Problem displaying 2 Frames

    So, I've got a little problem with the display.
    I've mage a GUI with a frame and all is ok.
    The main calls a methods which does a lot of things and after calls an other class which has to display a frame where I draw some lines thanks to paint.
    the problem is that in the second frame, the content of the first is shown and on the content there are my paints. Does anyone know how to solve this problem in order that in the second frame , there is just my paint. (Because in the second frame, we see just the content, the buttons and all the things aren't ok.... and if I change the size of the second frame, there are a lot of stange things with the display of this frame...)
    Thanks..
    Kanaweb

    So here is some parts of my code.
    My main class is UWB( )
    It's like that :
    package uwbrelease2;
    import javax.swing.UIManager;
    import java.awt.*;
    import java.util.*;
    public class Uwb
      //declaration d'une variable de test pour lancer cadre
      boolean packFrame = false;
      // debut du constructeur
      public Uwb()
        Frame1 frame = new Frame1();
        if (packFrame) {frame.pack();}
        else {frame.validate();}
        //Centrer la fen?tre
        Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
        Dimension frameSize = frame.getSize();
        if (frameSize.height > screenSize.height) {
          frameSize.height = screenSize.height;
        if (frameSize.width > screenSize.width) {
          frameSize.width = screenSize.width;
        frame.setLocation((screenSize.width - frameSize.width) / 2, (screenSize.height - frameSize.height) / 2);
        frame.setVisible(true);
      }  // fin du constructeur
      //m?thode principale
      public static void main(String[] args)
        try {UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());}
        catch (Exception e) { e.printStackTrace(); }
        new Uwb();
        Simulation simu = new Simulation();
        }//fin m?thode principale
    }//fin class uwb[\code]
    Here are some parts of Frame1( ) :[\b]
    package uwbrelease2;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.io.*;
    public class Frame1 extends JFrame {
      //Main UI panel
      JPanel contentPane;
      //Radio buttons that control the current panel
      JRadioButton Panel1Radio = new JRadioButton();
      JRadioButton Panel2Radio = new JRadioButton();
      JRadioButton Panel3Radio = new JRadioButton();
      ButtonGroup buttonGroup1 = new ButtonGroup();
      //Combo box and list of items that control the current panel
      Object[] dataObject = {"1 cm", "10 cm", "50 cm"};
      JComboBox jComboBox1 = new JComboBox(dataObject);
      //Card layout container panel
      JPanel jPanel1 = new JPanel();
      CardLayout cardLayout1 = new CardLayout();
      //Card layout panels and layouts
      JPanel jPanel2 = new JPanel();
      JPanel jPanel3 = new JPanel();
      JPanel jPanel4 = new JPanel();
      GridBagLayout gridBagLayout1_panel3 = new GridBagLayout();
      FlowLayout flowLayout1_panel4 = new FlowLayout();
      ..............................   and so on......
    [\code]
    Here is some part of simulation( ) :[\b]
    package uwbrelease2;
    import java.util.*;
    import java.awt.*;
    import java.io.*;
    public class Simulation
    //constructeur pour cr?er un objet Simulation
      public Simulation()
        try {
          doSimulation();
        catch (IOException ex) {
    public void doSimulation() throws IOException {
        ZoneGraphique zone=new ZoneGraphique(tabMur);
        //zone.validate();
        zone.show();
    where tabMur is an ArrayList .....[\b]
    [\code]
    [b]and finally here is ZoneGraphique ( ):[\b]
    package uwbrelease2;
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class ZoneGraphique extends JFrame {
      public ArrayList tabMur;
      public ZoneGraphique(ArrayList tabMur1) {
        super("visualisation");
        tabMur = tabMur1;
        setSize(500,500);
        try {
          DoZoneGraphique zone = new DoZoneGraphique();
          getContentPane().add(zone);
        catch (Exception e) {
          e.printStackTrace();
    class DoZoneGraphique extends JPanel {
       public void paintComponent(Graphics comp){
         Graphics2D comp2D=(Graphics2D)comp;
       comp2D.setColor(Color.RED);
        comp2D.drawString("Floride",20,20);
       for (int j=0;j<=tabMur.size()-1;j++)
        Mur mur = (Mur)tabMur.get(j);
        comp2D.drawLine((int)mur.getAbs1(),(int)mur.getOrd1(),(int)mur.getAbs2(),(int)mur.getOrd2());
    [\code]
    So if you can help me, thanks .....[\b]

  • Need my 30" display  to be 25ft away from our G5

    Need my 30" display to be 25ft away from our G5 I'm not finding many solutions on how I can do this and still retain a high quality image. Do i need some sort of repeater? Not getting any answers from stores around here. Help!!!!

    http://www.ramelectronics.net/html/DVIdlcables.html

  • MPEG-2 Movies Freeze on 1st Frame (still got sound)

    Have QT 7.03 PRO + QuickTime MPEG-2 Playback (Windows XP Pro)
    The movie plays fine in Windows Media Player but only shows the 1st frame when played using QT.
    My objective is to export the movie to my iPod Video - the movie is muxed but I can un-mux it (elementary streams separate) - is this an issue?
    AMD   Windows XP Pro   SP2

    48W would cook a turkey
    What I have read online by independent folks testing is 13watts standby and 17 watching a movie, it does have a 48watt power supply which is probably peak power for a cold start hard drive spin-up. Still at 17W, that's more than enough to get nice and toasty if you restrict the airflow around the unit.
    Aside from that have you tried a factory restore on the ATV? I have always found that this clears out the cobwebs when my ATV's start acting funny.

Maybe you are looking for

  • Xorg flashing at start on Lenovo Yoga 2 Pro

    Dear All,    I am writing to describe a strange behaviour of X on my Lenovo Yoga 2 Pro, which I would like preferably to remove, but at the very least to understand. I installed plymouth. However, I witness a strange behaviour when plymouth closes an

  • Indesign to swf creates grey border

    I have asked this before. I have been experimenting with exporting a page turning swf file from Indesign. However, no matter what I do the resultant html file has a grey border. It seems to be generated in Indesign but I can't see any way of either c

  • All I get is a gray screen

    I just registered. I tried accessing Buzzword and Connect Now... All I got after the page is loaded is a dark gray screen... I waited, but nothing happened. Anyone?

  • How can I group collaborations under one artist?

    Hi, this is hard to explain but I'm trying to group various collaborations under one artist so that it looks neater on my iTunes/iPod. I haven't managed to get it working right yet. I'll give an example: I have various albums involving Elvis Costello

  • Finally upgrading to OS X on imac-dv G3-what to do for best results

    I finally decided to upgrade to OSX on my old trusty imac-dv crt, G3, 512 MB. I wiped the harddrive-after saving everything onto connected OSX tiger firewire drive-partitioned into (2) 6.3GB partitions. everything runs fine using the firewire as star