loadMovie("Picture.jpg", squere)

I have tried to use this action script command, to load a picture on the scene when a button is clicked. The script contains no errors when I am checking, but nothing happens when I click the button. (Squere is a rectangle converted to a movie clip symbol.)

[COLOR=blue]on (release)[/COLOR] {
[COLOR=blue]loadMovie[/COLOR][COLOR=seagreen](“Kjole1.jpg”,[/COLOR] ramme);
}