ControlExample

所属分类:FlashMX/Flex源码
开发工具:FlashMX
文件大小:107KB
下载次数:9
上传日期:2013-08-13 10:01:47
上 传 者xiaojianke77
说明:  FlashAS3.0制作的触摸屏拖动效果,滚动条自适应大小
(FlashAS3.0 drag effects produced by touch screen, scroll bars adaptive size)

文件列表:
ControlExample\bin\ControlExample.swf (11888, 2013-08-01)
ControlExample\bin\ControlExample1.swf (13516, 2013-05-06)
ControlExample\bin\expressInstall.swf (773, 2013-02-14)
ControlExample\bin\index.html (927, 2013-05-06)
ControlExample\bin\js\swfobject.js (10220, 2013-02-14)
ControlExample\bin-release\AC_OETags.js (8641, 2010-04-08)
ControlExample\bin-release\c.html (5393, 2010-04-27)
ControlExample\bin-release\ExampleContainer.swf (10235, 2010-04-26)
ControlExample\bin-release\ExampleList.swf (11830, 2010-04-26)
ControlExample\bin-release\l.html (5328, 2010-04-27)
ControlExample\bin-release\playerProductInstall.swf (657, 2010-04-08)
ControlExample\ControlExample.as3proj (2900, 2013-08-01)
ControlExample\obj\ControlExampleConfig.old (1884, 2013-08-01)
ControlExample\obj\ControlExampleConfig.xml (1881, 2013-08-01)
ControlExample\src\AC_OETags.js (8641, 2010-04-02)
ControlExample\src\c.html (5393, 2010-04-27)
ControlExample\src\com\adobe\lighthouse\constant\HorizontalSwipeDirections.as (1321, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\controls\DraggableVerticalContainer.as (22148, 2010-04-26)
ControlExample\src\com\adobe\lighthouse\controls\DraggableVerticalList.as (32652, 2010-04-26)
ControlExample\src\com\adobe\lighthouse\controls\IItemRenderer.as (1421, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\controls\ScrollIndicator.as (2450, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\controls\scroll_indicator_bottom.png (227, 2010-03-03)
ControlExample\src\com\adobe\lighthouse\controls\scroll_indicator_middle.png (183, 2010-03-03)
ControlExample\src\com\adobe\lighthouse\controls\scroll_indicator_top.png (227, 2010-03-03)
ControlExample\src\com\adobe\lighthouse\controls\TouchStates.as (1301, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\controls\UIControl.as (3867, 2013-05-06)
ControlExample\src\com\adobe\lighthouse\events\HorizontalSwipeEvent.as (1627, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\events\ScrollEvent.as (1662, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\events\TweenEvent.as (1454, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\util\FrameDelayedCall.as (3208, 2010-04-08)
ControlExample\src\com\adobe\lighthouse\util\TextFieldUtil.as (2893, 2010-04-02)
ControlExample\src\ExampleContainer.as (9139, 2010-04-26)
ControlExample\src\ExampleItemRenderer.as (4433, 2010-04-26)
ControlExample\src\ExampleList.as (6617, 2010-04-26)
ControlExample\src\l.html (5328, 2010-04-27)
ControlExample\src\Main.as (438, 2013-05-06)
ControlExample\src\mx\effects\easing\Quartic.as (3757, 2010-04-02)
ControlExample\src\com\adobe\lighthouse\constant (0, 2013-05-06)
ControlExample\src\com\adobe\lighthouse\controls (0, 2013-05-06)
... ...

/** * Copyright (c) 2010 Adobe Systems Incorporated. * All rights reserved. * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ This document describes two sample components, DraggableVerticalContainer and DraggableVerticalList, optimized for mobile that you can extend and use in your mobile Flash apps. The components do not contain any skins except for a scroll indicator. For additional skinning it is recommended to either extend the components or overlay the components with graphics. DraggableVerticalContainer - A simple component to vertically scroll a block of DisplayObjects. The component is touch-enabled responding to flick and drag actions and is optimized for use on mobile devices. Any display object can be added to the control. Ex: http://xdce.adobe.com/examples/c.html DraggableVerticalList - A simple component to vertically scroll items in a list. The component is touch-enabled responding to flick and drag actions and is optimized for use on mobile devices. The component dispatches change events when a user clicks an item. Ex: http://xdce.adobe.com/examples/l.html Files and Folder Descriptions src/ExampleContainer.as - The main application file that has example usage of DraggableVerticalContainer. src/ExampleList.as - The main application file that has example usage of DraggableVerticalList. src/c.html - The HTML page that contains ExampleContainer. src/l.html - The HTML page that contains ExampleList. src/ExampleItemRenderer - A sample item renderer used in ExampleList. src/com - Contains the class files. bin-release - The release build of the SWFs and the accompanying HTML and JavaScript. c.html and l.html contains device specific DOCTYPE and meta info as shown below. These sample controls were created by the lighthouse group at Adobe using Flash Builder. For questions or problems please contact Derek Lu, delu@adobe.com.

近期下载者

相关文件


收藏者