Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor supriyaakg's Avatar
    Join Date
    Feb 2010
    Posts
    157
    hi,

    For my Fl 3.0/AS 2.0 app, I get an error "Unable to load data" on my N79, if the xml that I am loading is not found. This happens while I am checking the onLoad event for the xml to carry on further functions. While on the emulator, I can trace the the onLoad event was not a success with the trace command in the else part.

    ********************************************
    loadvid.onLoad = function(success)
    {
    trace("success" + success);
    if(success == true)
    {
    parseTheXML();
    }
    else
    {
    trace("xml not found");
    }
    }
    ********************************************

    I have observed the same error while on a slower connection also. How can I catch this error? What other events can be used to check that the request for the xml has been turned down or the xml cannot be found to be loaded?

    Regards,
    Supriya Tenany

  2. #2
    Nokia Developer Champion sajisoft's Avatar
    Join Date
    Jul 2008
    Location
    Pakistan
    Posts
    1,062
    According to my observation, it is not able to handle "Unable to load data" errors, thats why, there is a Error Handling Proposal by Biskero.One way to disable "Unable to load data" is by embedding it into a WRT. Another approach is to create ur own local server, which tests that whether a file exist or not like Kuneri Lite.
    What other events can be used to check that the request for the xml has been turned down or the xml cannot be found to be loaded?
    I think it can be checked by looking at the success Boolean in onLoad function

    Best Regards,
    SajiSoft

  3. #3
    Regular Contributor supriyaakg's Avatar
    Join Date
    Feb 2010
    Posts
    157
    Hi SajiSoft,

    Quote Originally Posted by sajisoft View Post
    According to my observation, it is not able to handle "Unable to load data" errors, thats why, there is a Error Handling Proposal by Biskero.One way to disable "Unable to load data" is by embedding it into a WRT.
    Can you please tell me how I can supress/disable this message by embedding it into a WRT?

    Also,
    Quote Originally Posted by sajisoft View Post
    I think it can be checked by looking at the success Boolean in onLoad function
    like I said, I am able to get the value for the flag in the emulator, which clearly suggests that the onLoad wasnt a success, but the same gives the above stated error on the real device. I think being able to embed it into a WRT shall serve my purpose. As I am new to programming and above all Flash Lite, please be a little more generous.

    Regards,
    Supriya Tenany

  4. #4
    Nokia Developer Champion sajisoft's Avatar
    Join Date
    Jul 2008
    Location
    Pakistan
    Posts
    1,062
    Can you please tell me how I can supress/disable this message by embedding it into a WRT?[/QUOTE]
    You donot need any special API , just read this article :
    How_to_package_Flash_content_in_a_Widget
    Than embed your swf into a WRT and it automatically suppresses these pop-ups.

    BTW, feel free to ask if any of my post is not clear to u.

    Best Regards,
    SajiSoft

Similar Threads

  1. Series 60Series 60 MIDP Concept SDK Beta 0.2 Linux bug?
    By kauppi in forum Mobile Java Tools & SDKs
    Replies: 3
    Last Post: 2003-04-07, 09:05
  2. Http connection problem in 6310i
    By teahola in forum Mobile Java General
    Replies: 1
    Last Post: 2002-10-03, 18:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved