Problem with SharedObject.clear()

Im using this code:

clearList_btn.onRelease = function() {
	extTracks.clear();
};

But the array in the shared object still exists, can someone please help me?

Thanks,
Brendan Smith