Loading external movies

I used the tutorial here on kirupa in order to load external movies dynamically.

here’s a link
http://www.amplis.com/index2.asp

the main movie holds everything, but the products that shows up in the middle, where external movies load into.

It works great with the buttons on the side (text) and loads external files as it should.

I planned on turning the product images into buttons (see the Broncolor product on the far right) that I’m hoping would load external movies at the same spot, but I guess it’s not indicating the right spot to load in, when it’s coming from an external movie.

Just want to know if this is possible.

here’s the script I used from here:

b1.onRelease = function() {
if (_root.section != “/newProducts/newVersoA2.swf”) {
_root.section = “/newProducts/newVersoA2.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};