易截截图软件、单文件、免安装、纯绿色、仅160KB

Flex与Spring集成的基本原理

    Spring IoC的主要思想是使用容器来实例化组件(并给组件注入所依赖的)。但是一般情况下,由Flex客户端所远程访问的组件是在服务器中由Blazeds来实例化的。因此配置BlazeDS来让Spring容器负责实例化Spring beans。BlazeDS支持工厂的概念来使得这种自定义组件可以实例化。工厂的作用仅仅是向BlazeDS提供已经实例好的组件,而不是让BlazeDS来实例化这些组件。


相关文档:

如何在Flex 或 ActionScript中打开WORD Doc

Adobe Flash Builder 4 简体中文正式版 下载:
http://subject.csdn.net/adobedownload/index.html
使用相关的域,利用Adobe Livecycle Designer创建一个PDF模组,以XML节的名称(与PDF模组中的域的名称匹配)向PDF远程对象发送XML数据,然后您的Flex应用程序就会打开PDF, 或将PDF文件放入您的webserv ......

flex 拖拽,指定拖拽代理,由一个容器拖放到另一个里

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal">
<mx:Script>
<![CDATA[
import mx.core.BitmapAsset;
import mx.core.DragSource;
import mx.events.DragEvent;
import mx.managers.DragManager;
private var xoffset:Number;
private var yoffset:Number;
priv ......

Flex的HSV to RGB ,RGB to HSV 算法

/*Copyright (c) 2006 Adobe Systems Incorporated
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, m ......

Flex 与 java 通讯 【转】

    2.2 代码实现
      下面给出了FlexBuilder工程的一个文件,设置了Flash的布局。
     view plaincopy to clipboardprint?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
......

flex 数据绑定之理解


       之前写了《 flex 事件之理解》和《 flex meta tag 之理解》,本想是为写本文 flex 数据绑定之理解做铺垫的,谁知网上已有 flex 数据绑定之理解很好的文章,如下:
       http://www.cnblogs.com/nianshi/archive/2010/05/19/1739407.html , FLEX ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号