|
-
Steve R
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
-
up to my .as in code
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";
Last edited by Chris_Seahorn; 12-12-2006 at 02:46 AM.
-
Steve R
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|