Reversing an External SWF

Hi, I am trying to build a portfolio site and I am woking on my resume section. I have it set up so that each part of my resume loads an external swf in seperate empty movie clips when the button is click. The problem is when a selection say Education is click and then Experience is click the Education text stays and the Experience text is place on top of it. Does any one know how to set it up so when another section is clicked that the current SWF being displayed plays in reverse til it is closed and then the other section’s SWF opens? Here is a link to download my FLAs and SWFs:

http://www.briandipert.com/Resume.rar

*The programming section has not been finished

Thanks for any help,
Brian

the problem is that you load everything into seperate movieclips, you can load them into 1, then when you press another button that one gets overwritten. But that isnt what you want the next tutorial will help you out with transitions between external swfs.

http://www.kirupa.com/developer/mx2004/transitions.htm

Thanks