[xray] Problems with FAME

Stephen Hueners steve at juststeve.com
Wed Dec 20 15:29:06 EST 2006


I've just installed the latest package 1.62 and am trying to get things
working with FAME (also latest versions Eclipse SDK 3.2.1, ASDT.0.08,
Flashout 0.2.1.6, MTASC 1.12).

I'm following the code posted on the OSFlash page (trace usage with
MTASC/FLASC) but am getting 'unkown type' compliation errors. Being new to
FAME I'm sure I'm missing something simple/basic but:

log= new XrayLog();' tosses a 'Type error Unknow variable'.

On one hand, all I can think of is that class dependancies are hosed...on
the other....in my entry class I can eliminate the error by:

var log= new XrayLog(); //but nothing else works.
HOWEVER:
log= new XrayLog(); produces 'unknown class' error.

So the compiler's finding it's way to the package....a conventional trace
placed in com.blitzagency.xray.logger.XrayLog constructer's constructor will
fire...but nothing when replaceing the Trace switch as directed and nothing
in the swf.

Many thankx,
--steve...






More information about the xray mailing list