PDA

View Full Version : How do I keep the memory as low as possible when dealing with text?


dtrace
09-08-2003, 06:49 PM
What are the secrets of keeping the memory as low as possible when you are using a certain font?

Any advice or tips would be greatly appreciated. I'm working on banner ads and need to minimize all memory.

Thanks.

Warrior
09-08-2003, 10:09 PM
The best thing is to keep the text no more then one line. For example like this,

ActionScript.org ROCKS!! YEAH BABY YEAH

ActionScript.org ROCKS!! YEAH BABY YEAH

ActionScript.org ROCKS!! YEAH BABY YEAH

ActionScript.org ROCKS!! YEAH BABY YEAH

This will keep it fast and go easy on the Ram and CPU.