This is normal text. and following is flash action script for trace.

[as]

arckid =function(j:int):Void
{
trace(”you entered value: ” + j);
}

[/as]