Trying to nav a movie with <a> tags within a movie

Hello,

In my flash movie I have a text-box which is loading dynamic text from a .txt file. The text-box is set to render the text as html, so that I can use html tags within the text box. I want to be able to use <a> tags to allow the user to navigate the movie. Can this be done? I’m not really sure why flash would allow us to use html within the movie if it can’t send variables to the movie itself…

I’ve tried using the <a> tag to call a javascript function on the page in which the movie is embedded, but flash doesn’t seem to recognize javascript. Tried also fscommand, but it seems to need to be triggered by a flash event, flash button, and can’t be called from an html tag.

Any advice? Thanks!