One button load/unload

I am wanting to use the same button to load an external swf, and when clicked a second time, unload it.

on (release) {
loadMovie(“calendar.swf”, EmptyCal);
}

How can I record a mouse event again for…
unloadMovie(“calendar.swf”);

Thank you