swf-html

来源:百度文库 编辑:神马文学网 时间:2024/04/29 04:22:59
on (release) {
getURL("java script:close()");
}
//关闭
on (release) {
getURL("java script:blur()");
}
//最小化
HTML

on (release) {
getURL("javascript:window.opener=null;self.close();");
}


fscommand("showmenu", "false");
fscommand("allowscale", "false");
fscommand("trapallkeys", "true");
fscommand("fullscreen", "true");






注:leftmargin和topmargin分别设置flash距离页面两边和上下的距离;scroll设置浏览器是否显示滚动条;
width和heigh分别设置flash的大小,可以用绝对值,也可以用相对值,本例为始终保持全屏幕;
scale=exactfit可以实现在任何分辨率和浏览器大小时的绝对全屏;
src用来指定载入flash的路径。