搜索资源列表
DistortionEffects.zip
- Flex三维特效 examples - see DistortionExamples.mxml bin - Use the included SWC component for production source - source code ,examples- see DistortionExamples.mxml bin- Use the included SWC component for production source- source code
flashbuilder4-demo
- flex4 demo 源码例子 -flex4 demo source code examples flex4 demo source code examples
box2d_ctp41
- box2d flex 方面的例子源码1 ,box2d flex 方面的例子源码1 -box2d flex Examples of source 1, box2d flex examples of source 1
OSTS Flex实例股票交易系统
- Flex实例股票交易系统 用Flex做的,很漂亮 本项目将采用General Interface + DWR + Spring + Apache Tomcat + MySQL的开发模式,实现一个基于BS架构的在线股票交易系统。将遵循软件工程规范,完成需求分析,整体设计,详细设计,编码以及测试交付。 主要关键技术包括: 基于Ajax的实时股票大盘和个股行情。 灵活多样的委托下方方式。-Flex Examples Flex stock systems do, very
flex-java-demo
- flex与java通信的完整demo flex学习例子-flex and java communication demoflex complete learning examples
FSH
- flex4.5+spring3+hibernate的项目实例,登录实例-flex4.5+ spring3+ hibernate project examples, log instance
flex
- 为大家提供一个用Flex做的拓扑图范例,请提出中肯意见,多留言,-As we do provide a topology with Flex examples, please impartial advice, and more message, thank you
paperskate3d_1_0
- Papervision3d的源码,Flash 3d的经典实例。-Papervision3d source code, Flash 3d classic examples.
vista-clock
- vista界面风格的一个挂钟的例子,和源代码-vista style interface, a clock examples and source code
test_video1
- flex实例,说明视频的用法,设计和用处。-flex examples
flex-helloworld
- flex技术的入门实例,flex与java交互的入门实例-flex examples of technology, entry, flex and java examples of interactive entry
message
- Flex 与 java 通信权威官方 jar包 和实例-Flex with java communication packages and examples of the authority of the official jar
Flex3TFS
- Flex3权威指南书中的代码,完成了一个电子商务实例,-Flex3 The Definitive Guide book, code, completion of an e-commerce examples
testdrive_setup_PHP
- 构建应用程序,用flex构建应用程序实例-Building applications, building applications using flex examples
flex--code
- flex的实例源码 很全的实例代码。非常适合初学者学习-flex examples are all examples of source code. Very suitable for beginners to learn
Flex_States_And_Anmation
- Flex中状态和动画功能的实例,包括在不同状态间的切换。包括切换动画、组件动画。简单易懂,对学习Flex状态和动画的初学者可能有帮助。-Flex, examples of state and animation features, including switching between different states. Including the switching animation, component animation. Easy to understand, to learn Fle
Flex-java
- flex和java交换数据示例。包括字符串和xml方式,httpservices方式-flex and java examples to exchange data. Including strings and xml-mode, httpservices way
Camera
- flex 使用摄像头的例子,预览、保存图片-flex examples of using the camera, preview, photo
chat_biaoqing
- flex做到聊天室例子,可以添加表情,发送信息,对于想用flex做聊天室的朋友有很好的帮助-flex examples do chat rooms, you can add facial expressions, send a message, for those who want to use flex to do friends have a good chat room help
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