[xray] XRay in Flex?
John Grden
neoriley at gmail.com
Sun Jun 11 14:30:59 EDT 2006
Yeah, I really answered my own question on that one ;)
I already have an output panel that you can include in your app (hide like a
window shade, scale, move etc). Include the 2 classes for XrayTracing in
AS3 and it's a nice little trace utility.
Anyway, there's SOOO much discovery that has to happen - I think there are
many different flavors of xray that can be used either alltogether or
individually based on the need.
anyway, thanks for the reply Muz,
JG
On 6/11/06, Muzak <p.ginneberge at telenet.be> wrote:
>
> Flex 2 is AS3 only.
>
> You'll have to migrate to AS3.
>
> regards,
> Muzak
>
> ----- Original Message -----
> From: "John Grden" <neoriley at gmail.com>
> To: <xray at osflash.org>
> Sent: Saturday, June 10, 2006 11:10 PM
> Subject: Re: [xray] XRay in Flex?
>
>
> > Hey Sebastiann, do you know if this would work for Flex2?
> >
> > Since you're example is compiling as2 code, I'm just wondering if that's
> > possible in Flex2? I had htought that you couldn't have both, but maybe
> i'm
> > wrong?
> >
> > what do you think?
> >
> > JG
> >
> > On 11/29/05, Sebastiaan Holtrop <s.holtrop at tfe.nl> wrote:
> >>
> >> I've got Xray working in Flex 1.5. Here's how:
> >>
> >> - Dowload the source code.
> >> - Copy the sourcecode to the user_classes directory (or any other dir
> that
> >> you've specified as your actionscript-classpath in the flex-config.xml)
> >> - Add this to the mx:application tag:
> >> initialize="initializeApplication();"
> >> - and create an mx:Script block that defines the initializeApplication
> >> method; like this:
> >>
> >> <mx:Script>
> >> <![CDATA[
> >> import com.blitzagency.xray.Xray;
> >>
> >> private function initializeApplication():Void {
> >> Xray.init();
> >> Xray.initConnections();
> >> }
> >> ]]>
> >> </mx:Script>
> >>
> >> That's it! Don't forget to turn off the 'recursive searchs' since
> >> Macromedia's components create a lot of movieclips so your browser and
> >> xray keep running.
> >>
> >> I'm sure an can get it to work as an swc component but i'll need more
> time
> >> for that...
> >>
>
>
>
> _______________________________________________
> xray mailing list
> xray at osflash.org
> http://osflash.org/mailman/listinfo/xray_osflash.org
>
--
John Grden - Blitz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/xray_osflash.org/attachments/20060611/67b34952/attachment.htm
More information about the xray
mailing list