[Extendflash] Extracting code from an fla
Nick Kaayk
Nick.Kaayk at bbc.co.uk
Wed Apr 19 18:31:05 BST 2006
> Alternatively, in Flash 8 you could use: fl.showIdleMessage(false);
Running jsfl from a batch file also aviods the time-out.
-----Original Message-----
From: extendflash-bounces at flashguru.co.uk
[mailto:extendflash-bounces at flashguru.co.uk] On Behalf Of
extendflash_again at thunderunderground.com
Sent: 19 April 2006 17:26
To: Extendflash at flashguru.co.uk
Subject: Re: [Extendflash] Extracting code from an fla
I just ran into recursion limitation the past few days in JSFL. It has a
limitation but it doesn't hit 256 nice a quick like Flash, and I'm not
sure what the limitation is exactly. The error message complained about
recursion but seemed as though it timed out.
In my case I opted to change the interface to only call a function when
needed instead of gathering all info at once.
In your case you could do something similar. You could highlight the
layer/frame where the code is and execute the functionality you want per
layer/frame, or maybe all contents of a movieclip - someway to avoid
recursion level issues.
Alternatively, in Flash 8 you could use:
fl.showIdleMessage(false);
That kills the idle message for script that takes a really long time.
Derek Vadneau
----- Original Message -----
From: "Alias" <aliasrob at gmail.com>
To: <extendflash at flashguru.co.uk>
Sent: Wednesday, April 19, 2006 11:53 AM
Subject: SPAM-LOW: Re: [Extendflash] Extracting code from an fla
Hmm... how well does JSFL handle recursion? Does it time out the same
way flash does?
Cheers,
Alias
_______________________________________________
Extendflash mailing list
Extendflash at flashguru.co.uk
http://lists.flashguru.co.uk/mailman/listinfo/extendflash
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
More information about the Extendflash
mailing list