[FONT=Courier New]Heey all,
If got a llittle problem with a application that I am working on.
I use flash pro 8 to build a 3d tour simulation. The application will contain 20 separate .swf files.
But in order to reduce load time I want to load the swf files hidden and when I need them I want them to show them again.
And it also needs to work in reverse.
At the moment I’m using the following code to load it:
mc_pres.loadMovieNum(“present.swf”, 3);
opnieuw.onRelease = function() {
unloadMovieNum(3);
};
Can somebody help me out?
many thnx
grTz
Dr00bie[/FONT]