A Flash Developer Resource Site

Results 1 to 20 of 24

Thread: slow speed with large amount of text

Threaded View

  1. #1
    Senior Member
    Join Date
    Jul 2010
    Posts
    111

    slow speed with large amount of text

    Hi! I have some pretty crazy text manipulation code, lots of split/joins, html code adding, you name it.. but the larger amount of text that it is manipulating, the slower it processes. It is all dynamic, nothing as far as static or animation like. Also nothing actually has to 'render', all processing is off screen.

    I feel like there is a way to get it to process faster, just not sure what to do next. I've tried splitting the text into working with 1 paragraph at a time, setInterval with function()s, and those are working, but still has a hard time w/ lots of text.

    My question is, can anybody think of a way to somehow get it to process faster? Maybe doing its calculations in a separate movie clip or swf? Not sure what else to try.. maybe someone has some magic up their sleeve! Thanks!
    Last edited by sammy123123; 04-13-2012 at 09:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center