Html anchor in dynamic loaded text

Hi,

I’m using a movie that loads an CSS en HTML file for displaying text. The CSS is applied and working. The HTML is also recognized. But I wanna nagivatie within this text such as a normal webpage:
<a href=’#label’ target=’_blank’>Tester</a><br>
<p>textetxtetxtetxtetxtetxtetxtete</p><br>
<a name=‘label’>My anchor to go to</a>

I applied this to the html that is loaded in my Flash movie but it doens’t do his job…can anyone help me to find the right way to make this work ???

manny manny thanx…