loadMovie question

[COLOR=black][FONT=Arial]Hello all,[/FONT][/COLOR]

[COLOR=black][FONT=Arial]I’m trying to understand a problem I’m having at the moment. Basically I’ve set an empty movie clip with an instance name of “contentMain” that I use to load external flash files on when they are called. Everything seems to work well until I try and load another movie called from within one of the external swf files. Hope that makes sense? If not please have a look [/FONT][/COLOR]here[COLOR=black][FONT=Arial]; the problem is located in the Articles/Training section. When I load that external movie I would like to offer visitors the option to read a short section of an article and then let them click Read More should they want. The Read More button is suppose to load anther movie. For reasons beyond my level at the moment, the Read More is active but does nothing. I’m new to flash and learning as I go. My code goes like this for all the place where I would like to load a movie:[/FONT][/COLOR]


[COLOR=black][FONT=Arial]on(release){[/FONT][/COLOR]
[COLOR=black][FONT=Arial]  _root.contentMain.loadMovie[/FONT][/COLOR]
[COLOR=black][FONT=Arial]("my_external_movie.swf");[/FONT][/COLOR]
[COLOR=black][FONT=Arial]}[/FONT][/COLOR]

[COLOR=black][FONT=Arial]If anyone can help I would be grateful.[/FONT][/COLOR]

[COLOR=black][FONT=Arial]Thanks,[/FONT][/COLOR]

[COLOR=black][FONT=Times New Roman]FSEdge[/FONT][/COLOR]