随笔-80  评论-1  文章-3  trackbacks-0
06 2009 档案
Flex UIComponent
摘要: UIComponent不能出现在标签文件mxml里面。阅读全文
posted @ 2009-06-30 09:07 jerry data 阅读(20) | 评论 (0) 编辑
IIS handlers modules
摘要: Typical uses for custom HTTP handlers include the following: RSS feeds To create an RSS feed for a Web site, you can create a handler that emits RSS-formatted XML. You can then bind a file name exte...阅读全文
posted @ 2009-06-24 16:54 jerry data 阅读(30) | 评论 (0) 编辑
flex security
摘要: import flash.system.Security; public function init():void{Security.allowDomain("http://bloggerstorage.googlepages.com");}阅读全文
posted @ 2009-06-23 11:31 jerry data 阅读(24) | 评论 (0) 编辑
Eclipse使用技巧
摘要: ALT + / : 代码提示阅读全文
posted @ 2009-06-12 10:26 jerry data 阅读(2) | 评论 (0) 编辑
圆角容器设置
摘要: borderStyle="solid" cornerRadius="6" 只设置cornerRadius不起作用,需要一起设置这两个属性。阅读全文
posted @ 2009-06-11 16:45 jerry data 阅读(9) | 评论 (0) 编辑
Flex CursorManager
摘要: http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/<?xml version="1.0" encoding="utf-8"?><!-- http://blog.flexexamples.com/2007/09...阅读全文
posted @ 2009-06-10 15:34 jerry data 阅读(348) | 评论 (0) 编辑
Flex 与 Flash Player (转载)
摘要: http://www.jb51.net/article/18369.htm 1、Flex应用程序的生命周期 Flex应用就其根本上讲就是Flash应用,只不过其是基于Flex Framework(由ActionScript写就)开发的。Flex应用程序的根对象的是SystemManager(不是我们在flex应用上看到的Application根元素),继承自flash.dispaly.MovieC...阅读全文
posted @ 2009-06-08 22:20 jerry data 阅读(45) | 评论 (0) 编辑
Great GIS App
摘要: http://www.avencia.com/newsletter/v3i3/Avencia_Journal_Vol3_Issue3_June.html阅读全文
posted @ 2009-06-06 00:47 jerry data 阅读(9) | 评论 (0) 编辑
Flex 资源
摘要: ToolTip: http://everythingflex.com/flex2/ImageToolTip/Index.html 果冻特效弹出窗口 http://blog.sban.com.cn/2008/04/01/jelly-effect-alert-window.html Mac风格的菜单: http://dev.getoutsmart.com/labs/dock/ 照片效果 :http:/...阅读全文
posted @ 2009-06-06 00:19 jerry data 阅读(30) | 评论 (0) 编辑