Archive for the ‘flex’ Category

最近在做一个项目的时候,遇到要在flex 中渲染html格式的数据,想来想去还是借助于JS 在swf上面加一个层<div>然后设置该层的内容。效果还不错。有谁用的到可以联系我。

http://uh.9ria.com/space.php?uid=54565&do=blog&id=2848

如果把flex项目拷贝到其他地方打开时会报这个错误(这个是安全权限问题),解决:

右键 project -> properties -> Flex Compiler -> Compiler options -> Additional compiler arguments 中添加

-use-network=false

然后重新编译.

Project InfoParsley is an application framework for Flex/Flash/AIR applications written in AS3.

Parsley是一个用AS3写的给Flex/flash/AS3使用的程序框架

Spicelib is an AS3 library that Parsley builds upon, but that can also be used separately.

Parsley 是建立在Spicelib类库上的 但是也可以单独使用

Parsley features: 主要功能 Continue reading ‘Parsley 介绍 简单的翻译了下’ »

Cairngorm 3 lays the foundations for delivering successful Flex projects. It consists of:

Cairngorm 3 为开发成功的Flex工程做了三件基础工作

  1. Guidelines that describe our preferred client-side architecture; Guidelines 描述了首选的客户端架构
  2. Tools that help to ensure quality, consistency and efficiency when applying Cairngorm;  Tools 确保高质量、一致性、高效率的使用Cairngorm。
  3. Libraries that reduce code by solving recurring problems. Libraries 减少代码解决经常性的问题

Cairngorm Libraries Continue reading ‘Cairngorm 3 introduction 介绍’ »