>I found when trying to get FlexUnit to work with FlexJS that there is some >work needed there as well since the FlexUnit demos use mx or Spark >applications around the runners.
Alex, this isn't completely true and I can help you with it. The runner itself is entirely AS only, no Flex dependencies at all. There are UIs written for it (some in Spark, some MX even on in AS only for Flash Pro) but those add themselves as listeners to the FlexUnit core which manages the runners. There is a TextListener as well which just traces the output. My first suggestion would be to mimic this to just do a console.log in the resultant JS to get things up and running. Mike