+ Reply to Thread
Results 1 to 4 of 4

Thread: Get Details for NetConnection.Call.BadVersion

  1. Join Date
    Aug 2009
    Age
    56
    Posts
    3

    Get Details for NetConnection.Call.BadVersion

    In my ActionScript code I get a NetStatusEvent with info
    code: "NetConnection.Call.BadVersion"
    description: ""
    details: ""
    level: ""
    I can easily figure out what the specific problem is by manually accessing the Service Browser in a web browser. The message="faultCode:INVALID_AMF_MESSAGE faultString:'Invalid AMF message' faultDetail:'this bit tells me what I need to know'

    My Question is "How can I get to that faultDetail from within my ActionScript code so that I can log and report the problem in the client Application.

    Any assistance greatly appreciated.

  2. Join Date
    Aug 2009
    Posts
    5
    When you are making AMFPHP calls to your site add onFault event


    public function onFault(fault:Object):void{ trace("amf onFault : " + fault.code,fault.description,fault.details,fault.l ine); }

    compile your application in flash and make the AMFPHP call,it will display(trace) the fault details
    Last edited by as3-ria; 18th September 2009 at 11:26.

  3. Join Date
    Aug 2009
    Age
    56
    Posts
    3

    Thanks so much for taking the time to help me out. Much appreciated.

  4. Join Date
    Oct 2009
    Location
    United States
    Posts
    7

    Get Details for NetConnection Call BadVersion

    If you want flash screensaver .swf for your s60v3 with your name on it or whatever you want to write just tell me & I will get u your flash Screensaver for your S60v3

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts