惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
L
LangChain Blog
腾讯CDC
大猫的无限游戏
大猫的无限游戏
U
Unit 42
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
The GitHub Blog
The GitHub Blog
博客园_首页
GbyAI
GbyAI

博客园 - 厦门刀客

转:CSS之看穿绝对定位 FLASH如何打开外部exe程序 - 厦门刀客 - 博客园 codesmith5新手-1.建立简单的模板 Codesmith中文乱码的简单设置 - 厦门刀客 - 博客园 中秋节精彩祝福短信 98条一句话经典爱情短信 VS2008 IDE - Toolbox每个分组的point作用 - 厦门刀客 正则附录表 - 厦门刀客 - 博客园 正则判断表达式 正则非回溯 搞笑短信1-dxsoso.cn 如何提高网站PR值 特殊符号大全 CSS技巧集锦 CSS技巧(含色卡) windows 2003 + IIS6 + PHP5.2.5 配置 sqlserver不使用链接服务器,临时跨库跨表查询 大学毕业,俺又做起了站长 现在计算机专业学生怎么这样 - 谈计算机毕业生的浮夸
flash fscommand("fullscreen", "true")的自适应分辨率 - 厦...
厦门刀客 · 2009-06-19 · via 博客园 - 厦门刀客

fscommand("fullscreen", "true");
Stage.scaleMode = "noScale";
function Resize() {       //背景全屏显示
    bg._width = Stage.width//背景宽度=舞台的宽度
    bg._height = Stage.height//背景高度=舞台的高度
    bg._x =0
    bg._y =0
    bottom._x = (Stage.width-bottom._width)/2;//top的x坐标=(舞台的宽度-top的宽)/2
    bottom._y = Stage.height-bottom._height;//top的y坐标=舞台的高度-top的高
    right._x = Stage.width-right._width; //right的x坐标 = 舞台的宽度-right的宽
    right._y =0
    }
Resize();
var myListener:Object = new Object();
myListener.onResize = function() {
    Resize();
};
Stage.addListener(myListener);

posted on 2009-06-19 19:42  厦门刀客  阅读(1377)  评论()    收藏  举报