package flash.utils
{
public function getTimer():int
{
return (new Date()).getTime() - SpriteFlexjs.startTime;
}
}-- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/top-level-function-not-work-tp51315.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
