codice:
_root.page.loaderwindow._visible=true;
biograph = new MovieClipLoader
biograph.loadClip("biografia.swf",this);
biograph.onLoadComplete = function ()
{
	_root.page.loaderwindow._visible=false;
};
perché le istruzioni comprese nell'evento onLoadComplete vengono eseguite anche se nn è stato completato il caricamento?