Text and Movie Problem

Hi everyone,

I am having a n00b problem:

I have the following code:

on (release) {
	//load Graphic Behavior
	myText.htmlText = "Hello there!";
	this._parent.photo.loadMovie(_global.folder + "/overview.jpg");
	this._parent.photo._x = 0;
	this._parent.photo._y = 0;
	//End Behavior
}

But If I make the symbol a movie clip then the text will not appear.
If it is a button, the jpg will not load

Please help me!
Dedart