Load Symbol

What is the actionscript code to simply load a internal symbol into a area? the area is called “content” btw.

on (release) {
loadMovie(“symbol”, “this._parent.content”);
}

something like this BUT it only loads external files. i need to load a symbol from internal.

any clues?

thanks.