搜索资源列表
flexphpsystem.rar
- 一个用FLEX+PHP+AMFPHP构建的WEB应用程序快速开发框架,可以大大增加你在FLEX+PHP应用开发的速度。,One with FLEX+ PHP+ AMFPHP built WEB application framework for rapid development, you can greatly increase the FLEX+ PHP application development speed.
Flex-print
- 快递单模板与打印:Ascr ipt与Jscr ipt通信的一个应用实例。-Express a single template and print: Ascr ipt Jscr ipt communication with an application example.
Hello Pure MVC 用pureMVC框架写的一个简单的Flex程序
- 用pureMVC框架写的一个简单的Flex程序。适合Flex初学者-Framework with pureMVC written a simple Flex application. For Flex beginners
flex-iframe-1.4.3
- 利用flex建立HTML网页浏览器源码,主要结合ifr a me的应用-Using flex create HTML web browser source code, the main application with ifr a me
ClassicOrange
- FlexUI界面开发,橘色主题,为Flex应用界面开发的程序员提供学习帮助。-FlexUI interface development, the orange theme, learning to help provide for the Flex application interface developed by programmers.
googlemap_gis
- flex平台的应用googlemap地图开发的地理信息系统,生成的flash模块可嵌入到业务系统,作为地图应用功能!-flex-platform applications googlemap map of the development of geographic information systems, the generated flash module can be embedded into business systems, application functions as a map
funnydraw
- FunnyDraw 是一款基于Flex在线开源的画图应用-FunnyDraw is an online open source Flex-based drawing application
AIR_test
- AIRtest教学程序源文件,里面附有AIR初学者适用的原理,基础操作等-AIRtest teaching program source files, which accompanied the application of the principle of AIR beginners, basic operation
itemStorage_as_class
- This a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in action scr ipt 3.0, provides you to create items that cab be filled from an XML or Query ResultSet or etc. and is viewed in a container that can preview ima
flex-spring
- this for java flex application
pureMvc
- 用mvc模式开发的一flex应用,适合初学者了解mvc在flex工程中的应用-Mvc model used to develop a flex application, suitable for beginners to understand the mvc engineering flex
org
- 一个开源的flash 3d引擎,实现常用的3d功能,但是由于flash本身的功能制约,还不能进行大规模应用。 -An open-source flash 3d engine, 3d achieve the commonly used features, but due to flash their functions and constraints, it can not be large-scale application.
Flex4
- Flex Sample Application
Drag-N-Drop
- drag and drop in flex application
Chinese_help_in_Flex_application_development
- Flex中文帮助之应用程序开发:Chinese help in Flex application development-Chinese help in Flex application development: Chinese help in Flex application development
devappsflex
- ADOBE FLEX3.0 开发Adobe AIR 1.5 的应用手册-Adobe AIR 1.5 ADOBE FLEX3.0 Application Development Handbook
EmployeeMgmt-Flex
- 传统的 Java EE 应用程序通常使用某种 MVC 框架(例如,Struts)作为前端用户界面,随着 Flex 的兴起,基于 RIA 的客户端能够给用户带来更酷的界面,更短的响应时间,以及更接近于桌面应用程序的体验。本文将讲述如何将 Flex 集成至一个现有的 Java EE 应用程序中,以及如何应用最佳实践高效率地并行开发 Java EE 和 Flex-The traditional Java EE applications typically use a MVC framework (eg
SaveChartImage
- The ability to allow a user to save a Flex chart, or in fact any Flex UI component, as an image has popped up on my radar several times over the last few years. Solutions to the problem have generally involved producing a pop-up window with the UI co
FLEX-stepbystep
- 希望对你有用,跟我学FLEX教程,适合初学者。-<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="800" initialize="init()">
flex-xls
- 专门读取Excel文件的类,应用示例: var xls:ExcelFile = new ExcelFile();//生成xls文件 xls.loadFromByteArray(byteArray);//加载数据 if(xls == null) return; var sheet:Sheet = xls.sheets[0]; var xlsSet:ArrayCollection = sheet.values;//数据赋值(Classes that