
Flex
文章平均质量分 77
dongdong_java
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flex
如果这封邮件打扰到您请见谅,如果您是大牛,可以直接忽略。相信对大家还是有一定的帮助的,谢谢! 重点推荐 1、jquery+swfupload+servlet 多文件上传:http://www.ityangba.com/thread-49-1-1.html 2、java中代码转载 2011-08-18 17:43:59 · 963 阅读 · 0 评论 -
air mobile andriod ios 分页加载控件
air mobile andriod ios 分页加载控件原创 2014-11-18 13:46:46 · 1273 阅读 · 1 评论 -
flex 日期控件
来源:原创 来源链接:http://help.adobe.com/zh_CN/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d9b.html 编程环境:FlashBuilder4 是否解决:已解决 作品案例类别:否 组件或控件:是 官方教程 http://help.adobe.com/zh_CN/flex/usin转载 2013-09-10 17:38:06 · 3209 阅读 · 0 评论 -
air ios 输入遮挡问题
Specifies parameters for identifying, installing, and launching AIR applications. xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.5 The last segment of the namespace speci原创 2013-09-10 17:24:42 · 2058 阅读 · 0 评论 -
as3 常用验证
/* * 去除字符串前面的空格和跳格符 */ var src:String=" Hello! "; trace(src); //原文本 trace(src.replace(/^\s*/g,"")); //去掉前面的空格 trace(src.replace(/\s*$/g,"")); //去掉后面的空格 /* * 检查文本是否是一个邮箱地址 */ //var regex:Re原创 2013-08-28 10:18:44 · 954 阅读 · 1 评论 -
Flex 一些数据的验证(邮箱,字符串,日期,年龄,性别)
1.邮件验证 id="emailV" source="{txtEmail}" property="text" invalidCharError="非法字符" invalidDomainError="非法域" invalidIPDomainError="非法IP域" mi转载 2013-08-27 16:00:15 · 1076 阅读 · 0 评论 -
使用 StageVideo API
Stage.stageVideos 属性 StageVideo 事件 实现 StageVideo 功能的工作流程 初始化 StageVideo 事件侦听器 使用 StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY 事件 使用 StageVideoEvent.RENDER_STATE 和 Vi转载 2013-06-18 12:52:52 · 1497 阅读 · 0 评论 -
flex开源类库
Adobe APIs 主要包含corelib, mappr, flickr, youtube及加密等类库. http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries as3awss3lib 与 Amazon S3 交互的 ActionScript 3.0 类库 http://code.go转载 2013-06-18 12:53:49 · 1231 阅读 · 0 评论 -
Air 3 stageVideo H264 Video
package { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.Shape; import flash.display.Sprite;转载 2013-05-23 17:55:40 · 2245 阅读 · 4 评论 -
stage video
在过去的几年里,视频已经成为web网页上最主流的趋势之一,这主要是由Adobe Flash Player来推动的。2007年Flash Player 9中引入了H.264和全屏支持技术,通过在web页面上的沉浸式高清视频体验,实实在在地改变了局面。最近,在移动设备上实现的Flash Player已经为Adobe公司的Flash Player项目组带来了新的思路,这些新的思路将帮助项目组解决如何在F转载 2013-05-23 17:23:02 · 2416 阅读 · 0 评论 -
使用 StageVideo API
Stage.stageVideos 属性 StageVideo 事件 实现 StageVideo 功能的工作流程 初始化 StageVideo 事件侦听器 使用 StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY 事件 使用 StageVideoEvent.RENDER_STATE 和 Vi转载 2013-05-23 11:27:32 · 1770 阅读 · 0 评论 -
针对移动设备对视频进行编码
针对移动设备对视频进行编码 Flash Player 和 AIR 与编码的视频文件的兼容性 了解 Adobe F4V 和 FLV 视频文件格式 F4V 视频文件格式 FLV 视频文件格式 外部视频和嵌入视频 除了 Adobe FLV 视频格式之外,Flash Player 和 Adobe AIR 还支持从 MPEG翻译 2013-05-20 10:08:49 · 2246 阅读 · 1 评论 -
flex Alert组件
protected function exitBtn_clickHandler(event:MouseEvent):void{ Alert.yesLabel="是"; Alert.noLabel="否"; Alert.show("直接退出不会保存录制的课程","录制课程",3,this,onCloseHandler); } internal function onCloseHandl原创 2013-05-03 11:05:32 · 836 阅读 · 0 评论 -
Flex 移动应用性能 之 快速优化
引用 sina blog http://blog.sina.com.cn/s/blog_6f56a2bf0101hmko.html转载 2014-11-19 09:17:21 · 738 阅读 · 0 评论