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
官网转来的!
相关文档:
Dreamweaver中自带的flash是:
<object ..... >
<param .../>
</object>这种,而它在firefox中显示不出来,
而我在网上看到有人用:
<object .....>
<embed .../>
</object>来做在火狐上能显示,但在ie上就不能显示了,并接如果用fckeditor不能提交到数据库 ......
在PowerPoint幻灯片中插入Flash方法一
将扩展名为. SWF的Flash动画文件插入PPT
---插入一个由文件创建的对象
---在“动作设置”中的“对象动作”选项中选择“激活内容”
在PowerPoint幻灯片中插入Flash方法二
利用Active X控件插入动画
---选择“视图&rd ......
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="用户 ......
A星算法,flash 演示版
package
{
import flash.display.Sprite;
import flash.events.MouseEvent;
[SWF(width="550",height="550",backgroundColor="#999999")]
public class astart extends Sprite
{
// 常数定义
private static const size:int = 50;
private var points:Array = new Array ......