Dynamic text call a target name?

I loaded a dynmic text in my home page:
loadText = new loadVars();
loadText.load(“textes/news.txt”, “_root.news”);

And I would like to put a link in that file(news.txt) that will call a framename on my timeframe on my home.swf
The framename is “special”.

I tried in mynews.txt:
a href=“home.swf” target=“special”

doesn’t work…

Can somebody help me with that one…

Corinne

i don’t think you can go to labelframes by using html-code, that wouldn’t make sence, it could be though, but I doubt it.