Load an external MC from a dynamic text link? - Possible?

Ok i have a dymanic text box that scrolls. There are some words that the client would like to be links to the other sections in the site much like what you would do in HTML. Is it possible to attach action script to a link in a dymanic text box that scrolls? The load script it self would be

[AS]on(release){
loadMovie(“home.swf”,_root.content);
}[/AS]

Can i get a dynamic text link to do this?