on 2/18/02 8:29 AM, Carol Mahaffy at [EMAIL PROTECTED] wrote: > hey list -- > i have a cd that was created about 2 months ago that i need to help the > performance. The problem is that after you continously play the cd it sucks > up your system memory.
If you are using a lot of audio files, this can cause problems. They do not unload from memory on their own, in fact in many cases if you issue a unload command you will see that they are STILL in memory. I usually keep track of the names of the audio files that I execute/puppet and when I'm done with them, I explicitly do a unLoadMember "myaudiofilename". This is one of the biggest culprits of memory problems I've found. Good luck, JRS =================================================== John R. Sweeney Jr. ([EMAIL PROTECTED]) Interactive Multimedia Developer/ Digital Media Specialist OnDemand - Interactive, Inc. 847.651.4469 (cell) 847.310.5959 (office/fax) =================================================== [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
