|
List Info
Thread: Re: Recursion Limits problem on load of connector .swf.
|
|
| Re: Recursion Limits problem on load of
connector .swf. |

|
2007-03-16 09:10:22 |
|
ah no worries Cedric! I'm just thankful for you trying to help out, thanks very much!
On 3/16/07, analogdesign < newsl analogdesign.ch">
newsl analogdesign.ch> wrote:
Well, my remark was maybe a bit outdated, but I remember months ago that
I had a main movie loading multiple swf. In one of those I forgot to remove
the xray connector. This made irresponsive the loaded swf in question... It
took me some time to find out what was killing my swf functionning and found
iout finally that it was xray connector in the library..
By the way, it's possible that you corrected this issue... and that
it won't behave the same way now. It was a remark from a veteran xray/admin
tools user ;)
I
remember also having difficulties to use Xray when a
FlashPaper document is loaded inside a main swf... but I think that FlashPaper
is now dead since the merger of MM and Adobe... so it isn't interesting anymore
;)
Best regards.
Cedric Madelaine (aka
maddec) http://analogdesign.ch
De : xray-bounces osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray-bounces osflash.org
[mailto: xray-bounces osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray-bounces osflash.org] De la part de John
Grden Envoyé : vendredi, 16. mars 2007 14:18 À :
xray osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray osflash.org Objet : Re: [xray] Recursion Limits problem on
load of connector .swf.
I don't know to be honest. The thing about Flash is, it's a
first come first served scenario with the version of code (IE: if 1.6.1 loads
before 1.6.2, then 1.6.1 code is used)
however, if both try to load BOTH
will call Xray.initConnetions() and the code within the constructor etc.
So, there could be a potential issue there, yes.
On 3/14/07, analogdesign < newsl analogdesign.ch" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> newsl analogdesign.ch
> wrote:
Hi
there,
Firstly if I were you I would check that things that you load
inside your main movie haven't their own xray connector (same
version or worst not the same version), because this can make crash you
main swf. You should use only one connector which resides inside the
main.swf. Isn't it John?
Best regards.
Cedric
Madelaine (aka maddec) http://analogdesign.ch
-----Message
d'origine----- De : xray-bounces osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray-bounces osflash.org [mailto: xray-bounces osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
xray-bounces osflash.org] De la
part de Jos Yule Envoyé : mercredi, 14. mars 2007 18:02 À : xray osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray osflash.org Objet : [xray]
Recursion Limits problem on load of connector .swf.
Hello
all.
I9;ve been trying to figure out where my problem is with my use of
the Xray package. I've downloaded the latest versions of the client (the
flex interface), and the connector only package (1.6.2).
I've setup
a test fla in which I load the connector, and am able to have the client
see logging messages and do snapshots.
However, in a production .fla
that I'm working on, as soon as I load the connector, I get a recursion
limit message in the output window (of the flash IDE). If I simply use the
logging, things work fine. It is only the loading of the connector .swf
which causes the recursion problem.
The .fla that is causing the
problems has some complex loading code (when published via the IDE, it
replaces itself with a loader, which then loads itself again - its
complex), but all the loading is done by the time the connector is itself
loaded.
Any pointers to code in the connector that I could look at to
figure this out would be appreciated, or any hints at
all!
Thanks, Jos
_______________________________________________
xray mailing list xray osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray osflash.org
http://osflash.org/mailman/listinfo/xray_osflash.org
_______________________________________________
xray mailing list xray osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">xray osflash.org
http://osflash.org/mailman/listinfo/xray_osflash.org
-- [ JPG ]
_______________________________________________ xray mailing list osflash.org">xray osflash.org
http://osflash.org/mailman/listinfo/xray_osflash.org
-- [ JPG ]
|
| Re: Recursion Limits problem on load of
connector .swf. |
  Switzerland |
2007-03-16 16:40:35 |
|
| No problem John, it was just to draw up the situation
it happened to me ;)
Have a nice week end!
Best regards.
Cedric Madelaine (aka
maddec) http://analogdesign.ch
ah no worries Cedric! I'm just thankful for you trying to help
out, thanks very much!
On 3/16/07, analogdesign <analogdesign.ch"> newsl analogdesign.ch> wrote:
Well, my remark was
maybe a bit outdated, but I remember months ago that I had a main movie
loading multiple swf. In one of those I forgot to remove the xray
connector. This made irresponsive the loaded swf in question... It took
me some time to find out what was killing my swf functionning and found iout
finally that it was xray connector in the library..
By the way, it's
possible that you corrected this issue... and that it won't behave the
same way now. It was a remark from a veteran xray/admin tools user
;)
I remember also having
difficulties to use Xray when
a FlashPaper document is loaded inside a main swf... but I think that
FlashPaper is now dead since the merger of MM and Adobe... so it isn't
interesting anymore ;)
Best regards.
Cedric Madelaine (aka
maddec) http://analogdesign.ch
I don't know to be honest. The thing about Flash is, it's a
first come first served scenario with the version of code (IE: if 1.6.1 loads
before 1.6.2, then 1.6.1 code is used)
however, if both try to load
BOTH will call Xray.initConnetions() and the code within the constructor
etc. So, there could be a potential issue there, yes.
On 3/14/07, analogdesign <analogdesign.ch" target=_blank> newsl analogdesign.ch
> wrote:
Hi
there,
Firstly if I were you I would check that things that you load
inside your main movie haven't their own xray connector (same
version or worst not the same version), because this can make crash you
main swf. You should use only one connector which resides inside the
main.swf. Isn't it John?
Best regards.
Cedric
Madelaine (aka maddec) http://analogdesign.ch
-----Message
d'origine----- De : osflash.org"
target=_blank>xray-bounces osflash.org [mailto:osflash.org" target=_blank>
xray-bounces osflash.org] De la part de Jos Yule Envoyé :
mercredi, 14. mars 2007 18:02 À : osflash.org" target=_blank>xray osflash.org Objet
: [xray] Recursion Limits problem on load of connector .swf.
Hello
all.
I've been trying to figure out where my problem is with my use
of the Xray package. I've downloaded the latest versions of the client
(the flex interface), and the connector only package
(1.6.2).
I've setup a test fla in which I load the connector, and am
able to have the client see logging messages and do
snapshots.
However, in a production .fla that I'm working on, as soon
as I load the connector, I get a recursion limit message in the output
window (of the flash IDE). If I simply use the logging, things work fine.
It is only the loading of the connector .swf which causes the recursion
problem.
The .fla that is causing the problems has some complex
loading code (when published via the IDE, it replaces itself with a
loader, which then loads itself again - its complex), but all the loading
is done by the time the connector is itself loaded.
Any pointers
to code in the connector that I could look at to figure this out would be
appreciated, or any hints at
all!
Thanks, Jos
_______________________________________________
xray mailing list osflash.org" target=_blank>xray osflash.org http://osflash.org/mailman/listinfo/xray_osflash.org
_______________________________________________
xray mailing list osflash.org" target=_blank>xray osflash.org http://osflash.org/mailman/listinfo/xray_osflash.org
-- [ JPG ]
_______________________________________________ xray
mailing list osflash.org">xray osflash.org http://osflash.org/mailman/listinfo/xray_osflash.org
-- [ JPG ] |
| little non-sense suggestion. |
  Switzerland |
2007-03-22 06:15:51 |
|
| Hi
John,
In a moment of
nightly build mind absence, looking at the Xray interface I had the following
"idea":
Application View>
next to the combobox, about the button GO.
Why not use SCAN
instead of GO?
It seems to me more
linked to what is really done and most of all it dialogs with the "Xray"
name...
I thought also of a
button with: [ Scan through the deep fur of Chewbaca ] but it may be
difficult to integrate. ;)
|
[1-3]
|
|