048
php基于Flash技术的信息发布系统样本
(样本只提供该系统的基本情况介绍,若需要完整的设计和论文,建议您购买本系统,凡是购买本站系统的,本站均根据您的要求,把系统上的开发信息,题目等修改成符合您的要求)
本设计包含内容:源代码+毕业论文
论文大概:
目 录
摘要
………………………………………………………………………………… 1
Abstract……………………………………………………………………………… 2
第一章
引言 ……………………………………………………………………………………… 3
第二章
Flash技术的现状与发展………………………………………………………… ……… 3
2.1
Flash的特点…………………………………………………………………………… 3
2.2
Web应用程序与交互网站 …………………………………………………………… 4
2.2
Flash的应用现状……………………………………………………………………… 4
2.3.1
国外Flash的应用………………………………………………………………… 4
2.3.2
国内Flash的应用………………………………………………………………… 5
第三章
与其他信息发布技术的比较…………………………………………………………… 5
3.1
与网页信息发布技术的比较………………………………………………………… 5
3.2
与应用软件信息发布技术的比较…………………………………………………… 5
第四章
相关技术背景…………………………………………………………………………… 6
4.1
Web服务器Apache…………………………………………………………………… 6
4.2 PHP
语言……………………………………………………………………………… 6
4.3
MySQL数据库………………………………………………………………………… 7
第五章
Flash论坛的设计和制作………………………………………………………………… 7
5.1
设计目的和工作原理………………………………………………………………… 7
5.2 系统分析和功能模块的划分………………………………………………………… 7
5.3
实施的具体过程……………………………………………………………………… 11
5.3.1
数据库的准备…………………………………………………………………… 11
5.3.2
功能规划和界面设计…………………………………………………………… 12
5.3.3 关于Flash动画
………………………………………………………………… 12
5.3.4
PHP后台脚本…………………………………………………………………… 13
5.3.5
遇到的问题及解决方法………………………………………………………… 14
5.4 后续工作
……………………………………………………………………………… 15
参考文献…………………………………………………………………………………………… 16
摘要
本文首先介绍了Flash的特点,揭示了Flash在网络中盛行的主要原因。针对Flash在编程等功能上的不断改进,探讨了其今后可能的发展方向,即基于Flash技术的Web数据库应用程序和纯Flash技术构建的网站。并就这两方面结合国内外Flash技术的应用情况剖析国内的Flash技术暂时落后的原因。然后通过与其它信息发布技术的比较,找出基于Flash技术的信息发布系统的优缺点。并结合设计,简单介绍了后台服务程序的相关技术。最后,本文给出了一个基于Flash技术的Web数据库应用程序——小论坛的设计和制作过程。
关键词:动画,交互,应用程序
Abstract
This text introduce the characteristic of Flash
at first, and announced the main reason of Flash in popular in the
network. To the situation of Flash being in such updating in
function on programming ,etc. , We discuss the possible developing
direction in the future, it is Web database application program
based on Flash technology and website that pure Flash technology
structured.To these two respects we combine domestic and
international Flash application situation analyze the reason of
domestic Flash technology being backward temporarily. Then through
the comparison with other information issue technology , we find out
the pluses and minuses of information issuing system based on Flash
technology. For the design, We introduced the relevant
technological of backstage supporter's service briefly. Finally,
this text provides a Web database application program based on Flash
technology --The design and making of a little
forum.
Keyword:movie,interaction,application program
第一章
引言
说起Flash,它流光异彩的视觉效果、强大的交互功能和纤小的矢量动画输出文件,着实令人为之倾倒。确实,Flash动画技术的出现,让网络媒体变得更加丰富多彩,它不仅引领了网站建设和网络广告设计的理念,更对整个网络媒体文化产生了较大影响,短时间恐怕也难有一种交互动画媒体设计软件能够望其项背。
Flash动画在网页上的应用随处可见,也许正因为如此,很多人对Flash的认识还只是停留在搞笑的Flash动画短片,好玩的Flash小游戏等,不自觉得把Flash等同于纯粹的矢量动画多媒体制作工具。其实不然。Flash
5版本的推出,使得原来只能进行矢量动画创作的多媒体工具一跃成为一个能编写小型应用程序的开发工具。而Flash
MX的问世,再一次革命性地提高了Flash在应用程序开发上的能力,加上它在互动的交互界面上与生俱来的强大功能,使得用Flash来开发数据库应用软件成为可能。