AW: [Extendflash] setInterval?

Martin Eder martin at boidy.at
Fri Jul 15 23:00:41 PDT 2005


hi nick,
 
a ran into the same problems some time ago. the "...running for a long time"
warning appears, if a jsfl script takes "too much" time to execute (afaik >
30 seconds). the timeout interval is hard coded into flash to have a change
to exit infinite loops. so there is no way to avoid this behaviour.
i have successfully written some extensions (windows dlls) using the the
c-level api where i did some processing on all frames on all layers of main
timeline. i splitted the job manipulating the fla-file to small pieces
(seperate jsfl files) and called that parts from the main loop running in
the dll. this led to a great performance boost decreasing the execution time
below 30 seconds.
 
hope that helps, cheers
martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.flashguru.co.uk/pipermail/extendflash/attachments/20050715/73e8e5d8/attachment.htm


More information about the Extendflash mailing list