Hi,

I have a project in which I use about 500 Mb of wav's. I'm looking for
the most efficent way to deal with it because I'm running into memory
problem. Director seems not to unload not needed wav's.
My questions are:
- should I link wav's to cast or use "standard import"
- maybe convert them to mp3?
- should I use Internal or external cast

I tried to create a simple test for unLoadMember.
- I used standard import and inserted 10Mb wav file
- I opened memory management window in Dir 8
- I create a button with a simple behavior..

on mouseDown me
unLoadMember member "music"
end

When I start the movie. The "music" is loaded into memory but when I
click my button it jumps to another marker (where "music" is not
present) and the try to unload it. It doesn't work. "Music" member is
still in memory.

Anybody can help?

Thanks

Kamil


--
Kamil Dabkowski
Geometrek
http://stop.at/kamil




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to