PDA

View Full Version : Load/Unload problem


Renton
03-01-2002, 08:35 AM
Hi

I loaded a movie from same directorie (in _root), in another movie, but when i unloaded it (using unloadMC and removeMC), it traced <cannot open (the directory where files where located)>, but the movie unloaded successfully, but it happened only in Flash. Running it from Exploring all was Ok. Is it right if it happens?

If you understand what i mean say smth. Thanks

Clint Critchlow
03-05-2002, 06:45 AM
If you unloaded a SWF from a movie clip and got an error message in the Macromedia Flash Test environment then everything is fine. As long as the movie unloads in the browser and the test environment. The error message is incorrect and nothing to worry about. As long as the movie unloads.

Renton
03-05-2002, 08:53 AM
So thats the Flash bug ?????

Jesse
03-06-2002, 05:33 AM
Not technically a bug. From memory the clip does not infact unload, Flash simply clears the timeline of the clip in question... You can check by running the code in the test environtment then using Ctrl L to list all objects on the stage (after you get the unload error msg). If the instance name still exists, the clip is still there, so if you have clipEvent codes on it they will prolly still execute, but code (and visuals) within the timeline itself is wh iped out from memory