[xray] Problems with FAME

orangeflower@hotmail.com orangeflower at hotmail.com
Wed Dec 20 16:04:09 EST 2006


You're compiling w/ MTASC correct? If so, keep in mind you may need to 
explicitly add the reference to the XRay libraries in a -cp (classpath) 
MTASC argument.

Example:

mtasc -header 973:571:31:8B7A72 -swf [path to your swf] -main -version 8 
[main app. class] -cp [path to XRay libraries]

T

----- Original Message -----
From: "Stephen Hueners" <steve at juststeve.com>
To: <xray at osflash.org>
Sent: Wednesday, December 20, 2006 2:29 PM
Subject: [xray] Problems with FAME

> 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...
>
>
>
>
> _______________________________________________
> xray mailing list
> xray at osflash.org
> http://osflash.org/mailman/listinfo/xray_osflash.org
> 



More information about the xray mailing list