Simple Loader Problem

Be gentle, I’m new to AS. I have a simple swf that I need to pull a second swf into. I have inserted a Loader component [mx.controls.Loader] and set the actions with this code. Although there are no errors my secondary swf won’t play. :puzzled:


onClipEvent (Load) {
loadMovie("test.swf", "loader");
}