Flex UIComponent
摘要:UIComponent不能出现在标签文件mxml里面。
阅读全文
posted @
2009-06-30 09:07
jerry data
阅读(123)
推荐(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
阅读(165)
推荐(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
阅读(186)
推荐(0)
圆角容器设置
摘要:borderStyle="solid" cornerRadius="6"
只设置cornerRadius不起作用,需要一起设置这两个属性。
阅读全文
posted @
2009-06-11 16:45
jerry data
阅读(177)
推荐(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
阅读(567)
推荐(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
阅读(228)
推荐(0)
Great GIS App
摘要:http://www.avencia.com/newsletter/v3i3/Avencia_Journal_Vol3_Issue3_June.html
阅读全文
posted @
2009-06-06 00:47
jerry data
阅读(99)
推荐(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
阅读(174)
推荐(0)