Loading external movies with Sliding Menu

Hello there,

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:

[COLOR=#000050]b3[/COLOR].[COLOR=#0000d0]onRelease[/COLOR] [COLOR=#0000ff]=[/COLOR] [COLOR=#006610]function[/COLOR]COLOR=#0000ff[/COLOR] [COLOR=#0000ff]{[/COLOR]
[COLOR=#000050]menuSlide[/COLOR]COLOR=#0000ff[/COLOR];
->> 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!

EnigmatiCx