Load Movie from a button press

I need helP!!!

I’m trying to load a new mc into a film - in a way that it will appear as a result of a button press - the action i used was:

createEmptyMovieClip(“imageHolder”, 1);
imageHolder._x = 50
imageHolder._y = 80
loadMovie(“contact.swf”, “imageHolder”)

but my problem is that when i turnend the button into a mc still it won’t work,
more so, i need to add the button with a pre action of “on press” …play…

  • I plugged the script to the symble (button or mc)

If someone can and would be kind enough to fix my script i’d be most thankful

Ed.