做了个BXNA Viewer

2005-12-01 00:07:46   5733 Views   Flash   3 Comments  
工作之余做的,好久没碰flash了,练练手罢了,没什么技术含量,界面参考dengjiemxna viewer
使用flash + BXNA rss syndicate。
只是做完后发现蓝色的blo...

Read on...

LAGA的最新作品!

2005-04-18 19:29:50   3820 Views   Flash   5 Comments  

来自http://www.blogcn.com/user20/lagafrance/index.html
流畅的动感,真是NB啊,逐帧动画作到这份上靠的不仅仅是耐心啊!禁止转载,如有特殊要求,请先征得作者的同意。

屏蔽Flash右键菜单的几种方法

2005-03-30 09:33:24   5492 Views   Flash   1 Comments  
1.在Flash Player中有效,在网页中无效~
fscommand("showmenu",fasle)
2.在网页中flash的位置加入参数:
<param name="menu" value="false">
3.在flash的第一帧加入action,这个方法最简单:
Stage.showMenu=false;
4.让Flash的右键放大、缩小菜单失效,基本上等于屏蔽右键了。在flash的第一帧加入action:
right = new Object();
right.onMouseMove = function() {
Stage.scaleMode = "noScale";
};
Mouse.addListener(right);
5.Danger的方...

Read on...

Flash 象素工具

2005-01-20 19:37:38   3590 Views   Flash   4 Comments  
Flash 象素创作必备工具,现在最新版可以画虚线了.
绘制ISO视角游戏场景和对象更加方便快捷.
click to enlarge

这里下载 | 更多介绍
Via Patrick Mineault

二维动画角色口型制作工具Lipsync MX

2004-12-28 22:13:27   3955 Views   Flash   1 Comments  
click to enlarge

对于每个flash设计师来说,完全口型同步现在成为可能。LipSync MX具有与用户友好的界面,仅需一个声音文件,LipSync MX便可运用强大的运算能力自动运算出你的角色发出的声音所需要的嘴唇位置和时间帧数据。LipSync MX通过分析音频文件的音素,产生出大多数语言的标准关键帧。它允许flash动画家和设计师动手调整同步。LipSync MX是那些希望在flash里准确、快速设置口型同步的flash动画师们的必备工具!
官方链接:http://www.lipsync-mx.com/

配置Flash Player

2004-10-21 22:23:54   3973 Views   Flash   0 Comments  
通过新建一个配置文件(mms.cfg),写入参数,放到系统目录下,用户可以配置Flash Player。

根据你的系统,将mms.cfg放入如下目录:
    Windows NT, 2K C:/WINNT/System32
    Windows XP,2003 C:/WINDOWS/System32
    Windows 95, 98, or ME C:/Windows/System
    Macintosh /Application Support/Macromedia
配置mms.cfg文件的参数列表如下:
click to enlarge

说明:如您没在mms.cfg设置上述参数或者在您的操作系统目录下不存在mms.cfg文件(Flash Player安装不会自动生成该文件),Flash Player则使用默认参数。...

Read on...

禁止运行多个Flash Projector

2004-10-21 22:18:24   2822 Views   Flash   0 Comments  
有时我们不希望用户运行多个Flash Projector,这里提供了一种解决方法,使用LocalConnection对象,代码如下:
var _lc:LocalConnection = new LocalConnection();
if(!_lc.connect("myapp")) {
 //You can handle the event in any way you want,
 //I am here just closing the projector.
 fscommand("quit");
}
当代码运行的时候,他会检测connectionName(myapp)是否正在使用,如果是则退出
[Edit on 2004-10-21 22:19:14 By johnny]

Login

or

Register

labs