📄 inputflash.js
字号:
function inputFlash(src,width,height,idName,vars){
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+width+"\" height=\""+height+"\" name=\""+idName+"\" id=\""+idName+"\">");
document.writeln("<param name=\"movie\" value=\""+src+"\" />");
document.writeln("<param name=\"quality\" value=\"high\" />")
document.writeln("<param name=\"flashvars\" value=\""+vars+"\" />");
document.writeln("<embed src=\""+src+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+width+"\" height=\""+height+"\" name=\""+idName+"\" flashvars=\""+vars+"\"></embed>");
document.writeln("</object>");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -