搜索资源列表
FlashaintouchaHistory-curve
- 用Flash做的一个intouch历史曲线查询的功能,也就是通过用Flash读取.txt文本里的数据画出曲线,同时生成的html网页。生成的Html网页中的曲线可以根据文本数据的改变而随时的刷新。-Intouch with Flash to do a history query function curve, which is read by using Flash. Txt draw the curve of the text in the data, while the generated
ActionScript3
- flash as3 CookBook 中文翻译版 本书来源于实际Actionscr ipt应用,超过300个解决方法用于解决各种编写代码中遇 到的问题。比如: 检测用户Flash 播放器版本或操作系统 开发自定义类 数据和类型格式化 字符串的使用 开发用户界面组件 声音和视频的使用 使用Flash Remoting and web services 实现远程过程调用 读取,发送和搜索XML数据 更多-Rather than focus on theor
FlashPicShow
- 一款flash图片播放器,可以读取XML数据,随意增加图片数量,-A flash image player, you can read the XML data, arbitrarily increase the number of images,
news
- 一个结合数据读取方式发布新闻的Flash源码-A way of combining data read news of the Flash source code
222
- 名称:flash饼图投票系统单用户版多选2.0(flashballot2.0) 开发环境:editplus 2.11 Macromedia Flash MX 2004 运行环境:Microsoft IIS 4.0 或更高版本 简介: 本投票系统采用flash与asp结合技术,此投票系统是单用户版本。因采用了flash技术,所以界面更加美观,利用动画实现网页的动感。用户可随意把此投票系统放在网页的任何地方 主要功能: 1、可自选投票项目的个数。 2、内容中显示每个
Data.Flash.Map.Design.Code.TXT
- Flash编程地图TXT数据读取设计代码Data Flash Programming Map Design Code TXT -Data Flash Programming Map Design Code TXT
gs
- 很常用的缓动类,最新版本,支持颜色转换,经过修改,还能读取内部数据。-Very common easing classes, the latest version, supports color conversion, modified, and can read the internal data.
Flexajava
- Flex与java交互,通过blazeDS与数据库数据读取-Flex with java database data read interaction
ReportDesign
- 使用as3开发的web版报表设计器,后台通过java从数据库读取数据,前端在flashbuilder4.5下编译的。能自定义报表字段,运算有加减乘除。-The developed using as3 web version of the report designer, backstage through java to read data from the database the front end compiled under flashbuilder4.5, the. Custom re
shapeFileReader
- 读取地图数据shape文件,地图数据显示在网页上。-Read map data shape files, map data displayed on the page.
satellite
- 卫星文件读取程序,FLEX 开发 源码 支持多种卫星数据 -satellite file read
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