Making HTML command Flash

I want to make an html hyperlink communicate with Flash and tell it to load a swf file into an embedded movieclip within a current swf.

example:

when i click the link “About” I want my index.swf file to recognize the html click and run “content_mc.loadMovie(“About.swf”);” into the content_mc movieclip on its main timeline.

Make sense? Any Ideas?