易截截图软件、单文件、免安装、纯绿色、仅160KB

Debian 5.0 'Lenny' : Flash Player 10安装升级

Architecture: i386, amd64
Configure your system to use lenny-backports by adding this line to your sources.list
deb http://www.backports.org/debian lenny-backports main contrib non-free
How to install flashplugin-nonfree :
apt-get update
apt-get install flashplugin-nonfree
How to update flashplugin-nonfree :
apt-get update
apt-get upgrade
How to update the Adobe Flash Player :
/usr/sbin/update-flashplugin-nonfree --install
官网转来的!


相关文档:

Flash中步入Matrix函数

在字典中的说明不够充分让大家去理解,所以开始还是要重复说明一下。Matrix矩阵就像个数组,排列方式是以列与行组
成。在flash 8中所提供的是3 x 3矩阵,3x3的矩阵可以定义出一个3D计算,但在Flash 8中只供2D的计算,即 x 和 y
的计算,那么我们来看看这个矩阵的定义
 


以上的每个字母都有各自 ......

用flash builder4做一个带验证码的用户登录框

1、用panel,label,button,textinput组建布局,如下图:
 
2、设用户名、密码、验证码所对应的textinput的id分别为userName、pasWord、inVal;设用于显示验证码的label组建的id为:val.
     布局代码如下:
 <s:Panel x="126" y="98" width="250" height="200" id="login" title="用户 ......

小心flash的垃圾回收功能

对于需要累计执行的特效或对象,如tween,他是在给定的时间内不断运行,一旦在函数中定义tween 函数结束时,可能会回收了tween 造成tween不能跑完,定要注意,错误代码如下: 尤其是函数中定义的 package {
        import flash.display.Sprite;
    & ......

在网页中插入Flash的代码

在网页中插入Flash的代码有很多,下面提供一种仅供参考:
<object data="Flash文件的URL" type="application/x-shockwave-flash" width="宽度" height="高度">
<param name="movie" value="Flash文件的URL">
</object> ......

实用的图片切换 js+flash 实现

<script language="javascript">
        //-------定义图片路径等参数-------------//
        //定义大图的路径
        var bigPic0 =" ";
        var big ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号