13

为什么会出现警告:Data binding will not be able to detect assignments to “**”

Posted by wpm on Jan 31, 2009 in ActionScript, Flex

我们做类的绑定时,有可能会出现Data binding will not be able to detect  assignments to 的错误,为什么呢?

Tags: ,

 
14

教程:海词API应用,单词查询

Posted by wpm on Jan 31, 2009 in Articles, Flex, Tutorials

dictcn

Tags: , , , , ,

 
1

关于AS3应用程序模块化开发与ApplicationDomain的教程

Posted by wpm on Jan 28, 2009 in Designing, Flex

当程序越来越大,我们需要把它拆分成多个swf,在需要的时候动态加载。拆分时应该尽量把不同的类编译进唯一的swf,避免因swf文件增多而使整个程序 的文件尺寸增大。按此原则可以拆分出以下两种swf,借助 ApplicationDomain 共享其代码和资源…

Tags: , , , ,

 
6

Flex程序包装页面(wrapper)结构解析

Posted by wpm on Jan 28, 2009 in Flex

Flex程序通常使以swf文件的形式嵌入到web页面(html, ASP, JSP, cold Fusion等)中运行的,这些称作Flex程序的包装页面(wrapper)。


最简单的包装页面只需要将编译好的Flex程序的swf格式文件用<object>和<embed>标签嵌入到WEB页面即可。这 里处理方法虽然简单,但是也存在很多问题,比如:假如浏览器的flash payer版本不满足要求怎么办?假如浏览器没有安装flash player插件怎么办?假如浏览器不支持JavaScript和ActiveX空间怎么办?这些情况下Flex程序没法运行或者没法实现某些功能。因此 必须对html的包装页面功能进行扩充…


Tags: , ,

 
-

2009 Adobe Design Achievement Awards

Posted by wpm on Jan 28, 2009 in News
作品提交网址:https://adaaentry.com/submit/us
截止日期:June 5, 2009,还不去看看ADAA Banner

Tags: , ,

 
2

Tour de Flex component explorer

Posted by wpm on Jan 27, 2009 in AIR, Articles, Resources

Tour de Flex是一个RIA应用,包括了多达200个运行实例,涵盖了桌面应用,互联网API的开发,地图等等。。,每个实例都有源代码,可以对照进行学习,如果全部掌握,基本上可以算是掌握了FLEX了哦。。手动安装:TourDeFlex.air (AIR, 52 MB)

Tags: , ,

 
-

cairngorm视频教程–using a model locator

Posted by wpm on Jan 27, 2009 in Articles, Tutorials

<br />

<br />

Tags: ,

 
-

Flex线条组件

Posted by wpm on Jan 26, 2009 in Flex, Framework, Resources

主页:http://flexwires.googlecode.com/

snap3

* Getting Started
* Introduction to Wire Jacks
* YouTube TV
* Logic Gate

Tags: , , , , , ,

 
-

怎么做AIR透明窗体

Posted by wpm on Jan 26, 2009 in AIR, Tutorials

AIR程序配置文件请参考:http://args.cn/2009/01/detailed-configuration-file-air/

程序的配置文件HelloWorld-app.xml

1. none
2.
true…

snap2

Tags: , ,

 
-

AIR配置文件详解

Posted by wpm on Jan 25, 2009 in AIR

<?xml version=”1.0″ encoding=”UTF-8″?> <application xmlns=”http://ns.adobe.com/air/application/1.0“> <!– Adobe AIR Application Descriptor File Template.  Specifies parameters for identifying, installing, and launching AIR applications.  See http://www.adobe.com/go/air_1.0_application_descriptor for complete documentation.  xmlns – The Adobe AIR namespace: http://ns.adobe.com/air/application/1.0    The last segment of the namespace specifies the version    of the AIR runtime required for this application to run.      minimumPatchLevel – [...]

Tags: ,