Load movie question

I’m making a site in flash, and i use:
[AS]
on(release) {
_root.main.loadMovie(“main.swf”);
}

[/AS]

to load external .swf files into empty movie clips…

How can i alter the AS so that if that movie is already loaded, it won’t load it again?