[xray] Where did the xray + mtasc tutorial go?

John Grden neoriley at gmail.com
Wed Aug 16 15:03:35 EDT 2006


Hey Leif, here's the connector only package:

http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector_only/xray_connector_only.zip?format=raw

It has the XrayLoader class in there and it's as simple as:

import com.bltizagency.xray.util.XrayLoader;

.... later in code

XrayLoader.addEventListener(XrayLoader.LOADCOMPLETE, this,
"xrayLoadComplete");
XrayLoader.addEventListener(XrayLoader.LOADERROR, this, "xrayLoadError");
XrayLoader.loadConnector("xrayConnector_1.6.swf");

The new MtascUtility.as is include and you *could* hook it with Xray by
pointing mtasc trace to:
com.blitzagency.xray.util.MtascUtility.trace

Here's the latest on using the new logger stuff:
http://www.osflash.org/xray#usage_8.11.2006

That is subject to change but I'm hoping that only the underlying code
changes, but the calls remain the same


On 8/16/06, Leif Wells <leif.wells at gmail.com> wrote:
>
> Thanks, Chris.
>
> I will try adding this code to my current Application Class. I'll get back
> to the list if I have difficulties.
>
> Leif
>
>
> On 8/16/06, Chris Allen <mrchrisallen at gmail.com> wrote:
> >
> > For now, it's pretty simple to build an Xray enabled application with
> > those tools. Here is a brief example to get you started:
> >
> >
>
> _______________________________________________
> xray mailing list
> xray at osflash.org
> http://osflash.org/mailman/listinfo/xray_osflash.org
>
>
>


-- 
[  JPG  ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/xray_osflash.org/attachments/20060816/def20698/attachment-0001.htm


More information about the xray mailing list