Can someone explain why this is not working? I used code posted in this forum.
Using TextArea with html enabled, external style sheet used to make link style.
In flash as layer, frame 1:
function click(framenum){
gotoAndStop(framenum);
}
In external text file:
<a href=‘asfunction:click,10’>link text here</a>
Nothing happens when link clicked on…help?? Thanks!:jail: