为什么会出现警告:Data binding will not be able to detect assignments to “**”
我们做类的绑定时,有可能会出现Data binding will not be able to detect assignments to 的错误,为什么呢?
关于AS3应用程序模块化开发与ApplicationDomain的教程
当程序越来越大,我们需要把它拆分成多个swf,在需要的时候动态加载。拆分时应该尽量把不同的类编译进唯一的swf,避免因swf文件增多而使整个程序 的文件尺寸增大。按此原则可以拆分出以下两种swf,借助 ApplicationDomain 共享其代码和资源…
Flex程序包装页面(wrapper)结构解析
Flex程序通常使以swf文件的形式嵌入到web页面(html, ASP, JSP, cold Fusion等)中运行的,这些称作Flex程序的包装页面(wrapper)。
最简单的包装页面只需要将编译好的Flex程序的swf格式文件用<object>和<embed>标签嵌入到WEB页面即可。这 里处理方法虽然简单,但是也存在很多问题,比如:假如浏览器的flash payer版本不满足要求怎么办?假如浏览器没有安装flash player插件怎么办?假如浏览器不支持JavaScript和ActiveX空间怎么办?这些情况下Flex程序没法运行或者没法实现某些功能。因此 必须对html的包装页面功能进行扩充…
Tour de Flex component explorer
Tour de Flex是一个RIA应用,包括了多达200个运行实例,涵盖了桌面应用,互联网API的开发,地图等等。。,每个实例都有源代码,可以对照进行学习,如果全部掌握,基本上可以算是掌握了FLEX了哦。。手动安装:TourDeFlex.air (AIR, 52 MB)
Flex线条组件
主页:http://flexwires.googlecode.com/
* Getting Started
* Introduction to Wire Jacks
* YouTube TV
* Logic Gate
怎么做AIR透明窗体
AIR程序配置文件请参考:http://args.cn/2009/01/detailed-configuration-file-air/
程序的配置文件HelloWorld-app.xml
1. none
2.
true…
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 – [...]





