next up previous contents
Next: bold Up: Methods Previous: big   Contents


blink

Description
Places HTML <BLINK> tags around text in a String object.


Syntax

  1. StringObj.blink()
  2. "String Literal".blink()


Parameters

None


Returns

It returns a string with HTML <BLINK> tags around text in the stringObj.


Example

s = "SWFKit FFish Script Demo";
r = s.blink();
trace(r);
//output: <BLINK>SWFKit FFish Script Demo</BLINK>




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.