搜索资源列表
FlexPaper_1.3.1_swc
- 主要提供像百度文库使用读取文件,里面的源码很经典的噢-Provides mainly use to read documents such as Baidu library, which the source is the classic Oh
mediaplayer-viral
- fla网络播放器,读取xml文件实现跳转-fla network player, read the xml file to achieve Jump
dvp2
- 读取xml配置文件播放视频,可以播放下一个和播放上一个,暂停-very well
text
- 滚动显示文本 文本内容从一个文本文件中读取-Scrolling text text read from a text file
deploy
- Flash下的单选题测试小程序。题目从XML文件读取。界面美观而且支持自定义颜色主题。-Flash applet under the single answer tests. Title read from the XML file. Beautiful interface and supports custom color theme.
flex-reading-and-writing-XML-files
- flex 读写XML文件,其中读取分别用了文件流和Request请求两种方法-flex reading and writing XML files, which were used to read the file stream and the Request are two ways to request
html_read
- 一个读取文件内容的flash程序,非常简单的。-Read the contents of a flash program
JavaEyeAs3xlsDemo
- flex读取本地xls文件,并解析文档内容-flex reads the local xls file and parses the document content
flex
- 使用flex进行文件上传 可以实时读取文件大小-Upload files using flex
random_float
- 基于flash cs3,AS3实现的,动态浮现图片的相册,利用XML文件读取文件列表信息-Flash cs3 AS3, dynamic emerging picture album, the XML file to read the file list information
2
- 在FLASH制作过程中如何读取文本文件内容-In the FLASH production process how to read the contents of a text file
3
- 在flash制作中读取xml文件内容,显示到动态文本-Flash xml file read, display dynamic text
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