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

Flash AIR 全屏 屏蔽ESC

package
{
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.system.fscommand;
import flash.display.StageDisplayState;
import flash.events.KeyboardEvent;
import flash.ui.Keyboard;
/**
* ...
* @author LittleSpace
*/
public class Main extends Sprite
{
public function Main ()
{
mc.addEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
stage.addEventListener ( KeyboardEvent.KEY_DOWN, onKeyDowns );
}
private function mouseDownHandler(e)
{
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
}
protected function onKeyDowns (e:KeyboardEvent):void
{
if (e.keyCode == Keyboard.ESCAPE)
{
e.preventDefault ();
}

}
}
}


相关文档:

一款媲美FLASH的图片交替效



一款媲美FLASH的图片交替效果-网页特效-www.qpsh.com


Loading...



m00=document.getElementById("imgsrc").getElementsByTagName("img");m01=m00.length;function images_loading_bar(){m02=0;for(i=0;i ......

HTML5 与Flash 从乔布斯讨厌Flash说起

个人觉得这是标准与私有标准的PK, 就像微软的office和其他office软件,如金山wps,openoffice的竞争类似。
从用户角度看PK越多越好,呵呵。
http://www.javaeye.com/news/15856-apple-flash
http://www.w3school.com.cn/html5/index.asp
http://www.w3.org/TR/html5/
http://html5.org/ ......

怎样提取电子杂志里面的音乐、图片、flash等文件?

第一步:准备你要提取源文件的电子杂志,比如zcom的杂志
第二步:运行这个杂志,在整个提取过程中,不要关闭杂志。
第三步:打开我的电脑——工具——文件夹选项——查看——显示隐藏所有文件和文件夹,确定
第四步:定位到C:\Documents and Settings\username\Application Dat ......

Ubuntu中Flash无法显示中文的解决办法

    Ubuntu中有个历史遗留问题——Flash中的中文只能显示方框,其原因为字体配置的问题。解决办法如下:
终端中输入:
cd /etc/fonts/conf.d/
sudo gedit 49-sansserif.conf
打开后,将里面的两个sans-serif替换为sans serif,即将短横替换为空格。保存退出即可。 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号