Any idea why burning mp3 to cd never works?

I drag all my mp3s to cd and burn but when your the cd in my stereo it says cdrom disc?

Most CD players used for music only play CDDA-formatted (CD audio) disks.
In dragging your MP3 files to a CD and burning, you created an ISO9660-formatted CD-ROM (not an audio disk, but rather a computer disk containing MP3 files).
The iTunes application can be used to select audio files (MP3 or other formats, like AAC) and convert them into a CDDA-formatted disk to play on CD audio players.

Similar Messages

  • HT201317 My Photo Stream has suddenly stopped pushing my photos to my PC though they appear on both my iPhones. Any ideas why or how to make it work again?

    My Photo Stream has suddenly stopped pushing photos from my iPhone 4s to my PC although they are appearing on my other iPhone. Any ideas why or how to fix the issue? I have not altered any settings.

    Hi Kevinmvb,
    Welcome to the Support Communities!
    The article below may be able to help you with this.  It sounds like you may have moved your photos out of the Uploads folder where they need to reside.
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989
    Cheers,
    - Judy

  • Any idea why the applets starts but nothing works?

    I am 1 month old. Here is small training program that I am trying. Any idea why the applet is running but nothing works?
    thanks
    package javaapplication1;
    import java.awt.Container;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import javax.swing.*;
    public class MoneyCollect extends JApplet implements ActionListener {
    private JLabel promt;
    private JTextField input;
    private int total;
        public void main(String [] args){
            Container c = getContentPane();
            c.setLayout( new FlowLayout() );
            promt = new JLabel ("Enter number of hours");
            input = new JTextField (10);
            input.addActionListener(this);
            c.add(promt);
            c.add(input);
        public int calculateCharges(int hrs){
            if ( (hrs>=0) && (hrs<=3) && (hrs != 24) ){
            total = 2*hrs;   
            if((hrs>=3)&& (hrs<24) && (hrs != 24)){
            total = (int) (((hrs - 3) * 0.50) + 6);
            if (hrs == 24){
                total = 10;
            return total;
        public void actionPerformed(ActionEvent e) {
            int hrs = Integer.parseInt(e.getActionCommand());
            showStatus ("You have to pay:"+calculateCharges(hrs));
    }

    ...because changing this:
    public class MoneyCollect extends JFrameto this:
    public class MoneyCollect extends JAppletdoes not create an applet. Get a beginning java book and start reading it. I recommend "Java2: A Beginner's Guide".
    Or, you can read the following tutorial to learn why your program is not an applet:
    [http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted.html]

  • Any idea why command-shift-delete is not working?

    I have had a MacBook Pro for a few years, and recently purchased a new iMac. the iMac arrived, and I transferred everything from the MBP to the iMac using the Migration Assistant. Worked very well, from what I can tell. The only thing I am unable to do is delete using shift-delete and empty the trash using command-shift-delete.
    I should also say that I did the initial setup of my iMac with a separate Admin account, then deleted that account to use the old account from my MBP on the iMac. I suspect this is a permissions issue, and I have seen articles that suggest deleting this trash account and letting OS X recreate.
    Any thoughts on what else to try?
    Thanks in advance for any help!
    Ineed911

    baltwo - I acknowledge that I wrote this incorrectly as shift-delete. That said, I am unable to delete a file/folder using command-delete. Also, unable to empty the trash using command-shift-delete.
    I had already tried resetting my keyboard shortcuts, and this did not help either.
    And these shortcuts worked on my MBP prior to the migration.
    do appreciate the reply and attempt.

  • Any ideas why my HDMI cable won't work anymore?

    I have a 2011 MBP and a Belkin HDMI cable. I've used the cable to connect to HDTVs and a VVME brand projector. When I connected the cable into my MBP it would always just work. Now, for a brief period my laptop screen goes blue like normal, but nothing appears from my computer to the projection screen, and then my laptop screen goes back to normal. So although the HDMI cable is connected from the projector to my MBP, nothing happens anymore. There isn't a galaxy screen or anything, the screen just says 'No Signal'. Does anyone have any suggestions?

    Hi skunover214,
    Thanks for visiting Apple Support Communities.
    If you're having trouble with external video and your MacBook Pro, I'd start with the steps in this article:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    All the best,
    Jeremy

  • Any ideas why this "if" statement is not working?

    I have this code inside a click command. The first part works, will change variable to 5. But if variable = 5 animation does not play: 
    if (position != "5"){
                                  sym.setVariable("position", "5");
                                  var position = sym.getVariable("position");
                                            sym.$("Text3").html(""+position);
    else if(position==5)
    sym.play("animation")
    Thanks

    Hi there, can you put a console log before the if statement to confirm that you have a valid value for the "position" variable, at that click scope?
    console.log('position = '+position);
    Run it in your browser and open the JS console to check the log output of the above test.

  • Dropped my phone in water and now the camera doesn't work, any ideas why its' the only thing not working

    I somehow knocked my iphone 4s in the sink of water and everything seems to work except the camera.  Is there a way to reinstall  the software or does anyone know what I can do other than using phone protection insurance?  All my pictures are there and they upload and share but just can't get the camera to take pictures.

    The device is damage, it was dropped in water.  You are lucky that the device works at all.

  • On my Mac (vers 10.7.5) I use Disk Utilites to burn a DVD. The DVD won't play on the Mac but will play on my Windows PC and on a DVD player. A DVD created on my PC will play on the Mac. Any ideas why this is happening?

    On my Mac (vers 10.7.5) I use Disk Utilites to burn a DVD. The DVD won't play on my Mac but will play on my Windows PC and on a DVD player. A DVD created on my PC will play on the Mac. Any ideas why this is happening?

    I used iDVD to create an IMG file
    You created the video DVD, the IMG file, with iDVD and just burned it with Disk Utility. As Klaus1 pointed out Disk Utility can't create video DVDs.
    OT

  • I'm trying to burn a playlist to a CD but some of the songs won't burn.  They appear grey shaded with the checkbox unchecked.  I can play these songs.  Any idea why they wont burn?

    I'm trying to burn a playlist to a CD but some of the songs won't burn.  They appear grey shaded with the checkbox unchecked.  I can play these songs.  Any idea why they wont burn?

    Hello VwecheRiste,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where some songs do not burn to a CD, please follow the directions in the article below.
    Can't burn a CD in iTunes for Windows - Apple Support
    Take care,
    Alex H.

  • HT4623 WAhen I opened my email (WAhen I opened my email (ymail) there were over 30 failure notices for  I never sent. Any ideas why?) there were over 30 failure notices for  I never sent. Any ideas why?

    When I opened my email (ymail) there were over 30 failure notices for  I never sent. Any ideas why?

    Spammers have probably hacked your mail account. Change the password, to something much harder than it was before and see if it happens again. If it does then you may need to talk to the provider or take more aggressive action.
    Usually they hack, send spam and  move on.

  • While creating a project in Garage Band my sample tracks were cut short then overwritten in soundtrack pro. Any ideas why? and how to get my tracks back?

    While creating a project in Garage Band 09 my sample tracks were being cut short- I then discovered they had been overwritten in soundtrack pro.
    Any ideas why? and how to get my tracks back?
    I never opened soundtrack pro to edit the track just Garage band....the track just mysteriously saved as half the track.
    I am running Lion and I upgraded my Garage band to '11 hoping it would resolve the issue...it didn't. Now I can't find that tracks at all.
    The 2 songs having the issue are titled Exotic Yearning and Reunion.
    I am in the process of reinstalling the audio content from my discs. I just don't want to run into this again.
    Any thoughts and help would be greatly appreciated!
    Thanks!

    After spending some time reinstalling the soundtrack pro 3 content I opened the full track called Reunion.
    It showed back up in Garage Band.*It was the full track and wasn't chopped off until I dragged it onto the project. Then it showed up chopped.
    Then I closed Garaged band and opened soundtrack pro 3....The song was again chopped off at the 1:33min mark
    Very Frusterated...:(

  • It came to my attention there a new program working with itune since last update named Apsdaemon.exe its been using 99% of my processor when its active any idea why so much and will it be fix eventually? And why is it so Heavy consuming ?

    It came to my attention there a new program working with itune since last update named Apsdaemon.exe its been using 99% of my processus when its active.
    Any idea why so much and will it be fix eventually because before last update i never encounter any issue using Itune? Now when that aplication or extention from Itune is working my computor froze to a huge alt. I play video games online and love listening to my music with itune playing in the background and normally was able to have firefox open and a program called ventrillo all working at the same time and now i can barelly have itune and play a game. As soon it start been choppy i just control alt delete wait 5 minute to close down apsdaemon.exe when i'm capable most of the time i have to restart my computor. And why is it so Heavy consuming on the process its memory utility is under the 100ko i believe so why 99% of my processus is been use ?
    a good exemple i could give is itune.exe working it shows process 02% for 123 000ko that is light and perfect.

    Wow, Karan Taneja, you've just embarrassed yourself on a worldwide support forum.  Not only is your post ridiculous and completely inappropriate for a technical support forum, but it also shows your ignorance as to whom you think the audience is.  Apple is not here.  It's users, like you. 
    If you would have spent half the time actually reading the Terms of Use of this forum that YOU agreed to by signing up to post, as you did composing that usesless, inappropriate post, you (and the rest of us on this forum) would have been much better off.

  • TS3297 Any idea why I can't purchase stuff off either iTunes or AppStore? I am getting a message saying unknown error has occurred immediately I enter my password.

    Any idea why I can't purchase stuff off either iTunes or AppStore? I am getting a message saying unknown error has occurred immediately I enter my password.

    Brett,
    Well done getting the wireless network secured.
    You have to precede the (hex) password with a '$' in Mac OS, to tell the Internet Connect dialog box that you are keying a hex password (rather than ASCII). This is because the Mac has detected that the network is WEP protected, and leaves it to you to decide how you want to key the password.
    As an alternative, in Internet Connect (or from the AirPort icon menu), you can elect to join an "Other" network. If you select your network again, it'll come up with "WEP Password" as the option of Wireless Security. You can change this to "WEP 40/128-bit hex" and then not have to precede your password with the '$'.
    Alternatively, you could tell us the make and model of your wireless router and we can tell you how to set, and use an ASCII password. From your 10-character hex password, we can see that you're using 40/64-bit WEP. Non-Apple routers can be a bit fussy when using ASCII passwords with 40-bit WEP (don't worry, this is also true for Windows PC's using 40-bit WEP too), but we can talk you through it.
    As a final alternative, as you have such a whizzy Mac, as long as your wireless router supports it, you could use WPA security, and never have to worry about ASCII / hex / '$', etc. Older Macs (particularly original AirPort cards - not AirPort Extreme - and OS9) were limited to 40-bit WEP.

  • Time capsule does not show the blue bars near backing up.  Any idea why?

    Time Capsule is not showing that it is backing up.  Any idea why?

    For some reason it was going in a loop.  Support had me omit some com.apple....plist files.  Retarted and Tiime Capsule started as though it had never seen the external hard drive.  I set it up again and it worked fine.
    Thank you,

  • Any idea why i get constant "sim failure" messages and a shutdown?

    I am getting constant Sim Failure messages during itube video playing, resulting in shutdowns. Any ideas why and a solution?

    Brett,
    Well done getting the wireless network secured.
    You have to precede the (hex) password with a '$' in Mac OS, to tell the Internet Connect dialog box that you are keying a hex password (rather than ASCII). This is because the Mac has detected that the network is WEP protected, and leaves it to you to decide how you want to key the password.
    As an alternative, in Internet Connect (or from the AirPort icon menu), you can elect to join an "Other" network. If you select your network again, it'll come up with "WEP Password" as the option of Wireless Security. You can change this to "WEP 40/128-bit hex" and then not have to precede your password with the '$'.
    Alternatively, you could tell us the make and model of your wireless router and we can tell you how to set, and use an ASCII password. From your 10-character hex password, we can see that you're using 40/64-bit WEP. Non-Apple routers can be a bit fussy when using ASCII passwords with 40-bit WEP (don't worry, this is also true for Windows PC's using 40-bit WEP too), but we can talk you through it.
    As a final alternative, as you have such a whizzy Mac, as long as your wireless router supports it, you could use WPA security, and never have to worry about ASCII / hex / '$', etc. Older Macs (particularly original AirPort cards - not AirPort Extreme - and OS9) were limited to 40-bit WEP.

Maybe you are looking for

  • APEX: Store Values of fields which are created dynamically(Using APEX_ITEM)

    Hello All, I am creating one application in which i create one report with dynamic fields(using APEX_ITEM Package) and non-dynamic fields(Taking from table). Now i want to store the value of the dynamic fields into table. So please help me on that. I

  • SAP Business Workflow in a multiple ERP environment

    Hi, Our organization is looking to implement Peoplesoft for HR and SAP ERP for other business processes. Business users would ues UWL for their approval tasks. The SAP Business workflow or SAP NW BPM would be the tool for the approval process. Questi

  • Copy/paste is disabled

    I seem to have killed my copy and paste. It happens in the Finder and my apps. I don't see any way to enable it. When I try to paste, I get "Copy/paste is disabled" in the field I am trying to paste into. I have not had a chance to reboot yet. Thanks

  • Install adobe air 3.2 sdk to flash cs5?

    I am trying to install the air sdk to flash cs5, but all I can find are flash cs5.5 instructions. I attempted to follow the instructions on this blog: http://blog.michaeljbowen.com/?p=116 The option to publish shows up, but I get these errors when I

  • EDI file

    hi all, i have one EDI file and i have store the column's values into the respective tables. for ex i have an edi like <Message-Header> <Message-Id>1234</Message-Id> <Sender-Company-ID>4569</Sender-Company-ID> <Sender-Company-Name>abc company</Sender