Images won't load into movieclip

Using and Flash 8

OK,
index.swf loads entrance.swf,

loadMovie(“entrance.swf”,_root.entrancePage);

entrance.swf loads some images

onLoad = function() {
loadMovie(“http://www.cfwilson.com/content/SubstanceEventPosters/menu.jpg”,feat1);
loadMovie(“http://www.cfwilson.com/content/SubstanceEventPosters/menu.jpg”,feat2);
loadMovie(“http://www.cfwilson.com/content/SubstanceEventPosters/menu.jpg”,work1);
loadMovie(“http://www.cfwilson.com/content/SubstanceEventPosters/menu.jpg”,work2);
}
entrance.swf has no problem loading the images when played by itself the problem occurs when entrance.swf is loaded into index.swf it no longer loads the images.

I’ve been bangin my head on this for a while now with no success, hopefully someone else knows the answer.
Thanks
Charles