Quicktime works in IE7, but not in Firefox 2

I made Firefox 2 my default browser, and I know I have the most up-to-date Quicktime, but I don't know how to make Firefox 2 have a Quicktime plug-in. When I view a page that is supposed to have sound, i get a message that says to click to download required media plug-ins, and identifies quicktime, but it won't let me download anything.
when i view it in IE7, the background sound plays.

You may get the answer you need in the Quicktime for Windows forum...
http://discussions.apple.com/forum.jspa?forumID=943

Similar Messages

  • Spry form validation working in IE but not in Firefox or...

    Ok putting together a contact us form and would like a few
    fields to be required. It works in IE7 but not in Firefox, Safari
    or Google Chrome. In IE7 I get the error msg for no valid email but
    in the other browsers it just does nothing. Here is the link to the
    page
    Aspen
    Homes
    Can anyone help with this? I have used Spry on a couple other
    site and never had an issue. I am updated to the most recent
    version also. I am running
    Vista Ultimate (64-bit)
    DW CS3 or DW CS4 (both do the same thing)
    I have attached my code here in a txt file
    Page
    Code
    thanks
    B

    Anyone?

  • ReCAPTCHA works in IE8 but not in Firefox - Graphics missing

    reCAPTCHA works in IE8 but not in Firefox
    All graphics, the challenge, option boxes, and logo do not appear.

    Make sure that you do not block JavaScript.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Java calendar works in IE but not in Firefox

    This Java code works in IE but not in Firefox - any ideas - tks
    <pre><nowiki><TABLE bgColor=#ffffff border=1 cellPadding=0 cellSpacing=3 id=calendar style="DISPLAY: none; POSITION: absolute; Z-INDEX: 4; left: 28px; top: 365px">
    <TBODY>
    <TR>
    <TD colSpan=7 vAlign=center> <!-- Month combo box -->
    <SELECT id=month onchange=newCalendar()>
    <SCRIPT language=JavaScript>
    // Output months into the document.
    // Select current month.
    for (var intLoop = 0; intLoop < months.length; intLoop++)
    document.write("<OPTION " + (today.month == intLoop ? "Selected" : "") + ">" + months[intLoop]);
    </SCRIPT>
    </SELECT>
    <!-- Year combo box -->
    <SELECT id=year onchange=newCalendar()>
    <SCRIPT language=JavaScript>
    // Output years into the document.
    // Select current year.
    for (var intLoop = 1900; intLoop < 2028; intLoop++)
    document.write("<OPTION " + (today.year == intLoop ? "Selected" : "") + ">" + intLoop);
    </SCRIPT>
    </SELECT>
    </TD>
    </TR>
    <TR class=days> <!-- Generate column for each day. -->
    <SCRIPT language=JavaScript>
    // Output days.
    for (var intLoop = 0; intLoop < days.length; intLoop++)
    document.write("<TD>" + days[intLoop] + "</TD>");
    </SCRIPT>
    </TR>
    <TBODY class=dates id=dayList onclick="getDate('')" vAlign=center> <!-- Generate grid for individual days. -->
    <SCRIPT language=JavaScript>
    for (var intWeeks = 0; intWeeks < 6; intWeeks++)
    document.write("<TR>");
    for (var intDays = 0; intDays < days.length; intDays++)
    document.write("<TD></TD>");
    document.write("</TR>");
    </SCRIPT>
    <!-- Generate today day. --></TBODY> <TBODY>
    <TR>
    <TD class=today colSpan=5 id=todayday onclick=getTodayDay()></TD>
    <TD align=right colSpan=2><A href="javascript:HideCalendar();"><SPAN style="COLOR: black; FONT-SIZE: 10px"><B>Hide</B></SPAN></A></TD>
    </TR>
    </TBODY>
    </TABLE></nowiki></pre>

    Document.all doesn't work in Firefox, you need to use document.getElementById().<br />
    See https://developer.mozilla.org/En/DOM/document.getElementById
    <pre><nowiki> var parseYear = parseInt(document.all.year [document.all.year.selectedIndex].text);
    var newCal = new Date(parseYear , document.all.month.selectedIndex, 1);
    </nowiki></pre>

  • My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    Make sure you are using the correct user name / password.
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message

  • Trailing cursor javascript works in IE, but not in Firefox

    Javascript trailing cursor works in IE, but not in Firefox
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322)

    Without any links to the [http://pastebin.mozilla.org code] we can only suggest you test it in more browsers such as [http://www.opera.com/ Opera] and [http://www.google.com/chrome/ Chrome]

  • HELP - CS5 - Site works in IE7 but not IE8 or Firefox?

    Hope some one can help or pint me in the right direction as i am a complete beginner.
    My webpage desplays perfectly in IE7 but not quite correctly in other browsers. Is there a bit of code i can add that will rectify this problem?
    My html code is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>BDC Intranet</title>
    <link href="styles/check_cs5.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-image: url();
    </style>
    </head>
    <body>
    <div id="outerWrapper">
    <div id="container">
            <div id="header">
             <img src="images/logo.jpg" title="" alt="" class="logo" />
                <address>
                <p>Braintree District Council, Causeway House, Bocking End, CM7 9HB</p></address>
                <img src="images/email.jpg" title="" alt="" class="email" />
                <img src="images/bdclogo.jpg" title="" alt="" class="bdclogo" />
                <ul class="mainNavigation">
                 <li><a href="index.html">- Home</a></li>
              <li><a href="http://bdcintiis/intranet/">/ Library</a></li>
                    <li><a href="http://bdcintiis/Intranet/Library/">/ Directory</a></li>
                    <li><a href="http://bdcintiis/Intranet/PeopleDirectory/">/ Forum</a></li>
                    <li><a href="traffic.html">/ Traffic Report</a></li>
                    <li><a href="http://bdcintiis/intranet/">/ Local Weather</a></li>
         <li><a href="http://braintree-cp01/directory/directory.php?sID=10e1ae435af25009f959623e823f4a62&search= 1&SearchStr=&Items=1">/ Contacts</a></li>
                    <li><a href="http://bdcintiis/Intranet/Help/">/ Help</a></li>
                    </ul>
                <h1>You are currently at the intranet homepage</h1>
            </div>
            <div id="column1">
      <h2>Links</h2>
                <ul class="sideNavigation">
                 <li><a href="index.html">- Home</a></li>
                    <li><a href="http://bdcintiis/Intranet/Braintree-Colchester/">- BDC Working</a></li>
                    <li><a href="http://bdcintiis/Intranet/Organisational+Development+and+Learning/">- BDC Learning</a></li>
                    <li><a href="http://bdcintiis/Intranet/Social/">- BDC Social</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Departments</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Your Ideas</a></li>
                    <li><a href="http://bdcintiis/intranet/">- BDC Calendar</a></li>
                    <li><a href="http://bdcintiis/intranet/News/">- News & Events</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Current Issue</a></li>
                </ul>
                  <div id="braintreeUpdate">       
                  <h5>Local News</h5>
                  <br />
    <script src="http://www.gmodules.com/ig/ifr?url=http://www.ajaxgaier.com/iGoogle/rss-reader%2B.xml&amp; up_title=&amp;up_feed=http%3A%2F%2Fwww.braintreeandwithamtimes.co.uk%2Fnews%2Fbraintree_ne ws%2Frss%2F&amp;up_contentnr=19&amp;up_fontsize=10&amp;up_titlelink=&amp;up_bullet=1&amp;u p_reload_feed=0&amp;synd=open&amp;w=190&amp;h=195&amp;title=&amp;border=%23ffffff%7C3px%2C 1px+solid+%23999999&amp;output=js"></script>      
            </div>
            <h5>Get in Touch</h5>
            <img src="images/getintouch.jpg" title="" alt+""/>      
            </div>
          <div id="column2">
                <h1>Local News about Braintree District Council</h1>
                <h2>Police crack down on motoring offences - click here for more information</h2>
                <div id="pageBanner">
                 <p>Police crack down on<br />motoring offences</p>
            </div>
                <div class="thumbContainer">
                <div class="thumb">
                 <img src="images/shaping.jpg" title="" alt="" />
                    <p>We have been trying to keep the momentum of the Shaping up for the Future conferences alive. click here</p>
                </div>
                <div class="thumb">
                 <img src="images/cycle.jpg" title="" alt="" />
                    <p>Serco are taking part in a charity bike ride, from London to Brighton. Click here for more information</p>
                </div>
                <div class="thumb">
                 <img src="images/field.jpg" title="" alt="" />
                    <p>A programme inspired by residents and will officially launch in June and run for two years. Click here</p>
                </div>
                </div>
      <div id="notices">
            <h3>Latest BDC Notices and Events</h3>
              <p>- Solid pine bedroom furniture - Solid pine chunky rustic bedroom furniture with oiled finish -  £150 ono - <a href="http://bdcintiis/Intranet/Notices/?ID=2271">Click here</a><br />
                - Toy Story Mania Wii Game + Ray Gun - Disneys Toy Story Mania Wii Game including the Ray Gun for it. £12 - <a href="http://bdcintiis/Intranet/Notices/?ID=2270">Click here</a><br />
                - For Sale: Ford Mondeo - 1995 Ford Mondeo (auto) 1.8 LX Taxed & MOT until Oct 2010 £250 - <a href="http://bdcintiis/Intranet/Notices/?ID=2269">Click here</a><br />
              - Bon Jovi tickets - 2 tickets for Bon Jovi at the O2 Sunday 20th June 2010 Block 107 on lower tier row E seats 226 and 227 £150 for the pair. - <a href="http://bdcintiis/Intranet/Notices/?ID=2311">Click here</a><br />    
      </div>
            </div>       
      <div id="column3">
                <h2>Links</h2>
                <ul class="rightNavigation">
                <li><a href="http://bdcintiis/Intranet/Login.htm">- Log into the Content Management System</a></li>
                <li><a href="http://bdcintiis/Intranet/Login.htm">- Open the live version of the BDC website</a></li>
                </ul>
          <h4>A to Z</h4>
                <p><img src="images/AtoZ.jpg" title="" alt+""/><br />
                  <br />
                </p>
    <h4>Local Weather Update</h4>
          <script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/10916253967 9639397174/weather.xml&amp;up_location=Braintree&amp;up_scale=C&amp;up_title=Braintree&amp ;up_icons=Google&amp;synd=open&amp;w=188&amp;h=356&amp;title=&amp;border=%23ffffff%7C3px%2 C1px+solid+%23999999&amp;output=js"></script>
          </div>       
            <div id="footer">
            <h1>All of the pages on this website are the copyright © of Braintree District Council</h1>
            </div>
            <div class="advertContainer">
            <div class="advert">
             <img src="images/bottompics.jpg" title="" alt="" /> </div>
            </div>
        </div>
    </div>
    </body>
    </html>
    My CSS code is:
    body   { font-size: 100%; font-family: Arial, Helvetica, sans-serif; background: #c0c0c0; margin: 0px; padding: 0px; }
    #outerWrapper  { width: 1000px; margin: 0 auto; }
    #container  { width: 980px; padding: 10px; margin: 0 auto; float: left; background: #fff; }
    #header   { width: 980px; height: 150px; margin-bottom: 10px; position: relative; background: #595959; }
    #column1  { float: left; width: 198px; margin-right: 10px; border: 1px solid #adc411; }
    #column2  { float: left; width: 560px; }
    #column3  { float: left; width: 198px; margin-left: 10px; border: 1px solid #adc411; }
    #footer   { width: 980px; height: 35px; margin-bottom: 10px; margin-top: 10px; position: relative; background: #595959; }
    #header img.logo      { position: absolute; top: 5px; left: 10px; }
    #header img.bdclogo      { position: absolute; top: 5px; right: 5px; }
    #header img.email      { position:absolute; top: 77px; right: 131px; }
    #header ul.mainNavigation    { width: 980px; height: 20px; padding:0px; margin: 0px; background: #fff; position: absolute; bottom: 35px;    left: 0px; list-style: none; }
    #header ul.mainNavigation li   { float: left; list-style: none; width: 120px; display: block; background: #fff; }
    #header ul.mainNavigation li a   { display: block; color: #595959; text-decoration: none; font-weight: bold; line-height: 20px;  text-align: center; font-size: 80% }
    #header ul.mainNavigation li a:hover {  }
    #header h1        { color: #fefefe; margin: 0px; padding: 0px; position: absolute; bottom: 10px; left: 10px; font-size: 80%; }
    #header address       { position: absolute; top: 63px; right: 10px; color: #fefefe; font-size: 75%; font-weight: bold; font-style: normal; }
    #column1 h2,
    #column3 h2        { background: #adc411; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 10px 0px; padding: 4px 5px; font-size: 95%; }
    #notices        { float: left; height: 200px; width: 560px; margin-top: 10px; margin-right: 10px; border: 1px solid #adc411; font-size: 80%; }
    #notices h3        { background: #595959; color: #fefefe; line-height: 20px; width: 550px; margin: 0px 0px 10px 0px; padding: 4px 5px; font-size: 110%; }
    #column2 h1        { color: #adc411; margin: 0px; padding: 0px; font-size: 110%; font-weight: bold; }
    #column2 h2        { color: #595959; margin: 0px; padding: 0px; font-size: 80%; }
    #column2 #pageBanner     { width: 560px; height: 200px; position: relative; background: url(../images/police.jpg) no-repeat center; margin-bottom: 10px; margin-top:  10px; }
    #column2 #pageBanner p     { color: #fefefe; font-weight: bold; position: absolute; bottom: 10px; left: 10px; }
    #column1 ul        { float: left; list-style: none; padding: 0px; margin: 0px; }
    #column1 ul li       { float: left; clear: both; padding: 4px 5px; list-style: none; }
    #column1 ul li a      { display: block; text-decoration: none; color: #595959; font-weight: bold; font-size: 90%; }
    #column1 ul li a:hover     {  }
    #column1 h5        { background: #595959; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 5px 0px; padding: 4px 5px; font-weight: bold; font-size: 80%; }
    #column3 ul        { float: left; list-style: none; padding: 0px; margin: 0px; }
    #column3 ul li       { float: left; clear: inherit; padding: 4px 5px; list-style: none; }
    #column3 ul li a      { display: block; text-decoration: none; color: #595959; font-weight: bold; font-size: 90%; }
    #column3 ul li a:hover     {  }
    #column3 h4        { background: #595959; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 5px 0px; padding: 4px 5px; font-weight: bold; font-size: 80%; }
    .thumbContainer       { float: left; width: 570px; overflow: hidden; }
    .thumb         { float: left; width: 170px; height: 190px; padding: 5px; margin-right: 10px; background: url(../images/backroundgreen.jpg) no-repeat; font-size: 75%; font-weight: bold; color: #fefefe; }
    #footer h1        { color: #fefefe; margin: 0px; padding: 0px; position: absolute; bottom: 10px; left: 230px; font-size: 80%; }
    .advertContainer      { float: left; width: 980px; height: 35px; overflow: hidden; }
    .advert         { position: absolute; top: 890px; left: 330px; }

    I know i am really sorry the page is only a mock up so i dont have a link i could send you.
    If you have an email address i could email you the files as they are only small.
    If it helps to understand i have 2 screen shots below of how it looks in IE7 & IE8.
    Thank you very much for your help.
    IE7
    IE8 - The left and right green headings are not there and the bottam banner has moved up to the top?

  • Java works on chrome but not on firefox

    Java works on Chrome but not Firefox. I've uninstalled and reinstalled Firefox. Chacked all appropriate boxes in Control Panel. Deleted JavaReg.Dat. Enabled plugin. Uninstalled all Java from my computer and reinstalled. Cleared Firefox Cache. No luck.

    Do you see the Java plugin in Tools > Add-ons > Plugins ?
    Firefox is a 32 bit application, so you need to install the 32 bit Java version.
    See Java Platform > Java SE 7U5 or Java 6U33 (Downoad JRE)
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • Paste image from clipboard works in Chrome but not in Firefox

    Hi there,
    I would like to know a bit more about the technical reasons why image pasting from clipboard works on Chrome but not Firefox.
    Steps to reproduce:
    1. Open the text editor on github.com, e.g. by commenting on an issue
    2. Copy an image to clipboard
    3. Put the mouse cursor into the text editor area
    4. Use CTRL+V to paste the image into the text editor
    On Chrome, the image is pasted and automatically uploaded on Github. On Firefox nothing happens.
    Can someone please shed light on this lacking feature?
    I would so much love to see support for this on Firefox as it is a very convenient functionality.
    Thank you!

    The best is to try it yourself I guess.
    Go to Github and try pasting an image into the compose editor.
    The editor definitely supports image pastings. They work directly in Chrome(ium).
    Thus I am wondering why Firefox does not support direct pasting from clipboard into the editor.
    See the attached screenshot regarding the editor I am talking about.

  • Flash 9 works in IE7 but not FireFox or Opera

    I can dl flash movies just fine in IE7 but they fail to load
    in firefox 2 and opera 9. I have most recent versions of
    everything, have uninstalled and reinstalled flash. No result. Has
    anyone else experienced this?
    Thanks,
    Matt

    Instructions for uninstalling and reinstalling the latest
    Flash Player:
    First download the uninstaller to your desktop from here
    http://www.adobe.com/go/tn_14157
    Before running this uninstaller be sure to read the
    instruction and close all running programs.
    Open the following folder C:\WINDOWS\system32\Macromed\Flash
    Run the uninstaller
    What files are left in this folder?
    C:\WINDOWS\system32\Macromed\Flash
    If there are files left, delete the Flash folder.
    Install the Flash Player from here:
    http://www.adobe.com/go/getflashplayer

  • This site works in Safari but not in Firefox

    This site works fine in Safari but not in the latest version of Firefox on 2 of my computers:
    http://ase.tufts.edu/biology/labs/levin/resources/books.htm
    I've cleared cache, restarted, etc. - no good. On Safari, I see a bunch of tiled thumbnails for various books on Amazon. On Firefox, I see absolutely no thumbnails, just rows of text and horizontal lines (I can't figure out how to upload attachments here).

    Aha! Restarting without add-ons fixed it. I must have something that blocks iframes with links to Amazon books. Thanks!

  • Mouseover works in IE but not in Firefox

    I have 2 pages in my new site that use a mouseover to show
    hide layers. Both pages work in IE, but only one works in Firefox.
    The code appears to be the same, but this is first time I've done
    this, so I may be missing something

    Those pages get ugly fast if you increase the text size in
    your browser.
    This is the price you pay for using Layers as a primary
    layout tool.
    Also, it's a very bad idea to use file/pathnames that contain
    spaces -
    Images/Rollover Navs/Divisions Blue.jpg
    This could be the reason your rollovers are not working in
    Firefox (they
    don't work in Safari, either).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mkspot" <[email protected]> wrote in
    message
    news:gbpabd$ff4$[email protected]..
    > My mistake- the urls are:
    >
    > www.theworthgroup.com/Divisions.html
    > www.theworthgroup.com/About.html

  • Flash page works in Safari but not in Firefox

    I generate my web pages using LR. When I launch my pages on Safari they look great but on Firefox the slideshow portion is sized MUCH smaller. I have attached the page herehttp://www.8aphotography.com/Interior_Photography_Page/index.html. Please check out on both Firefox and Safari to see what I mean. If anyone can give guidance that would be much appreciated.

    I figured it out. I did not have a </div> at the end of a group of text I added. Funny how Firefox picked it up but not Safari.

  • Got a new dell laptop. adobe flash works on IE but not with Firefox. Manual installation failed. help!

    When trying to install adobe plugin, it fails, as does trying to do it manually. When trying manually, it says to close firefox then it will work but it doesn't. Again, when under IE, adobe flash works but I prefer Firefox.

    In step one you would have downloaded that file, if Firefox is using the normal configurations you should find it in the same location where you download any other files.
    To find out where Firefox downloads files, in the options window go to the general panel and it should show where files are downloaded to. Alternatively if Firefox stores the history of downloaded files, open the downloads window (you can do that by using keyboard shortcut Control+J), right-click on the install_flash_player.exe entry in the download window and select "Open containing folder"

  • Flash Player works with IE7 but not Firefox 2.0.0.4

    ahhhhhhhhhhhhhhhh HELP!!!!!!!!!!!!!!!!!!!!!!!
    Using Firefox
    Plugin icon (like part of a puzzle) required appears at top
    of page with message "Click here to download plugin" when I go to
    http://www.mclaren.com/ Most of
    the page appears but top does not.
    Try to download Adobe Flash Player Plugin Setup
    Get the following message
    'Adobe Flash Player Plugin Setup
    The following applications need to be closed before the Adobe
    Flash Player Plugin can be installed:
    Firefox'
    So I closed all programs including Firefox
    Opened Internet Explorer and went to site
    http://www.mclaren.com/ where
    Plugin icon (like part of puzzle) appeared under Firefox. The
    Plugin icon (like part of a puzzle) does not appear but a changing
    graphic appears
    I opened the list of installed programs - Control
    Panel/Uninstall
    I see that Adobe Flash Player ActiveX as being installed on
    16/06/07 but the file size in blank
    Using AVG 7.5 anti-virus so Norton Anti-virus is not on the
    computer any longer except still have to uninstall Live Update 3.2
    which would not install with Norton Anti-virus and requires a
    special uninstall program
    What do I need to do to get Flash Player to run when I am
    using the Firefox browser?
    Windows Vista Home Premium Version/Build 6.0 on HP Pavillion
    dv6000 (RU698UA#ABL)
    Intel T-2250 1.73GHz
    BIOS Version: F.12 19/12/2006 Hewlett-Packard
    RAM 1014 MB
    32 bit Operating System
    Firefox 2.0.0.4
    Windows Internet Explorer 7 Version 7.0.6000.16473 Update
    Version 0

    Not works means you get a blank screen as the webpage; works is when you have to allow Flash Player to run "outside of protected" mode several times to get the website to come up.
    Try www.wzeconsulting.com on the three browsers to see what I mean.  wzeconsulting.com is not some spam site, it is the site for a business in China that I work with.
    Thanks,

Maybe you are looking for

  • Adobe Photoshop CC crashes a lot in OSX 10.9.1

    Adobe worked fine for the first two months or so..now crashed all the time I reinstalled abobe helped for a while but quickly went back to crashing...I open photoshop with option-command-shift and this helps for a while also but quickly goes back to

  • Handaet Reset

    I started Reset of lumia 720 via SETTINGS - RESET. Display shows two wheels rotating, it has been more than 12 hours. What should I do?

  • SAP Portal J2EE logon groups

    Please can you help. Within ABAP you can go into SMLG and configure logon groups so you can separate user groups to particular application instances. I would like to do the same within NW Portal and CE.  We have external and internal users accessing

  • Help with archive & install

    Aloha! I hope someone can help me since I've been searching and reading these discussions all day and haven't found the answer to my problem. I updated my OS to Leopard 10.5 and began experiencing problems. I did a archive and install back to Tiger 1

  • Migration failed completely

    Hi. I want to transfer from my PacBook (10.6.8) to new Mac Mini (10.8.1) Went to initialization, successfully networked both Macs via Ethernet, and when initialization was over desktop appears and absolutely no Migration. If I now open Migration on M