Places HTML <BIG> tags around text in a String object.
Syntax
Parameters
Returns
It returns a string with HTML <BIG> tags around text in the stringObj. It does change the content of the stringObj
Example
s = "SWFKit FFish Script Demo"; r = s.big(); trace(r); //output: <BIG>SWFKit FFish Script Demo</BIG>