Problem with content: 7 - Bad sound Data

When I do the following...
Voice = new Sound();
Voice.loadSound("test.mp3", true)
I get the error...
Problem with content: 7 - Bad sound Data
AND
Problem with content: 7 - The sound data format is not
recognized.
I am using the test.mp3 files that comes with Flash8.
Thanks!
Bob

OK. This combo works!
version flash Player 8
action script 2.0
Audio Stream: MP3, 128 kbps, Stereo best
Audio event: MP3, 128 kbps, Stereo best
Override sound settings (unchecked)
But this combo does not!!
version flash lite 2.0
action script 2.0
Audio Stream: MP3, 128 kbps, Stereo best
Audio event: MP3, 128 kbps, Stereo best
Override sound settings (unchecked)
Still get the error on all Nokias except Nokia 90 which gets
no error but just does not play the file

Similar Messages

  • I have a problem with the external sound of my ipod, when I take the headphones the music keeps playing and the ipod recognizes still have a headset connected. how do I get external sound out?

    I have a problem with the external sound of my iPod, when I take the headphones the music keeps playing and the ipod recognizes still have a headset connected. how do I get external sound out?

    - Try insering and removing the headphone plug a dozen times or so.
    - Try cleaning out the headphone jack in the iPod.
    - Resett he iPod. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restoe to factory defaults/new iPod
    If yu still have the problem that indicates a hardware problem, likely a bad headphone jack. Yu can make an appointment at the Genius Bar of an Apple store to confirm.
    If not underwarranty Apple will only exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    A third-party place like the following is less expensive. Here is one. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Problems with the O2 blackberry data package on my Curve 3G.

    I have already informed O2 about this but they claim that I should be used the blackberry support services, but nothing there helps me!
    I got my Blackberry Curve 3G on September 9th this year and I put on the Blackberry Data Package bolt-on onto my phone on September 16th. I then received a text to say they've taken £5 from my credit and it will be up and running in the next 24 hours. Its now September 19th and my BBM is not working at all and I am extremely upset with the services and behaviour I have received from both O2 and Blackberry.
    Is there any way you can help? If this fails, I shall be forced to go back to the shop from where I got my Blackberry from and ask for their help.
    Many thanks, Jade.

    Can a bubble whistle Problems with the O2 blackberry data package on my Curve 3G.? The seat matures in your oar. The lad ices the pursuing method inside a resident. A judge spins against the vendor! The rose wows the hello. 
    filipina heart

  • I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't

    I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't use.  This month my daughter comes home from College and she accidentally uses 24G.....14 over get blind sided with $140.00 in overages.  I called Verizon today......stopped in to the store today......My neighbor told me they waved charges for her one time.  Lots of charges.....But I'm am getting no help.  Not even an offer of a payment plan to help me out.  I went back just 6 months and I have over paid for 19G.....Seems like they would like to help out their loyal customers!!!!     Does anybody have any suggestions on how to deal with them?   We are not wealthy....or I would just pay this and walk away......

    There is a big misconception in what customers believe a cell carrier is obligated to do.
    You pay a set price to use up to that amount of xx data. It makes no difference if you use it to the paid limit or way under. Its like peace of mind when you don't have to worry about a data counter.
    Your daughter used the data, your plan is quite clear of what overage charges are. Why should or would Verizon wireless just forgive the charges because you are a customer? Your daughter used the data, get the money from her. That is the responsible thing to do.
    There is no "I have been a loyal customer so please remove the $120, or $250, or $2,000.00 since I did not mean to use it"
    Your electric company, or gas company or any other company does not remove valid charges. Why should Verizon wireless?
    Just pay the invoice and don't think you are being mistreated because Verizon is a business and not a charity.
    Good Luck

  • Problem with kde and sound

    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!

    Pilli wrote:
    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!
    Change the player to mplayer or something in the control panel (Sound and Multimedia - System notifications - Player Settings).

  • I got a problem with my personal account data how can i recovery my icloud id information back i can't remember even my birthday pls help me

    I got a problem with my personal account data how can i recovery my icloud id information back i can't remember even my birthday pls help me how to recovery my id information back

    Did you follow all of the instructions provided in the article that you linked from? If not, you must follow each and every step.
    If you have, then all you can do is contact iTunes Support:
    http://support.apple.com/kb/HT5699?viewlocale=en_US
    or by email: https://ssl.apple.com/emea/support/itunes/contact.html
    Cheers,
    GB

  • Is it possible to get a refund if i bought an album with extremely bad sound quality?

    As asked in the title, is it possible to get a refund if i bought an album with extremely bad sound quality?
    I am very unsatisfied with my latest purchase of the album "Never take ffriendship personal" by "Anberlin" ...
    I can find all the songs in much better quality, even on YouTube ...
    I bought two other albums by Anberlin at the same time, on which the sound quality is much much better and perfectly clear.
    is it possible to get some sort of refund ???

    http://support.apple.com/kb/HT1933
    Regards.

  • Problem with oracle.jbo.domain.Date

    Hi there,
    I've a problem with oracle.jbo.domain.Date,
    I'm doing this code (this part of code is used in my Session Attribute Listener):
    * This method is used to add the session id in the database, whenever user login
    public void attributeAdded(HttpSessionBindingEvent hsbe){
    if(!hsbe.getName().equals("user")){
    return;
    AmLogin am = (AmLogin)Configuration.createRootApplicationModule(
    "com.ahm.pdt001.am.AmLogin",
    "AmLoginLocal");
    try{
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    am.createLogin(hsbe.getValue().toString(), hsbe.getSession().
    getAttribute("login").toString());
    } catch(Exception e){
    e.printStackTrace();
    System.out.println("Error insert data user: " + hsbe.getValue());
    } finally{
    Configuration.releaseRootApplicationModule(am, true);
    Everything is running well in Jdev 10.1.3 (I'm using ADF Faces technology), and I'm trying to deploy it on OC4J 10.1.2 and it works. But it raised an error when this part of code is runned.
    --------------caused and error------------------------
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    And this is an error:
    javax.faces.FacesException: #{pdt001.loginAction}: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)     at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)     at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)     at com.ahm.filter.AhmFilterSession.doFilter(AhmFilterSession.java:45)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:130)     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)     ... 23 moreCaused by: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.ahm.pdt001.listener.Pdt001AttributeSessionListener.attributeAdded(Pdt001AttributeSessionListener.java:27)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindHttpSession.setAttribute(EvermindHttpSession.java:128)     at com.ahm.pdt001.bean.Pdt001Bean.loginAction(Pdt001Bean.java:61)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    Does anybody have the same problem like this? I've used the same method in my previous project to create oracle.jbo.domain.Date with current time using java.sql.Timestamp, but I don't know why this error happened.
    Thx,
    Andre

    Re: oracle jbo.domain.Date issues in 10.1.3
    Sascha

  • Problem with Content Barrier

    I just wanted to post my experience with IChat AV and problems with Content Barrier.
    After a long time with Support, I deleted Content Barrier from the startup folder and everything works fine now.
    I will give an update when I get IChat AV to work with Content Barrier installed.

    Patrick - I experienced the same problem with Content Barrier and Net Barrier too. But, I did an archive and install of Tiger (actually a reinstall) after my son's iMac was only 3 days old. Was not aware that CB was the cause of iChat not working until I tried to reinstall CB and found that to be the culprit.
    Do you also have Netbarrier? I found that was a problem too.
    I e-mailed Intego and all they could offer was did I upgrade to 10.1.7 and updated filters. I did the program update, but since I did not renew the subscription, I do not have the latest filters (last filter update was Feb 05).
    I have another e-mail to Intego saying this, but no response from them (but it was only last Friday).
    Any thoughts on an alternative content barrier program?
    Joe

  • Keynote conversion:  Powerpoint found a problem with content....

    Hi all,
    MS office is killing me and I'd appreciate any pointers and comments
    Here's the situation:
    1. Keynote file (multi-revised over the years) exported to powerpoint file XYZ in New-MBP
    2. New-MBP opens XYZ and gets "found a problem with content in..."
    3. Click on "repair", open up XYZ, and get bunch of blank pages
    4. Same XYZ file copied to Old-MBP(freshly installed, now my home media server, not many apps installed).
    5. Same version of Office 2011 installed in Old-MBP, opened the file just fine!
    (so the problem is not NewMBP Keynote)
    6. Created a test account in New-MBP
    7. Attempted to open XYZ with Powerpoint
    8. Same "found a problem with content in..."
    9. Click on "repair", open up XYZ, and get bunch of blank pages
    (so the problem is not user/privileges, but the NewMBP system-wide issue?)
    10. In New MBP, created a brand new Keynote file, did some light work
    11. Exported new keynote file to powerpoint file RRR
    12. In New-MBP, RRR opened under Powerpoint 2011 just fine!
    (so the problem might be the original multi-modified Keynote file?)
    (But its powerpoint file XYZ opened in Old-MBP just fine!)
    I've uninstalled and reinstalled Office 2011, with SP1, still cannot open XYZ properly.
    I've copied all Office 2011 files from Old-MBP to New MBP, still cannot open XYZ properly.
    I"ve googled the problem and tried anything I could find, still cannot open XYZ properly. (deleting presenter notes... etc)
    My current conclusion: some kind of software system conflicts in the New-MBP.
    Anyone with any ideas?
    Thanks a lot in advance.
    Will

    Hi Will,
    Met the same issues and spent hours to find the problem. And guess what ? I found it :-)
    For some reason, groups are not supported by Powerpoint converted files.
    This is why every slide that contains group is not converted.
    The workaround is to ungroup all the groups in your keynote file (alt+cmd+shift+G) and you'll see your slides being converted again.
    I'm not sure where the issue is coming from. I would tend to think it should be resolve by the Apple Keynote team.
    Not sure whether it has been escalated so far.
    There might be some other small issues. One or two slides were not properly converted although they were not containing group, but this should fix most of them.
    Have fun degrouping your slides

  • Problem with SB1240 USB sound card

    I'm pulling hair here! I've just bought a SB240. Windows (XP Pro, SP3) detected it and I can select it fine for listening. But when I open Sound and Audio Device Properties and select Sound Recording/Volume, I see the Capture panel with the three inputs, but all the controls are greyed out and immovable. I also use the application "Total Recorder" by High Criteria, in which I can select the SB240 device but the only input line it sees is SPDIF Interface.
    I'm stumped. Can anyone help?
    John?

    &Re: Problem with SB240 USB sound card
    Thank you. I did a complete uninstall, including the device itself (from Device Manager) as well as all drivers and any SB related software. As recommended by Creative, I had previously installed the driver software from the supplied CD and that seems to have been the problem.
    I let Windows re-detect the SB, but? got a "problem ... device may not work correctly.." during the detection, so I was not hopeful (this had not happened the first time I installed the device).
    Nevertheless it now does work fully and is properly configured in "Total Recorder" too.
    So I would suggest not using the supplied drivers and software - at least not in WinXP. But it's not very confidence inspiring.
    John

  • Problems with my Creative Sound Blaster X-Fi Xtreme Gamer bulk P

    Hey there!!!
    I acutally have a Problem with my Creative Sound Blaster X-Fi Xtreme Gamer bulk PCI-Card. The Card by it self is working perfectly. But i cant use the Digital-In as the Mic in. I dont know how to turn it so that the Digital-In is the Mic-In. So my Microphone donst work. I hear everything but nobody hears my Voice. There is sometimes a Signal but not the correct, the Guys playing with me dont hear anything of my voice...
    Can somebody help me plz?
    Greetings Thomas

    Moep wrote:
    Why i must use TORRENT?
    Why is this driver not on your page?!
    Please fast help...
    and this is a secure download you mean? ....
    Jeez, calm down already. I never said you HAD to download it, but if you want any of the applications that work in XP to work in Vista then you're going to need that disk; either by downloading it or fromk here,?http://us.creative.com/products/prod...7&product=6743?
    2. ISN'T THIS THE DRIVER FOR ME?! http://forums.creative.com/creativelabs/board/message?board.id=Vista&message.id=7838Message Edited by Moep on 07-3-20070:7 PM
    Maybe you really should take a vallium or something and re-read what I posted, then you may just grasp the fact that that is the exact driver I told you you needed.

  • I got my iPhone 4S and I think I have a problem with it. Sound when locking and unlocking is quiet compared with other iPhone 4S. I compared it with others and really is a little quiet. Other people have confirmed it too. Other sounds may be better. No pr

    I got my iPhone 4S and I think I have a problem with it. Sound when locking and unlocking is quiet compared with other iPhone 4S. I compared it with others and really is a little quiet. Other people have confirmed it too. Other sounds may be better. No problem tones, watching videos. This problem or is it something normal?

    I have this problem too, but it is intermittent. Sometimes the lock/unlock volume will drop to barely-audible, even though in settings the volume slider hasn't changed. If I then move the volume slider, it fixes the problem and the lock sounds jump back to normal, but then later on the problem will happen again.

  • Problems with codepage after refreshing data from XML

    Hello,
    I've created a dashboard with XML connection.
    XML file with new data is created via macro in INPUT.xls Excel file. This INPUT.xls file was created through exporting spreadsheet from Xcelsius and then adding a macro to it, so text data should be this same codepade. Generated XML through macro have no errors and Flash file gets numeric data with no problems.
    But there is other problem with text's codepage. After reload there are some unidentified symbols in place of polish alphabet letters.
    What should I do to make it right? Is this a problem with codepage or something else?
    [Dashboard Before Refresh|http://lh4.ggpht.com/_Q8NK6X6PPLg/TGkLwo3sxZI/AAAAAAAAA_g/mkBiDdM4Gi4/s640/before_refresh.JPG]
    [Dashboard After Refresh|http://lh4.ggpht.com/_Q8NK6X6PPLg/TGkLwSx9fHI/AAAAAAAAA_c/3UeM2Gd3HvA/s640/after_refresh.JPG]
    If you have any idea hot to fix it, please let me know.
    Best regards,
    Bart Dlug

    Hello,
    I have header in my XML as follows:
    <?xml version="1.0" encoding="Windows-1250"?>
    Only then my XML file is displayed correctly in Internet Explorer preview. When I chagne it to UTF-8 I get some errors.
    [XML with windows-1250 codepage|http://lh3.ggpht.com/_Q8NK6X6PPLg/TGkUakDHjlI/AAAAAAAAA_o/lLlJFMcSaFQ/s800/codepage1250.JPG]
    [The same XML with UTF-8|http://lh5.ggpht.com/_Q8NK6X6PPLg/TGkUa8k4vyI/AAAAAAAAA_s/tdcZNqu7-i0/s800/codepage-UTF8.JPG]
    Error message means: Invalid character was found in text content. Error during processing resourcse file:///
    As I wrote before, my data is generated via macro in Excel, so I supose my data in this file has windows default codepage. Am I right?
    Do you think that I problem is XML file?
    Best regards,
    BD

  • I am having problem with speaker the sound is not coming properly from it also the right side hinges

    Hi,
    I am having problem with speaker from last few days when ever i tryed to play songs the speaker is not giving sound properly. Secondly the the right side hinges also boken so needed support for both the problems.
    Thanks & Regards 
    Umender Sahani

    First, try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting.
    If this does not help, set it up as new device, explained here:
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If still no luck, get it checked by visiting an Authorized Apple Service Provider or contact Apple Support to get it serviced:
    iPhone - Contact Support - Apple Support

Maybe you are looking for