[xray] xray Digest, Vol 16, Issue 6

Daniel Tome d_tome at hotmail.com
Mon Dec 11 00:03:06 EST 2006


Hi John,

I've tested both methods, and I'm still getting a 256 recursion error when compiling.

1. I've created a new swf file called xray.swf that has just the xray component on stage.
then in my project on the first frame I do a empty_mc.loadMovie("xray.swf");
When compiling I still get the 256 recursion output and no furthur actions can be done.

2. Unchecked "export in first frame" put it on stage, and called _global.com.blitzagency.xray.Xray.initConnections(); from my init.
And still getting the recursion error, though I get a msg: "(138) Connections: true | true",  before the error.

256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.


The component I'm using is:
v.1.6.1
Macromedia Flash Professional 8
Windows XP

Thanks anyway.
Cheers,



> ----------------------------------------------------------------------
> Message: 1
> Date: Sun, 10 Dec 2006 09:10:05 -0500
> From: "John Grden" <neoriley at gmail.com>
> Subject: Re: [xray] 256 levels of recursion
> To: xray at osflash.org
> Message-ID:
> 	<814c1ea20612100610j449d8e01o7d68d57865964de4 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hey Daniel, sorry for such a late reply!!
> 
> I don't know if you found a solution, but you could try this:
> 
> 1.  load xray as an external SWF
> 
> 2.  if that doesn't do it for you, then you could also go into the
> linkage properties of xray in the library, uncheck "export in first
> frame", put xray on stage somewhere, and add this code to your init
> method:
> 
> _global.com.blitzagency.xray.Xray.initConnections();
> 
> Does that help?
> 
> On 12/3/06, Daniel Tome <d_tome at hotmail.com> wrote:



More information about the xray mailing list