Places an HTML anchor with an HREF attribute around the text in a String object.
Syntax
Parameters
Returns
It returns a string with an HREF attribute around the text in the stringObj.
Example
s = "SWFKit FFish Script Demo";
r = s.link("www.swfkit.com");
trace(r);
//output:
//<A HREF="www.swfkit.com">SWFKit FFish Script Demo</A>