edoky145
08-01-2008, 01:17 AM
So i have a bug with my coding. The code is long and i won't post the whole thing here. However I hope somebody may have knowledge or experience with my problem.
http://www.aramiinteractive.com/arami/
It seems that when something is loading ( for example if you hit the "silversprings" box ) and then u quickly hit the home button ( the arami design logo ) . Then sometimes ( not everyone i talked to was able to recreate the problem ) the "silversprings" movie does not unload and u will see the preload bar still occuring in the background.
There is other code involved because of the complexity of the navigation but basically when u hit the "silversprings" button i am calling the simple code.
_parent.mcLoad.loadMovie("silversprings.swf");
where mcLoad is my empty movie clip on the _root timeline. Then when u hit the "homo" button I am calling the code
_parent.mcLoad.unloadMovie();
which should unload my empty movieclip.
Please help!
thanks
eddie
http://www.aramiinteractive.com/arami/
It seems that when something is loading ( for example if you hit the "silversprings" box ) and then u quickly hit the home button ( the arami design logo ) . Then sometimes ( not everyone i talked to was able to recreate the problem ) the "silversprings" movie does not unload and u will see the preload bar still occuring in the background.
There is other code involved because of the complexity of the navigation but basically when u hit the "silversprings" button i am calling the simple code.
_parent.mcLoad.loadMovie("silversprings.swf");
where mcLoad is my empty movie clip on the _root timeline. Then when u hit the "homo" button I am calling the code
_parent.mcLoad.unloadMovie();
which should unload my empty movieclip.
Please help!
thanks
eddie