Places an HTMLtag with the SIZE attribute around the text in a String object.
Syntax
Parameters
Returns
It returns a string with HTMLtags around text in the stringObj.
Example
s = "SWFKit FFish Script Demo"; r = s.fontSize(-1); trace(r); //output: //<FONT SIZE="-1">SWFKit FFish Script Demo</FONT>