[xray] XRay in Flex?
John Grden
neoriley at gmail.com
Sat Jun 10 17:10:19 EDT 2006
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...
>
> _______________________________
> *Sebastiaan Holtrop*
> *Developer <theFactor.e>*
> Friesestraatweg 215a
> P.O. Box 2010
> 9704 CA Groningen
> The Netherlands
> t. +31 (0)50 57 57 888
> f. +31 (0)50 57 57 889
> e. s.holtrop at thefactore.com
> w. http://www.thefactore.com
>
>
> _______________________________________________
> 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/20060610/3aee955a/attachment.htm
More information about the xray
mailing list