Loading movie clip from library with onRelease function

Hi

i am trying to do a survey

and i have 3 buttons, each one represent an answer

each button is a movie and i am wondering how to call a movie from my library to a empty movie clip called container when onRelease is used

this.onRelease = function(){

// load movie from library into container

}

Can you help me with this?