Anyone know why this doesn’t work? :crazy:
I have an external .AS file with this function ::
post_text = function(){
text_box.html = true;
text_box.htmlText = loadText.about;
}
//the “about” is just a &variable in an external text file loaded via LoadVars…
In the external text file, I’ve set this link up ::
<a href= “asfunction:post_text”>News</a>
What I had hoped would happen was when the link was clicked it would wipe away the current text (the default text that loads with the page, “variable ¤t” in the text file) and load &about in the dynamic textbox.
PS. Heard thaat the Asfunction acts strange on a Mac? I am on a Mac, maybe this could be it??