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

推荐订阅源

S
Security Archives - TechRepublic
MongoDB | Blog
MongoDB | Blog
量子位
博客园 - 叶小钗
罗磊的独立博客
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
MyScale Blog
MyScale Blog
GbyAI
GbyAI
Help Net Security
Help Net Security
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
Hacker News - Newest:
Hacker News - Newest: "LLM"
Latest news
Latest news
H
Hacker News: Front Page
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
S
Schneier on Security
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
S
Security @ Cisco Blogs
Recorded Future
Recorded Future
S
Securelist
博客园 - Franky
Application and Cybersecurity Blog
Application and Cybersecurity Blog
A
About on SuperTechFans
N
News and Events Feed by Topic
AI
AI
T
Tenable Blog
N
News | PayPal Newsroom
C
Cybersecurity and Infrastructure Security Agency CISA
V
V2EX - 技术
T
Threat Research - Cisco Blogs
Cisco Talos Blog
Cisco Talos Blog
L
LINUX DO - 热门话题
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google Online Security Blog
Google Online Security Blog
S
Security Affairs
Webroot Blog
Webroot Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 三生石上(FineUI控件)
C
Comments on: Blog
G
GRAHAM CLULEY

博客园 - 厦门刀客

转: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)  评论()    收藏  举报