So I ran into a little trouble with an application I was working on in Flash and after some testing it looks like theres a limit on the length of a string of 64k. That’s a pretty big string, but there was a reason that I needed it to be bigger.. oh well.

That led me to test a few other things.  I found on this page a section on “Huge Scripts” about 3/4 of the way down the page.. where it says “it’s good practice to keep scripts smaller than 64k (compiled) per frame, it’s possible to get larger.” So.. how much larger?  What’s the limit?  hehe..  So I created a little test SWF to see how much I could fit on one frame.  I created 5 strings, each 60k in length (that’s what?  a 16 page document for each string?) on the same frame and a text field for each one.  I published it as both Flash 5 and 6, and with fingers crossed pointed a browser at it.  It worked.  The text for all 5 strings showed up in the browser.  So..  I tried 20 strings that were each 20k.  That worked too.