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

Hans Wichman hans at trimm.nl
Wed Aug 16 15:24:42 EDT 2006


Hi peeps,
it's not FDT but if you are just looking to use mtasc and xray, i use
FlashDevelop (with Mtasc ofcourse) with an injection swf. The injection
swf contains my xray connector.

In FlashDevelop I create a new project and appoint the right injection
swf and done. No other coding necessary, since i'm dumb and lazy (which
is a very powerful combination), I didn't even know that what you've
shown below was possible:)

greetz
Hans

On Aug 16, 2006 09:03 PM, John Grden <neoriley at gmail.com> wrote:

> 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  ]




More information about the xray mailing list