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.fixed(); trace(r); //output: <TT>SWFKit FFish Script Demo</TT>