A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: can the flex 2 debugger be used with KM?

  1. #1
    Steve R swrzzzz's Avatar
    Join Date
    Jan 2005
    Location
    Leicestershire,UK
    Posts
    195

    can the flex 2 debugger be used with KM?

    Hi

    I am playing with the free Flex 2 SDK and it contains a flash player with a debugger.

    Has anyone any thoughts on whether this could also be used to debug a KM swf?

    The first hurdle is that the swf needs to be saved with debugging turned on

    It would be cool though.....

    Steve

  2. #2
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    What's up Steve. Hate to see this sit so....

    I'm going to guess no. Koolmoves never supported AS2 types which were even less strict than AS3 runtime types are (preserved) so I'm sure the Flex debugger not only expects AS3 it will see all untyped code as a runtime error and is rigid on this for very important reasons.

    AS1:

    var foo = "Hello World";

    AS2/AS3:

    var foo:String = "Hello World";

  3. #3
    Steve R swrzzzz's Avatar
    Join Date
    Jan 2005
    Location
    Leicestershire,UK
    Posts
    195
    It was worth a throw....

    Ta

    Steve

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center