Welcome![Sign In][Sign Up]
Location:
Search - flex version 2

Search list

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | Hits:

[ELanguageflex-2.5.4a.tar

Description: flex 词法分析工具 类似于lex 此版本为较早前的版本,便于分析和阅读-flex lexical analysis tools similar to lex in this version for the earlier version, easy to analyze and read the
Platform: | Size: 380928 | Author: yun_xy | Hits:

[ELanguageflex-2.5.33

Description: flex,著名的词法分析工具。学习词法分析的好帮手。-flex, the well-known lexical analysis tools. Learning lexical analysis of a good helper.
Platform: | Size: 1218560 | Author: daniel | Hits:

[FlashMXCrypto

Description: As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.) -As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.)
Platform: | Size: 264192 | Author: fatguo | Hits:

[ELanguageLexAndYacc

Description: Lex and Yacc 中文版 第二版 已经绝版 学习lex/yacc绝佳资料-Lex and Yacc ebook chinese version
Platform: | Size: 5683200 | Author: redcliffwind | Hits:

[OtherArcGIS_Server_Flex_help

Description: ArcGIS Server Flex1.2 help,ArcGIS Server Flex开发帮助离线版本。-ArcGIS Server Flex1.2 help, ArcGIS Server Flex developers to help off-line version.
Platform: | Size: 1059840 | Author: 冯晨 | Hits:

[OtherMotokit_1.06

Description: Motokit 作为一款 motoVxxx 系列手机的功能修改软件,以其功能强大,操作简便而受到广大 moto 爱好者的欢迎,他 集成了 Visual Seem 和 P2kman 主要用于在线修改和调试手机 , 简版中文版包含文件管理器 ,V 系列开关机画面修改 ,FLEX 恢复 , 常用功能选项 , 菜单隐藏 / 显示 , 音量调节 , 开启视频 , 模拟键盘等修改功能。-Motokit as a series of phone features motoVxxx modify the software, with its powerful, easy to operate subject to the general moto enthusiasts alike, he integrates Visual Seem and P2kman mainly used for online modify and debug mobile phone, simple version Chinese version of containing File Manager, V series switch machine picture changes, FLEX recovery, commonly used options, the menu Hide/Show, volume adjustment, open the video, analog keyboards and other revised features.
Platform: | Size: 3390464 | Author: sharerlau | Hits:

[OtherAsWingBook1.0

Description: 当前,RIA 技术越来越成熟的情况下,构造界面的技术选择比以往多得更多 了,在用ActionScript1 写程序的时代,我们只能用Flash IDE 制作界面。虽然 用Flash IDE 可以制作非常个性化的界面,但几乎每个按钮,都要用IDE 来逐一 绘制, 这对程序员来说无疑是一种痛苦。于是, 在ActionScript2 时代, Macromedia1 在Flash IDE 中为我们提供了一套UI 组件— — Version 2 Components(V2 组件),它包含了一些常用的组件,比如按钮、下拉列表、单选 复选框等,方便了普通程序UI 的构建。但是这套组件并不十分好用,于是Flash 开源社区涌现出一批替代组件库:除了本章要向大家介绍的AsWing 外,还有 EnFlash 和ActionStep 等。凭借着良好的设计,易用的接口,加上MTASC 编译 器的推动, 开源UI 库在Flash 开发社区得到了快速的发展。后来,到了 ActionScript3 时代,Flex 框架强势挺出,凭借其强大的体系架构、完备的组件 库、紧密的开发环境支持,大部分开源UI 库停止了ActionScript3 版本的开发, 仅有AsWing 推出了ActionScript3 版本,并且在架构上做了改进,自定义外观 功能以及可视化布局器也相继推出,成为Flex UI 框架的一个替代选择。-At present, RIA technology becomes more sophisticated cases, the structural interface technology has many more options than ever before , And write programs using ActionScript1 times, we can only make use Flash IDE interface. Although With the Flash IDE can create a very personalized interface, but almost every button and must go through them with the IDE Drawing, which is undoubtedly a painful programmers. Thus, in the ActionScript2 era, Macromedia1 in the Flash IDE has provided us with a set of UI components-- Version 2 Components (V2 components), which contains a number of commonly used components, such as buttons, drop-down list, radio Check boxes, etc. to facilitate the construction of ordinary programs UI. However, this component is not very easy to use, so Flash The open source community have emerged a number of alternative component library: In addition to this chapter would like to brief the AsWing, there are EnFlash and ActionStep so. With good design, easy to
Platform: | Size: 9255936 | Author: 游于艺 | Hits:

[FlashMXflex_ioc

Description: 1、Flex IOC 框架概览PDF完整版 2、Flex IOC 框架概览配套源码 3、IoC容器和Dependency Injection模式中文版-1, Flex IOC Framework Overview PDF full version 2, Flex IOC framework overview supporting source 3, IoC containers and the Dependency Injection pattern Chinese version
Platform: | Size: 5986304 | Author: | Hits:

[FlashMXflex_upload

Description: flex版的附件上传下载程序,功能代码齐全。适合开发者们引用,代码稍微修改即可为项目应用。-Flex version of the accessories, function uploads and downloads program code is complete. Suitable for developers, code to change a little reference to the project application.
Platform: | Size: 227328 | Author: 林财原 | Hits:

[WEB CodeFavzone-travel-inquiry-system

Description: Favzone旅游查询系统是一款查询旅游景点的基于Flex的开源系统,目前为V1.0版本,还有不少问题等待解决,如:中文字体,美观等等 使用技术 Flex3 Cairngorm框架 Flex IOC框架Spring ActionScript 部署说明 最主要的是数据源的配置 1.将附件中asp目录下的travel文件夹拷贝到某个目录下,并设置iis的站点指向这个目录 比如我本机访问采用的就是直接将网站根目录指向travel文件夹,并访问http://localhost/webservice/getprovinces.asp 能看到标准的xml格式文件说明配置成功 2.修改TravelConfig.xml的aspServerConfig结点下的domain和port,为iis相应的配置 3.运行Travel.Mxml 即可看到效果 4.目前只有部分景点数据 如湖南的岳麓书院,湖南旅游各有几个图片,其余部分可以手工添加到数据库中 开发环境 ASP,Acce-Favzone travel inquiry system is a query tourist attractions of open source Flex-based system, currently V1.0 version, there are many issues to address, such as: Chinese characters, beautiful, etc. Use of technology Flex3 Cairngorm framework Flex IOC framework Spring ActionScript Deployment Description Most important is the data source configuration 1 attachment directory of travel in the asp folder copied to a directory, and set iis to point to this directory site For example, I used this machine to access the root directory is pointing directly to the travel Web site folder, and access http://localhost/webservice/getprovinces.asp To see a standard xml format configuration was successful 2 modified TravelConfig.xml of aspServerConfig node under the domain and port, the corresponding configuration for the iis 3 runs Travel.Mxml can see the effect 4. Only some of the attractions of data, such as Hunan Yuelu College, Hunan Tourism have a few pictures, the re
Platform: | Size: 14891008 | Author: laddo | Hits:

[FlashMXExtraWorkMS

Description: 加班管理系统FLEX版,完善前台代码,具有“申请加班”,“修改\删除\查看加班信息”,“管理员操作”等功能。-FLEX version of overtime management system, improve the prospects of the code, with " application to work overtime" , " modify \ delete \ view overtime information" , " Manager Operation" and other functions.
Platform: | Size: 31045632 | Author: Sunbeam Liu | Hits:

[VOIP programvideochat_new

Description: 网页视频会议源码,版本2 Flex开发 测试OK-Web video conferencing source, version 2
Platform: | Size: 116736 | Author: changmingyang | Hits:

[FlashMXarcgis-viewer-flex-flexviewer-2.5-src

Description: Viewer for flex version 2.5 base source for esri developers.
Platform: | Size: 1821696 | Author: felipe | Hits:

[FlashMXopenscales

Description: openscales,一个openlayers的flex版本,源码,示例,api-openscales, a openlayers flex version, source, example, api
Platform: | Size: 7901184 | Author: brucelee | Hits:

[.netFLAX

Description: FLEX和.NET搭建,包含flex客户端,.net服务端,以及.net提供的flex通讯组件,flex操作数据,简单的内容自行修改参数使用有SQL SERVER数据库文件,使用VS2008可直接打开,其他版本VS请修改sln和csproj文件的版本。-FLEX and. NET structures, including flex client,. Flex net server communication components, as well. Net provided, flex operation data, the simple use of the contents modify parameters SQL SERVER database files can be opened directly using VS2008, other editions Please modified version of VS sln and csproj files.
Platform: | Size: 6003712 | Author: asdasdwewe | Hits:

[FlashMXfckEdit

Description: fckEdit的flex版本的简单工程例子。-fckEdit flex version demo
Platform: | Size: 4818944 | Author: 大马灯 | Hits:

[FlashMXMicroBlogAPI

Description: 调用新浪微博API发布微博(flex版),实现旅游地理微博共享-Sina Weibo API call released microblogging (flex version), tourism geography microblogging sharing
Platform: | Size: 417792 | Author: 陈潇 | Hits:

[FlashMXFlexPaper_1.2.1_swc

Description: FlexPaper_1.2.1_swc Flex版本-FlexPaper_1.2.1_swc Flex version
Platform: | Size: 645120 | Author: sdyt2014 | Hits:

[Otherscratch-flash-develop

Description: scrtch2.0 源代码 Building The Scratch 2.0 build process now uses Gradle to simplify the process of acquiring dependencies: the necessary Flex SDKs will automatically be downloaded and cached for you. The Gradle wrapper is included in this repository, but you will need a Java Runtime Environment or Java Development Kit in order to run Gradle; you can download either from Oracle's Java download page. That page also contains guidance on whether to download the JRE or JDK. There are two versions of the Scratch 2.0 editor that can be built from this repository. See the following table to determine the appropriate command for each version. When building on Windows, replace ./gradlew with .\gradlew.(scrtch2.0 source code)
Platform: | Size: 4364288 | Author: Haibxu | Hits:

CodeBus www.codebus.net