Linking Problems

[FONT=Times New Roman][SIZE=3]Hi everybody[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I´m trying to make a content guide (slide2.fla) for a digital magazine generated by a software from powerpoint; it extracts the powerpoint slides and convert them into .swf files, so the files are created in a new folder, the folder contains a file called boletin.sfw and its a template that contains a navigation bar (print, close, next & previous page) and it works loading the generated .swf files for every page of the magazine (first page is slide1.swf, second page is slide2.swf, third page is slide3.swf, etc.)[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]The thing is that I want to swap the original slide2, so I´ve created the new slide2 and I saved it into the folder containing all and named it “slide2.swf” and worked, when I open “boletin.swf” The new page (slide2.swf) appears when I chamge the page of the magazine, the problem is that I added the titles of the contents as buttons and I want them to go to the slide that belongs to every button.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]For example, to link slide3 with it´s button I used the next ActionScript:[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]On (release) {[/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman] LoadMovie (“Slide3.swf”, 0);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman] }[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]It worked but it only loads Slide3.swf without the menu from “boletin.swf”. So I need your help to make this work, I think I´ve to use an ActionScript that when I click the button, the slide loads inside boletin.swf, so it will have the menu. Also I need to make some links to web pages.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I´ve tried many ways but nothing worked, please help me![/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Thank You[/SIZE][/FONT]