Replacing the root in AS3?

Is this even possible? As of now, it doesn’t seem to be.

In AS2 I sometimes like to be able to just wipe everything off in one clean swoop and replace it with a new SWF.

Which is of course uber simple, simply “_root.loadMovie(“new_world.swf”);”

Is there a way to do this in AS3?