Loading external swf with sliding menu...again

This was posted before by another user, but never got any responses. Now, I’m having the same problem. Is there maybe anyone that can help with this issue?

I would like to use Sliding Menu (http://www.kirupa.com/developer/flash8/slidingMenu.htm) on my web site, however, I have one question:

  • how to I load the external movie when user lands on let’s say slide 3 (content3)?

From actions script given on page http://www.kirupa.com/developer/flash8/slidingMenu2.htm what should I put after:

b3.onRelease = function() {
menuSlide(contentHold.content3);
->> I need to load the swf movie here <<–???

Then, when user go to another slide, I would ultimately would like to unload/stop the loaded swf movie

Your input is highly appreciated!

Thank you!