Hi everybody,

I am making a full website with Flash MX 2004.

I have a "club medias" section and would like to load my movies from outside swf files.

I have created a flash called "help.swf" that I want to load in the main.swf movie.

In the main.swf file, I have created an empty movie called "movie" that I set on a first layer and I am using the following action script on a second layer:

loadMovie("help.swf", "movie");

It does not work !!!

Can anyone tell me how to do this ?