Quick Question

If i have a movie with the a function to load different swf’s dynamically on the press of a button. Assuming that each of these swf’s are pretty large, would it be practical to put an function on each of the buttons to unload all the other movies that might be loaded and load only the one required.

for a lite example of what im talking about, check out http://www.geocities.com/wormybart/fun.htm Please note that the swf’s loaded in are not mine they belong to wireframe.co.za

Or would it be more practical to just load each and hope that the memory on the users computer can handle it? (the actual movie im working on is 16mb in all, including the dynamically loaded swfs)