[CS3/AS2] How to move playhead from XML hyperlink?

I have a Flash image gallery containing both images and captions fed by an XML sheet. I have an HTML hyperlink in the XML (wrapped in CDATA tags) that I want to control the Flash movie with, i.e. go to frame 70 when link is clicked.

I found this piece of code but it didn’t work:


```html

<![CDATA[<a href="$70" target="_blank">Link</a>]]>

Any ideas?