All about RIA development using Flash, Flex, Flash Media Server (Flashcom) with various middleware and backends.
22 Jan
This is normal text. and following is flash action script for trace.
[as]
arckid =function(j:int):Void
{
trace(“you entered value: ” + j);
}
[/as]
Leave a reply