08 2009 档案

flex效果(转载)
摘要:1.旋转效果:http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/代码:http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip2.画布按钮http://dougmccune.com/blog/2007/06/01/new-... 阅读全文

posted @ 2009-08-14 09:52 timo.li 阅读(324) 评论(0) 推荐(0)

flex 数字时钟
摘要:prviate var timer:Timer;private function timeInit():void //时钟{ timer = new Timer(1000); timer.addEventListener(TimerEvent.TIMER, resetNow); //每秒执行一次resetNow timer.start();}private function resetNow(ev... 阅读全文

posted @ 2009-08-11 14:53 timo.li 阅读(420) 评论(0) 推荐(0)

用Flex调用SWF查看PDF
只有注册用户登录后才能阅读该文。

posted @ 2009-08-08 01:42 timo.li 阅读(47) 评论(0) 推荐(0)

导航