Places HTMLtags around 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.bold(); trace(r); //output: <B>SWFKit FFish Script Demo</B>