flash播放器论文.doc
文本预览下载声明
本 科 生 毕 业 论 文(设计)
Flash播放器
FlashPlayer
姓名与学号 何涛 3010141035
指导教师 翁 恺
年级与专业 2001级软件工程一班
所在学院和系 软件学院
本科生毕业论文(设计)任务书
一、题目:
二、指导教师对毕业论文(设计)的进度安排及任务要求:
起讫日期 200 年 月 日 至 200 年 月 日
指导教师(签名) 职称
三、系或研究所审核意见:
负责人(签名)
年 月 日
摘 要
Macromedia公司的SWF文件格式,这是一种矢量图象和动画。这种文件格式被设计成非常适合在网络上传输。通过嵌入在网页的Flash播放插件或者独立运行的Flash播放器,用户可以享受到精美的Flash动画。
SWF文件发展到现在,已经经历了多个版本、现在最新的版本是7.0.从6.0以后,SWF文件格式的改变就比较少了,而是在ActionScript层面实现了很多新的功能。
本文介绍的是一种Flash播放器的实现,暂时还不支持ActionScript,只能支持一些比较老的标签,但是也支持了一些比较新的特性,比如压缩技术.。本文的实现是建立在windows平台上的,利用vc作为开发环境,利用GDI和GDI+绘图。
关键词 Flash播放器 GDI GDI+
ABSTRACT
The Macromedia Flash file format (SWF) (pronounced “swiff ”) delivers vector graphics and animation over the Internet to the Macromedia Flash Player. The SWF file format is designed to be a very efficient delivery format, not a format for exchanging graphics between graphics editors.The user can enjoy the wonderful movie throught the plug-in in internet brower or standlone Flash player.
The SWF format has gone through several versions. Through SWF version 5, substantial additions were made to the SWF tag set. Starting with SWF version 6 and later, there is less change in the SWF format, as more and more new Flash features are implemented partly or entirely at the ActionScript level.
This paper introduce a kind of implementation of Flash player,it supports a subset of all the SWF tags.Unfortunately,it doesn’t support ActionScrip now,so it can only support SWF version up to version3 or version4.But,it also support some advance features,such as the compression of the file.My implementation is based on windows platform,using vc,GDI,GDI+.
Keyword FlashPlayer GDI GDI+
目 录
本 科 生 毕 业 论 文(设计) 1
摘 要 3
ABSTRACT 3
第一章 绪论 6
1.1 背景 6
1.2意义 6
1.3本文的内容和组织 7
第二章 系统功能与限制 8
2.1 Flash播放器的功能 8
2.2 Flash播放器的限制 8
第三章 相关工作 9
3.1 gameSWF 9
3.2 gpl Flash 9
3
显示全部