Hey I have a text box in HTML format in flash, with links to other flash frames in the form of
Scroller.htmlText = “<p>MEDIA</p><p></p><p><a href=‘asfunction:gotoAndPlay,Music’>Music</a></p><p><a href=‘asfunction:gotoAndPlay,Lyrics’>Lyrics</a></p><p><a href=‘asfunction:gotoAndPlay,Pictures’>Pictures</a></p>”;
It works, but when i click the link, the box flashes “_level0.scroller” for an instant then reaches the designated frame. How do i get rid if the “_level0.scroller” thingy?