Player Exception quick Help

Hi
i have a code to see through the webcam
import javax.media.Manager;
import javax.media.MediaLocator;
import javax.media.Player;
import javax.swing.*;
import java.awt.Component;
public class SwingCapture {
     public static void main(String[] args) {
          otro perro=new otro();
          perro.show();
          perro.proceso();
class otro extends JFrame{
     JLabel Imagen;
     otro(){
          Imagen=new JLabel();
          Imagen.setBounds(30,40,20,20);
          add(Imagen);
          setBounds(400,400,400,400);
          setLayout( null ); // use a BorderLayou     
          setTitle("Prueba de Camara Web");
     public void proceso(){
               Manager.setHint( Manager.LIGHTWEIGHT_RENDERER, true );
          try{
               MediaLocator ml = new MediaLocator("vfw://0");
               Player p = Manager.createRealizedPlayer(ml);
               Component video = p.getVisualComponent();
               video.setBounds(20,30,600,600);
               if ( video != null ){
                    // add video to the component
                add( video);
               p.start();
          }catch(Exception e){
               e.printStackTrace();
}but it throw the next exception
javax.media.NoPlayerException: Cannot find a Player for :vfw://0
     at javax.media.Manager.createPlayerForContent(Manager.java:1412)
     at javax.media.Manager.createPlayer(Manager.java:417)
     at javax.media.Manager.createRealizedPlayer(Manager.java:553)
     at ratatouille.otro.proceso(SwingCapture.java:31)
     at ratatouille.SwingCapture.main(SwingCapture.java:14)where is the error?
Thanks...
PD:sorry for my bad english
Edited by: 913637 on 09-feb-2012 20:39
Edited by: RockBytes on 10-feb-2012 7:47

Darryl Burke wrote:
Cross posted
http://foro.elhacker.net/java/webcam_con_jmf_me_tira_una_excepcion-t353089.0.html;msg1717150
http://www.portalhacker.net/index.php?topic=149288.0
dbJebus, you monitor forums in all languages :) Nothing escapes DB. NOTHING!

Similar Messages

  • Need some quick help - fairly urgent!

    I've just taken over a new job and have been the task of finishing the new brochure for Christmas, there's not a lot to do but a lot of the measurements need changing
    This is the layout I'm dealing with..
    All the boxes have been made in Illustrator
    The text has been done in In'Design and it seems every piece of text is it's own box if that makes sense
    My question is, if I select the whole specification box - copy, paste it into Adobe Illustrator and change the text there, then paste the edited box back into In-Design, will I lose quality when it gets printed?
    I'm worried if I do it this way it may come out blurred? Or am I just worrying about nothing?

    I couldn't find an Illy file in the end and have ended up creating tables in ID to replicate what was already there!
    Didn't take very long and I guess if I didn't do it now, I'd come across the same situation next time!
    Date: Wed, 30 Nov 2011 08:48:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Need some quick help - fairly urgent!
        Re: Need some quick help - fairly urgent!
        created by Peter Spier in InDesign - View the full discussion
    There certainly are viable "quick fix" solutions proposed here, and if the dealine is looming and this file never needs to be touched again I might be tempted, but they are only postponing the pain for a file that needs periodic updates, and I wouldn't waste effort on them, myself, when that time can be put toward a proper rebuild now if that's the ultimate goal.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4054725#4054725
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4054725#4054725. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in InDesign by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • BeanUtils.populate exception (Need Help)

    Dear All,
    Am getting a strange exception when try to do a action in struts, below is my exception, please help me in solving this issue.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: BeanUtils.populate
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1190)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
    root cause
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
         java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         java.security.AccessController.checkPermission(AccessController.java:427)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         java.lang.SecurityManager.checkMemberAccess(SecurityManager.java:1662)
         java.lang.Class.checkMemberAccess(Class.java:2125)
         java.lang.Class.getDeclaredMethods(Class.java:1762)
         org.apache.commons.beanutils.MappedPropertyDescriptor$1.run(MappedPropertyDescriptor.java:386)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.commons.beanutils.MappedPropertyDescriptor.getPublicDeclaredMethods(MappedPropertyDescriptor.java:383)
         org.apache.commons.beanutils.MappedPropertyDescriptor.internalFindMethod(MappedPropertyDescriptor.java:453)
         org.apache.commons.beanutils.MappedPropertyDescriptor.findMethod(MappedPropertyDescriptor.java:527)
         org.apache.commons.beanutils.MappedPropertyDescriptor.<init>(MappedPropertyDescriptor.java:149)
         org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor(PropertyUtilsBean.java:865)
         org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:991)
         org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java:865)
         org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:343)
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1188)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.Thanks in advance,
    vyrav.

    Thanks for ur reply Ganesh.
    This is my JSP
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="logic" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html:html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Uploaded File Details</title>
         <script>
              function logOut()
                        document.adminForm.action="upload.do?parameter=logout";
                        document.adminForm.submit();
              function download(temp)
                        document.adminForm.fileId.value = temp;
                        document.adminForm.action="download.do";
                        document.adminForm.submit();
         </script>
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
         <table align="right">
                        <tr>
                             <td>
                                  <a href="javascript:logOut();">Logout</a>
                             </td>
                        </tr>
         </table>
         <%
                        if(session.getAttribute("name")!=null)
                                    String userName= (String) session.getAttribute("name");
         %>
                   <br /><br /><b>Welcome <%=userName%></b><br />
         <%
         %>
         <center>
              <html:form action="/download.do" name="adminForm" type="com.roots.AdminForm">
                   <br /><br />
                   <html:hidden property="fileId"/>
                   <table align="center" border="1">
                        <tr bgcolor="#FFCC66">
                             <td align="center">
                                  No
                             </td>
                             <td align="center">
                                  Name
                             </td>
                             <td align="center">
                                  Uploaded Date
                             </td>
                             <td align="center">
                                  File Name
                             </td>
                        </tr>
                        <logic:iterate name="adminForm" property="displayList" id="displayDto">
                             <tr>
                                  <td align="center">
                                       <bean:write name="displayDto" property="serialNo"/>
                                  </td>
                                  <td align="left">
                                       <bean:write name="displayDto" property="empName"/>
                                  </td>
                                  <td align="left">
                                       <bean:write name="displayDto" property="uploadedDate"/>
                                  </td>
                                  <td align="left">
                                       <a href="javascript:download('<bean:write name="displayDto" property="serialNo"/>');"><bean:write name="displayDto" property="fileName"/></a>
                                  </td>
                             </tr>
                        </logic:iterate>
                   </table>
              </html:form>          
         </center>
    </body>
    </html:html>This is my struts config
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE struts-config PUBLIC
             "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
             "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
         <struts-config>
               <data-sources>
               </data-sources>
              <form-beans>
                   <form-bean name="loginForm" type="com.roots.LoginForm" />
                   <form-bean name="uploadForm" type="com.roots.UploadForm" />
                   <form-bean name="adminForm" type="com.roots.AdminForm" />
              </form-beans>
              <global-forwards></global-forwards>
              <action-mappings>
                   <action path="/login"
                        name="loginForm"
                        scope="request"
                        validate="true"
                        input="/login.jsp"
                        type="com.roots.LoginAction" >
                             <forward name="SUCCESS" path="/upload.jsp" />
                             <forward name="FAILURE" path="/login.jsp" />
                             <forward name="ADMIN" path="/admin.do" />
                   </action>
                   <action path="/upload"
                        name="uploadForm"
                        scope="request"
                        parameter="parameter"
                        input="/upload.jsp"
                        type="com.roots.UploadAction" >
                             <forward name="SUCCESS" path="/upload.jsp" />
                             <forward name="FAILURE" path="/login.jsp" />
                   </action>
                   <action path="/download"
                             type="com.roots.FileDownloadAction">
                   </action>
                   <action path="/admin"
                        name="adminForm"
                        scope="request"
                        validate="false"
                        type="com.roots.AdminAction" >
                        <forward name="DISPLAY" path="/admin.jsp" />
                        <forward name="FAILURE" path="/login.jsp" />
                   </action>
              </action-mappings>
              <message-resources parameter="application_fr"/>
            <message-resources parameter="application_es"/>
            <message-resources parameter="application_en"/>
            <message-resources parameter="application_de"/>
            <message-resources parameter="application" />
         </struts-config>this is my form package com.roots;
    import java.util.List;
    import org.apache.struts.action.ActionForm;
    public class AdminForm extends ActionForm {
         private List displayList = null;
         public String fileId;
         public String getFileId() {
              return fileId;
         public void setFileId(String fileId) {
              this.fileId = fileId;
         public List getDisplayList() {
              return displayList;
         public void setDisplayList(List displayList) {
              this.displayList = displayList;
    }Please let me know wat am doing wrong, this is killing me for the last two days.
    Thanks,
    vyrav.

  • Need Some Quick Help w/Digital Frame for Xmas Gift Please...

    Have a Kodak digital picture frame. I don't understand the architecture of using the SD or USB cards w/the frame. I bought a 1 and 2-gb SD card. When copying my photos to the cards (112 of them), I get about 92 on the 1-gb card and it says full, but still shows most of the disk available, but also says is full so only about 92 photos goes on there. So I try the 2-gb SD card, and exactly the same amount of photos fit??? Why - it is twice as big??? I tried reformatting it to Macintosh but that only made the frame not recognize it, and when I formatted it back to MS-DOS, the frame still does not recognize it...Question one...Why the 1 and 2 gb SD cards hold only the same amount of pictures and how can I get it formatted back to be read by the camera...and can I fill 112 pictures on??? So then I thought maybe a USB stick would work. Bought a 2-gb Lenar Firefly stick and whoa and behold the exact same thing happens...I get about 92 pictures. So I figured which 92 pictures I wanted and selected all the card contents, moved to trash and deleted the pictures, then went back and picked only the 92 pictures I wanted and copied to stick and all show that they are there, but when I go to play them on the frame the old pictures I had on there before are there and not just the 92 new ones. How do I get rid of everything on the disk and get the pictures onto it that I want...I am afraid to erase or format it in any way because the frame probably won't recognize it again. Also, there is one picture that says "Bad file" and I have no idea which picture this is...and can't get rid of it because when I move them all to trash and put the new pictures on the stick that one is still there????? On the stick, I have like 130 MB (112 Pictures). When copied it says 92 pictures with 1.76 GB available...why is this and why can't I copy pictures to that space??? Can someone explain this to me and advise me what I can do, how do I reformat it so recognized also??? Also, I have songs copied to the frame's internal memory, but can't figure out how to play the pictures and also music at the same time????? Thanks so much for any quick help and thorough explanation so I can get this wrapped and sent. Merry Christmas! Gary

    I also have a Kodak picture frame and had the same problem with my SD card. Two things I learned.
    1-Even though you can't see them on the card - there are hidden files. You can see them - use this procedure.
    http://www.tech-recipes.com/rx/3104/os-x-show-hidden-files-and-folders-in-mac-os -x-finder/
    2-The other item I learned is that you must drag and drop the files and then empty your trash. While the reader is connected to the machine.
    Doing these two items will clear your card to full capacity.
    As far as the "bad file" I am still working on that one. I have little movie clips on my card and believe that may be causing this view..so your music may be causing this message. Start with just the pictures only and see if you can load them onto the frame.

  • Need a quick help on Pro*C

    Hi All,
    I need a quick help on Pro*C. Here's the details on the same:
    - My program takes one input file as parameter. Lets assume argv[2] is the name of the inputfile, which is my input parameter as well.
    - ps_filename = argv[2]; I'm copying argv[2] i.e. filename in a variable called ps_filename
    - Now this inputfile can be of two types, say type A_yyyymmddhhmmss.dat and B_yyyymmddhhmmss.dat.
    - Therefore for every run I'll have one of this value as input parameter which will be copied into the ps_filename.
    - Now I need to call two different functions based on the inputfile i.e. if ps_filename like 'A%' then call func A() else call func B();
    But in ProC/C there is no provision to use like operator.
    Therefore my question is how can I have ps_filename like 'A%' in C?
    Can anyone please help me to solve this issue?
    Hope to get your co-operation.
    Thanks & Regards,
    Debabrata

    debabratas wrote:
    Therefore my question is how can I have ps_filename like 'A%' in C?Hello, why don't you just substring on the first character, and if that's an 'A', then LIKE 'A%' will also hold.
    For example, in Pro*C:
    if (substr(ps_filename,1,1) == 'A') {
    ..

  • Hiding Quick Help Link and Force Display Explanation Message

    Hi,
    We are using the Talent Profile window in Talent Management and have added custom help text in the explanation hierarchy elements for each view using Floorplan manager configuration. The requirement is for this help text to always be shown when the user views the screen. Also immediately to the right of the explanation text is a link "Hide Quick Help". We would like to Hide/remove that link from the screen so that the users will not accidentally hide the help text in the explanation UI element. Now I have searched the forums here and saw threads such as Show explanation by defaul ("Display Quick Help")? and How to hide Display Quick Help and More Field Help and others. I have tried using the application parameters WDDISABLEUSERPERSONALIZATION and WDHIDEMOREFIELDHELPASDEFAULT.The setting WDDISABLEUSERPERSONALIZATION = X successfullyremoved the personalization options from the context menu. I tried WDHIDEMOREFIELDHELPASDEFAULT and if the user had previously selected "Hide Quick Help", setting this parameter to either X or space did not bring up the Explanation text when that user closed out of and then re-entered the application. Does anyone know how to force this text to display regardless of what the user previously selected?
    Also I am at a lost as to how to get rid of the link "Hide Quick Help". Any help will be appreciated.
    Thanks,
    Gregg

    Hi,
    Was a solution found for this. I also have this request and the setting WDHIDEMOREFIELDHELPASDEFAULT does not solve this.
    Thanks,
    Sherri

  • Show explanation by defaul ("Display Quick Help")?

    If I put an explanation element on a web dynpro view, and if I use the design "Emphasized",  it is disabled by default. To see it, users have to right click and select "Display Quick Help".
    Is there a way to display, not hide, such an explanation by default?

    You can use the following code in WDDOMODIFYVIEW. It will never let user disable the quick help.
    DATA api_main2        TYPE REF TO if_wd_view_controller.
       DATA component        TYPE REF TO if_wd_component.
       DATA application      TYPE REF TO if_wd_application.
       api_main2 = wd_this->wd_get_api( ).
       component = api_main2->get_component( ).
       application = component->get_application( ).
       application->set_show_explanation( abap_true ).
    -Manish

  • Show "Quick Help" in WebDynpro application as default

    Hi all,
    What I want:
    I want to create a default setting for my application to always display the quick help ("Soforthilfe" in German).
    I thought this should be done easily, but it seems that this is not the case!
    What I did:
    Opened application in Config Mode (via URL-parameter SAP-CONFIG-MODE=X) and activated quick help in context menu.
    -> This should place the setting for all users, which do not have their own setting for the quick help. BUT it did not! (Even after I deleted the user settings.)
    Can anyone help me with that?
    Kind Regards,
    Robert

    Hi Lina,
    Your question doesn't belong to this forum.
    Please put it in Forum for Web dynpro ABAP under section "Application server". It will help you to get the solution to your problem.
    Regards,
    Vaibhav

  • My macbook pro won't play any youtube video. I always get a plug-in failure message! How can I solve it? I already did all updates, reinstalled flash player but nothing helps!

    My macbook pro won't play any youtube video. I always get a plug-in failure message! How can I solve it? I already did all updates, reinstalled flash player but nothing helps!

    1. System Preferences > Other/ Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
        Follow the prompts.
        Quit Safari.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Press " Manage Website Settings" button for more options.

  • Quick help needed on reversing the Journals

    Hi Gurus
    While importing the data from the GL_INTERFACE the REFERENCE_21 …. REFERENCE _30 are moved to REFERENCE_1 through REFERENCE_10 in the GL_JE_LINES table and the GL_IMPORT_REFERENCES table..
    When reversing a posted entry all the 10 reference fields(REFERENCE_1 through REFERENCE_10) are not copied into the new reversed GL line. Only REFERENCE _2, REFERENCE _3 and REFERENCE _5 are copied in GL_JE_LINES table.
    Is there any setup, which allows the JE reversal to populate all the reference fields in the reversed line in GL_JE_LINES table?
    Any quick help is appreciated.
    Thanks
    Isaac

    Hi all,
    I could able to get the solution for this problem.
    Oracle provides Patch 5136186 to resolve this issue in 11.5.9 and 11.5.10.
    Thanks
    Isaac

  • Can not run Flash player on Photoshop help video series

    How can I run Flash player on Photoshop help video series (CS5 Extended)?

    Just view them in your web browser.

  • MOVED: not seeing SATA HD, quick help plz

    This topic has been moved to AMD64 nVidia Based board.
    not seeing SATA HD, quick help plz

    Quote from: Cavalyr on 09-April-05, 17:49:44
    last thing i did before this problem started was install nTune and was running one of the things it has
    What is ntune?

  • I have Aurora portable from Tor project i can't upgrade flash player can you help me please

    i have Aurora portable from Tor project i can't upgrade flash player can you help me please

    See this: <br />
    http://portableapps.com/node/15501#comment-183694

  • I have asked now twice!!!! Did iTunes make a change that makes AUDIO cd's not read on older cd players? The iTunes AUDIO discs I burn in mixes no longer play in my 2004 Chrysler, 2006 Toyota, or my home cd player. PLEASE HELP.

    I have asked now twice!!!! Did iTunes make a change that makes AUDIO cd's not read on older cd players? The iTunes AUDIO discs I burn in mixes no longer play in my 2004 Chrysler, 2006 Toyota, or my home cd player. PLEASE HELP.

    ByteMeNow wrote:
    Where soes someone go to get offical help wth Apple iTunes?
    You would call Apple Support, for which you would probably be charged for the support.
    Note that just because those CDs work with your old computer doesn't mean that it's still not an issue with those CDs and the burner in your newer system. Some CD brands just don't work well with some optical drives. If you haven't tried a different brand, and if you're using CD-RW trying CD-R, I would suggest you give that a try just to eliminate that possibility.
    Regards.

  • HT1349 Since I switch to iCloud, I cannot sent emails from my iPhone. Any quick help? I don't have time to go through the Apple web of "Solutions" thanks in advance! Anyone! Thanks.

    Since I switched to iCloud, I cannot sent emails from my iPhone. Any quick help? I don't have time to go through the Apple web of "Solutions" thanks in advance! Anyone! Thanks.

    You can't send emails? Do you receive an error message when you try to send them? Have you done ANY troubleshooting on the device at all? If you don't have time to try things yourself, it will almost certainly take longer to try it in here.

Maybe you are looking for

  • How can I reduce a large podcast video without losing quality?

    I am in the process of putting online a podcast video, that I have exported for ipod with quicktime. However, the file is rather large (100MB) and it is complicate for me to break it into smaller files. As I start iWeb it warns me that the file is la

  • Apple script is stuck working with Numbers

    Hello, everyone I need some help. I wrote a script what was supposed to do perform following: I receive a Numbers-format file imported to my Mac from iPad with iTunes This file is a sort of daily journal. Every row includes info about one particular

  • How long does it take to install OS X Lion?

    How long does it usually take to install OS X Lion? Thanks.

  • Apps not getting installed

    i hv ipod touch gen 2, software version: 2.2.1, i checked updates, it hv the latest version of software... bt while installing every app i get "install the newer version of ipod touch software" or "not compatible for this ipod touch software version"

  • How to connect to an add-hoc

    hi there, i am using an i-phone 4s which is connected to wifi throough a PC add hoc, it was working fine with the IOS 5.1.1 but after upgrading to IOS 6 i could no longer connect it any more, meanwhile it is working fine with my home wifi network and