Adobe Flash Player
Want play some .SWF files, so download "Adobe flash player for IE", then install successfully, but it is a plug, can't open the swf files independently, by the other word, I just can play them in IE, but I don't like so.
At first, I think there is a .exe player can be executing, so locate C:\windows\system32\adobe\flash, but fink none .exe files.
Then maybe can download an individual player, but can't find in www.adobe.com, later I find out that, there are too players: adobe flash player, and adobe shockwave player, there are different, Flash player are used to play flash files, expecially swf, but shockware player are used to play the files made by Director studio.
At last, I need to install flash 8 or Flash MX, or Flash CS4.
相关文档:
1302-1418-7372-7058-0707-6549
1302-1007-0197-0975-4737-2180
1302-1103-1453-8741-1257-9791
1302-1318-0739-1481-7253-8018
1302-1787-8018-7637-9004-8287
1302-1584-5624-8663-0876-6868
1302-1968-2248-8146-6372-5304
1302-1249-0312-7694-5729-5273
1302-1193-9573-1154-9835-9014
1302-1056-8446- ......
ExternalInterface
ExternalInterface 类是外部 API,在 ActionScript 和 Flash Player 的容器之间实现直接通讯的应用程序编程接口,
例如,含有 JavaScript 的 HTML 页。 推荐对所有 JavaScript 与 ActionScript 之间的通信使用 ExternalInterface。
在 HTML 页中使用 JavaScript,可以调用 Flash Player 中的 Actio ......
1.首先下载FusionCharts 和 jquery相关的jar包
2.在WebRoot(MyEclipse)下新建script文件夹,放入jquery.js。新建FusionCharts,将fusionCharts包下的Charts文件夹粘贴过来(里面为各种图像报表的模板:如FCF_Area2D.swf、FCF_Bar2D.swf等等),将FusionCharts.js拷入FusionCharts目录下。
3.准备工作完毕、编写 ......
Main.cpp (Win/*nix)
#include "FlexSecurityBox.h"
int main(int argc, char ** argv) {
char * address;
short port;
if (argc == 2)
{
address = "0.0.0.0";
port = atoi(argv[1]);
} else if (argc == 3)
{
address = argv[1];
port = atoi(argv[2]);
} else
{
printf("Y ......
这几天,都在无所事事,唯一寄托就是在这里记录一下自己研究出来的东西。趁现在有点时间,就把最近看过的一种常用的flash特效记录一下,flash 做特效不是为做特效而做,在make thing move 书里讲了许多的数学和物理原理,通过这些原理,我发现做特效就需要懂原理。懂了这些原理后,特效就会变得轻松容易。
现 ......