Loader.close() do nothing?

Hi all,

well, doing some research over the internet i found no anser to myu question, but many ppl doing the same question.

loader_instance.close()

dosent stops the download, i still get the ProgressEvent.PROGRESS event.

Did some1 found a solution to this problem? I’m using the Loader to load MovieClips.

Thanks.

/////////////////////

SOLVED

Loader.close() dosent work well inside the flash IDE in download simulation, but it works as espected inside the FlashPlayer embeded in a html file inside the browser.