How does this quicktime pro thing work?

i bought final cut hd about a year and a half ago and recently had to reinstall it. When i pulled out the disk , I noticed that not only did the final cut hd come with a serial number, but i had a serial number for quicktime pro, which was on the same package as the final cut. There was no disk for quicktime pro. And i never installed quicktime pro. What did i miss? Was i supposed to go online and download it using that serial number? Is it too late now to get a quicktime pro that works with quicktime 6.5.2?

Quicktime in itself is Quicktime Pro. But, the pro part is locked until you enter the serial number that came with Final Cut. Sorry to say Apple no longer supports Quicktime 6.5.2. Meaning if you don't have Quicktime 6.5.2 or are able to get it from a CD (or someone you know). You will need the buy Quicktime Pro from Apple.
You didn't supply the OS your running. That will determine what Quicktime if you can run Quicktime 6.5.2............

Similar Messages

  • How does this New iPod Service Work?

    I ran across this article today...
    DOWNLOADABLE RECIPES
    The iFood terminal at Nordiska Kompaniet's food hall lets customers hook up their iPod and download audio recipes.
    The process is described in five simple steps (we couldn't resist including the
    Swedish original): 1) Docka - Plug in, 2) Ladda ner - Download, 3) Handla -
    Purchase, 4) Lyssna - Listen, and 5) Laga - Cook. After choosing from a wide range of recipes and downloading audio instructions to their iPod or other mp3 player, shoppers can purchase all necessary items from a colour-coded deli area."
    Can anybody tell me how this works? Doesn't there have to be an iTunes interface? If there is separate iTunes interface for this service, wouldn't it overwrite everything that is on your iPod and replace it with just these recipes. The service is kind of cool...but how does it work?
    MS

    Probably has a custom interface and communications program which allows you to pick the recipes and dumps them onto the iPod.
    Wouldn't be too difficult to do. All the iPod managers do something similar (Yamipod, iPodcopy, iPodip) but they do it to and from the iPod.
    This would be one way to the iPod only.

  • My iPhone was stolen and I have contacted the police who are using the meid number to locate.  How does this work and what are my chances of getting the phone back?

    My iPhone was stolen.  I used Find My iPhone app to lock it and display a message.  The phone has not connected to the internet to locate it.  I contacted the police and they have taken my meid number.  How does this work and what are my chances of getting the phone back?  Are there other ways the theif can use it.  I was told once they put in a new sim card and use it, whatever software the police have, it will show up.

    Honestly? In the US (I can't speak to other countries, though I doubt it works much differently in a lot of the world) The police took your report and filed it either in their computers or, on paper. They will now not think of this again. The only time it will cross anyones mind is if, in the course of entering information into evidence about items recovered or seized at a crime scene, the serial number of an iPhone that was found/seized happens to match yours, in which case you will be contacted.
    The police in the US can and will do nothing to 'blok' the phone and it's not worth their time to try and locate it unless you know for a fact that it was stolen by a big time drug lord, master criminal, or some other such prime target and they can get a court order to track the location of the phone in order to locate this individual for your own purposes.  If they do that, they'll probably keep him under surveilance for a year or so before they act.
    Basically, the police don't care about your phone. If they find it, they will give it back to you. They are not, however, going to go looking for it. They have better things to do.
    I'm sorry, but that's the way it is.

  • I brought a iphone 4 today and it was locked to orange network my orange sim worked n it i could revieve an make call but today i went to a shop to get it unlocked and they told me it was blocked in the uk how does this happen when i already used it?

    i brought a iphone and it worked perfectly i used it for like a year but i got a new sim so i had to get it unlocked but when i did they said the phone is blocked in the uk how does this work when i had already used it??help

    I'm sorry but I don't have an answer for you... But I do have a couple of questions that may help others to help you! Was it necessary for you to get a new sim? I'm guessing yes or you would not have done that. You might want to try calling Orange and asking them to unlock it, they might ask you to connect it to your PC and use ITunes with it. Tunes will then say Congrats! Your IPhone Is UNLOCKED! I did this in the US with an OLD iPhone 3 first they asked me a serial number and other info and it worked like a charm. But the thing is Orange [or Apple] must be satisfied that the phone's contract obligations have been fulfilled. I know this is complicated and a pain in the butt, but if it's a dead phone now I would give it a shot. Oh BTW I believe here in the US it's no longer against the law to unlock a phone, apparently the law was changed, not sure about this though... Good luck!

  • Was told a USB device would create a PDF automatically from the data contained within when plugged into my USB port. Doesn't seem to work. How does this work and how can I fix the device I received?

    Acrobat is not on the USB device - only Adobe Reader needed on the PC. How does this work? How can I fix this device if at all?

    You need to ask the people who sold it to you. Doesn't sound like it has anything to do with Reader.
    However, you should be wary of devices that automatically try to open files when plugged in. They can also infect your computers with all kinds of viruses or malware.

  • HT2357 So how does this work on Mountain Lion? I cannot seem to ignore the iTunes 11 updates, which now seem to appear every 5 minutes!!

    So how does this work on Mountain Lion? I cannot seem to ignore the iTunes 11 updates, which now seem to appear every 5 minutes!!

    Fantastic!  Didn't work at first so restarted App store and tried again.  This time it asked 'ignore update'.  All gone!

  • TS1425 My co worker has given me his iPod to take home and transfer his music to my laptop, however, I am unable to access his music to download it to my computer.  How does this work?

    My co-worker has given me his iPod to take home and transfer his music to my laptop, however, I am unable to access his music to download it to my computer.  How does this work?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

  • How does this IMPORT statement works

    can any one tell me how does this statement will work..
    I am wokring on Solution manager system , where in there is a function module SSF_FIELD_LIST
    to which system passes form name.
      import fields to fieldlist
             from database stxfcontr(sf) id l_fullname.
    stxfcontr is a table which contains value of in  a diff
    Regards,
    mayank

    It will import data object stored in memory under named fields to your custom data object fieldlist .
    The table which it is stored is name stxfcontr under RELID (memory area) SF .
    Cluster key (key of the entry) in that table is behind var l_fullname
    Anyhow I think [this link|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bf8358411d1829f0000e829fbfe/frameset.htm] is more that any explanation. Once you study it, you will understand the above.
    Regards
    Marcin

  • HT3702 I reported a problem and I got a confirmation saying that my money was refund, I have't received anything yet. How does this work?

    I  reported a problem and I got a confirmation saying that my money was refund, I have't received anything yet. How does this work?

    It should be added either to your iTunes account, or possibly to your credit card if the purchase was made on with it.
    How long ago did you get the email ? It may take 48 hours for it to appear - if it's been longer than that and you can't see it on your iTunes balance (and you've tried logging out and back into the account to see if the balance updates) nor on your credit card then try contacting Support again, and include your case number if you have one.

  • How does this work with multiple systems backing up with time machine

    I was wondering as Apple states that this will do multiple time machine backups as in multiple computers, how does this do this? I am assumng that it will require me to partition the srive in the unit as multiple partitions. 1 for each time computer with time machine running.

    I'm sorry, I'm not quite sure how to interpret your answer so I'll ask for clarification.
    Do you mean that the backup belonging to each user will be protected by filesystem perms? In other words Alice's backup will be owned by Alice and only readable by her, ditto for the hyperthetical Bill?
    I guess in other words, does Time Machine preserve file ownership perms?

  • Under search in maps, names come up that aren't in my contacts. How does this happen?

    Under search history in the Maps app,...along with all the other places I
    did search for, some addresses comes up that I'm not familiar with, and they stay
    there. In some cases I didn't search for them at all. Some I may have. A name also
    appears, under the address, like "from John Doe". It’s a name that
    I'm familiar with my email, but is not in my contacts. Why and how does
    this happen?
    For example, a person I receive emails from for work, came up as the
    "from", and the address, after I searched for it (not on my phone).....I found out
    it was the address of his company, I place I've never searched for, nor is
    there a hyper-link to it any emails/websites that I could have clicked on
    accidentally.
    In another example, the beginning of an address “5165” which I may have searched
    for and starting typing in came up in the history with several locations that
    start with those numbers. Most of them say “from current location”, but one says from
    a name, whom again I’m familiar with by email, but is not in my contacts and
    have no idea of why the name would be somehow connected to the address.

    Thank you for the reply. I really appreciate it. Do you know why the names are attached, as "from"?
    I attached a screen shot image. "Harry" and "Angela" are not contacts in my phone. Who would their names get there?

  • How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain

    How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • How does the Mac App Store work?!

    Hey guys i recently posted this quesiton in a different area of the community but instead of being helped was just ridiculed for posting in the wrong place... +1 for helpfulness guys :/ lol Anyways... ive been told to ask in the development section.. I have a $9.99 app and it was sitting at 10th place in the top grossing apps a few weeks ago on the UK app store, now I noticed in the morning that it was ahead of an app which was 49.99 so i presumed that I must have sold at least 5 or 6 to be ahead of him (my idea of top grossing is quantity x price) but when itunesconnect released their reports in the afternoon it turned out that i'd only sold 1 copy.. so what im asking is basically how does the top grossing section work? and how regularly does it update? is it live? daily? etc
    Thanks in advance!

    Your rank is better than the other app because you've made a sale while they've made none. When you make a sale, you jump in the charts, and after that you slowly go down if you don't make another sale. In other words, the bottom of the charts has many apps that didn't make any sale recently. I've also noticed that if you make some sales in other countries than the current chart, that'll very slightly improve your rank.

  • How does the LCM rollback feature work in theory?

    Hi
    How does the LCM rollback feature work in theory?
    Let's say
    1. I've Webi report 'x' in QA system
    2. I promote a modified version of webi report 'x' from DEV to QA using LCM. So now I've 'x1' in QA.
    3. I "rollback" this promotion job in LCM. Which means I've get back 'x' in QA system.
    So does this mean that LCM kept a "backup" copy of 'x' in QA (CMS+filestore file backup) before overwriting with the promoted 'x1' from DEV?
    If yes, does it clear the 'x' anytime from QA? (maybe after second iteration of 'x2'?)
    Thanks

    I highly recommend you read the following blog posts that contains straight answers to common questions about the automatic update feature:
    Hello, Adobe Flash Player Background Updater (Windows)!
    Adobe Flash Player Background Updater for Mac is live!

  • How does the System.in.read() works?

    Hi!I'm trying to read some chars from the console.So here is my code of reading the two chars:
           char ch1='\u0000';
           char ch2='\u0000';
           System.out.print("Enter the first char:");
           ch1=(char)System.in.read();
           System.in.read();
           System.out.print("Enter the second char:");
           ch2=(char)System.in.read();
           System.out.println("You have typed the following letters:"+ch1+" , "+ch2);My problem is that if I don't add the System.in.read(); line after reading the first char i wont be able to read the second.But I saw on a code on the net that they put it.So I've put it too but don't understand what it does.I mean the System.in.read(); function reads until it gets -1.But in my case it's gonna get '\n'.So how does this function works?Thank you!
    Edited by: jcoder86 on Oct 9, 2009 5:36 AM

    jcoder86 wrote:
    Hi!I'm trying to read some chars from the console.So here is my code of reading the two chars:
    char ch1='\u0000';
    char ch2='\u0000';
    System.out.print("Enter the first char:");
    ch1=(char)System.in.read();
    System.in.read();
    System.out.print("Enter the second char:");
    ch2=(char)System.in.read();
    System.out.println("You have typed the following letters:"+ch1+" , "+ch2);My problem is that if I don't add the System.in.read(); line after reading the first char i wont be able to read the second.But I saw on a code on the net that they put it.So I've put it too but don't understand what it does.I mean the System.in.read(); function reads until it gets -1.But in my case it's gonna get '\n'.So how does this function works?Thank you!
    Edited by: jcoder86 on Oct 9, 2009 5:36 AMThat's wrong. System.in.read() reads a byte from the stream. -1 is returned if the end of stream has been reached (that usually doesn't happen if you read from stdin)
    The second System.in.read() is there to throw away the line terminator.

Maybe you are looking for