I'm stuggling trying to get javascript to target a MC within my flash movie.

<a href="javascript:document.myFlash.Play()">link</a>

that works, so I know I've got the thing set up right. But I can't get this
to work

<a href="javascript:document.myFlash.TGotoFrame("/myMC", 10);">link</a>

I'm not even sure what to use, Tframe? Tplay? I have a movie clip on my main
timeline called "myMC" and I want a javascript button to tell it to
gotoAndPlay frame 10 of it's timeline.