
Flash
文章平均质量分 67
iteye_15237
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
新闻列表不同连接色控制方法(AS3)
今天测试TextField通过读取xml文件完成新闻列表,并且第一条标红加粗,遇到了CSS控制失效的问题,仔细研究了一下,发现有许多细节知识点不熟悉导致的,现在公布一下过程,以免新手重蹈覆辙。 //xml文件格式 新闻列表 ● 嘉实基金:市场震荡调整结构性机会涌现 ● 四季度前中小盘股仍是市场主流 //调入新闻列表 [code="java"]...原创 2010-10-12 00:08:29 · 89 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,显示列表部分,笔记12
The Display List Displaying a frame of a SWF file is a three-stage process: 显示列表 展示一个SWF文件的一帧分三阶段: 1. Objects are defined with definition tags such as DefineShape, DefineSprite, and so on. Each...2010-10-24 01:46:16 · 148 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,字典部分,笔记10
The dictionary The dictionary is a repository of characters that are defined, and are available for control tags to use. The process of building and using the dictionary is as follows: 1. The defin...原创 2010-10-20 23:31:19 · 796 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,各种标签部分,笔记9
Definition and control tags The two categories of tags in a SWF file are as follows: Definition tags define the content of the SWF file—the shapes, text, bitmaps, sounds, and so on. Each definition...原创 2010-10-20 00:44:59 · 158 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,SWF文件结构,笔记8
SWF file structure Following the header is a series of tagged data blocks. All tags share a common format, so any program parsing a SWF file can skip over blocks it does not understand. Data inside ...原创 2010-10-18 23:47:19 · 214 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,文件结构摘要,笔记7
SWF Structure Summary This chapter provides a summary of the elements that comprise a SWF file. swf文件结构摘要 这个章节提供的是组成SWF文件的元素摘要。 The SWF header All SWF files begin with the following header. T...原创 2010-10-17 23:00:47 · 195 阅读 · 0 评论 -
MP4 flash播放器,开放换肤功能,支持iphone/ipad/ipod
最近视频网站竞争比较激烈,相传youku/tudou都已经开始IPO,再加上早有ku6借壳上市,创业版更是出现了乐视这样的成功案例,可谓风生水起,所以特别制作一版开放换肤功能的视频播放器,特别加入了支持iphone/ipad/ipod等苹果设备的解决方案,这下可暂时解决apple与adobe之前的战争引起广大网友的不便。 小试牛刀,记录一下此视频播放器开放的功能: 1. 支持任意点...原创 2010-10-13 19:16:20 · 237 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,颜色记录,笔记6
最枯燥的部分终于要结束了,马上就要迎来很关键的部分,不过这之前都是后面要深入了解的基础。 RGB color record The RGB record represents a color as a 24-bit red, green, and blue value. RGB颜色记录 RGB颜色记录代表颜色用一个24 bit 的红、绿、蓝的值。 Red UI8 Red colo...原创 2010-10-13 19:14:53 · 245 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,字符串部分,笔记5
STRING(翻译略) Field Type Comment String UI8[zero or more] Non-null string character data StringEnd UI8 Marks end of string; always zero 字符串类型就是指以空字符结尾的字符的序列。 In SWF 5 or earlier, STRING values ar...原创 2010-10-13 19:13:43 · 145 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,位值部分,笔记4
Bit values Bit values are variable-length bit fields that can represent three types of numbers: 1. Unsigned integers 2. Signed integers 3. Signed 16.16 fixed-point values. Bit values do not have ...原创 2010-10-13 19:07:22 · 236 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,定点数浮点数,笔记3
Fixed-point numbers The SWF file format supports two types of fixed-point numbers: 32-bit and 16-bit. The 32-bit fixed-point numbers are 16.16. That is, the high 16 bits represent the number before...原创 2010-10-13 15:53:17 · 210 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,基本数据类型部分,笔记2 ...
What’s new in SWF 10 Flash Player 10 introduces the following features and capabilities: ■ Expands the SWF format’s text capability with the capability to render bidirectional text (right-to-left) ...原创 2010-10-12 10:21:35 · 186 阅读 · 0 评论 -
(swf file format spec v10)swf文件格式中英文说明书v10,简介部分,笔记1
由于最近研究swf文件格式做一些项目应用,但英文水平没毕业,试着借助很多翻译工具,希望给用到的人提供一点帮助,而不是误导。 1.简介: The SWF (pronounced “swiff ”) file format delivers vector graphics, text, video, and sound over the Internet and is supported by...原创 2010-10-12 00:16:46 · 292 阅读 · 0 评论 -
用Flash AS3的Clipboard类实现js复制连接功能
大家都知道JS(clipboardData.setData)实现的剪切板复制功能,在IE浏览器里会弹出一个对话框询问是否允许访问,而firefox则干脆不允许自动复制,要用户手动来完成,实在是很不方便,所以这里特别用flash来通过外部取得连接地址,完成传递到剪切板的功能,免除了浏览器的不兼容性,也达到了良好的用户体验。 现在贴出主体类,并加以说明,大家可以直接拿走放在自己的项目里调用...原创 2010-10-12 00:11:53 · 158 阅读 · 0 评论 -
手机听书客户端发布了!
沉寂了一段时间,研究了新的产品,迅速做了个人生大转型,改做手机应用了,满足大家的听书新体验! 强大的非听不可:http://www.feitingbook.com iphone版本http://mobile.91.com/Soft/iPhone/feiting.ChangTing-1.3.6-2012.6.10.html android版本 http://www.anzhi.com/...原创 2012-06-13 19:41:10 · 188 阅读 · 0 评论