如何使用FLEX皮肤(转)
摘要: http://hi.baidu.com/%B0%B5%BA%DA%B2%E0%CE%C0/blog/item/649aeb7f0903dc0028388ae7.html
很多新手都会问我们从网上下载的FLEX皮肤如何使用呢?其实使用方法非常简单,今天就将这个小窍门教给大家。
现在我们就以一个iCandy皮肤来举例。在这个文件夹中有一个名称为skins的文件夹,在这个文件夹下有2个文件,一个就是CS...
阅读全文
posted @
2009-07-31 14:37 jerry data 阅读(83) |
评论 (0) 编辑
flex object对象的创建方式
摘要: var obj:Object = {name:"zhangsan",age: 29
}
阅读全文
posted @
2009-07-30 11:28 jerry data 阅读(603) |
评论 (0) 编辑
FLEX实践—Application与Module之通信 (转)
摘要: http://blog.csdn.net/meteorlWJ/archive/2009/07/01/4312543.aspx使用场景:一个主应用程序通过moduleLoader调用几个不以的模块,那怎样在module中调用Application中的数据呢?
解决方案:在module中通过this.parentApplication来引用调用它的application
具体应用:
在APPLICAI...
阅读全文
posted @
2009-07-14 07:36 jerry data 阅读(442) |
评论 (1) 编辑
Custom markers
摘要: Custom markers
[Embed(source="myImage.png")]
private var MarkerImage:Class;
addOverlay(
new Marker(new LatLng(), new MarkerOptions({icon: new MarkerImage()})));
阅读全文
posted @
2009-07-13 16:36 jerry data 阅读(6) |
评论 (0) 编辑
Flex / PHP Security Basics - Part One
摘要: http://active6.com/blog/flex/flex-php-security-basics-part-one/
I've been creating Flash / PHP web sites and applications for years, but I am relatively new to Flex. After browsing the Adobe PHP sampl...
阅读全文
posted @
2009-07-08 18:29 jerry data 阅读(50) |
评论 (0) 编辑
Apache 2.2, PHP 5, and MySQL 5
摘要: http://www.eingko.net/blog/2007/12/13/apache-22-php-5-and-mysql-5-install-and-setup-on-windows-xp/
The following is a series of notes that I compiled while installing and configuring Apache 2.2, PHP ...
阅读全文
posted @
2009-07-07 07:43 jerry data 阅读(61) |
评论 (0) 编辑