利用2個檔案
ZeroClipboard.js
ZeroClipboard.swf
複製程式碼
複製程式碼
複製程式碼
var Clip = null;
function $(id) { return document.getElementById(id); }
function init(xm) {
clip = new ZeroClipboard.Client(); >clip.setHandCursor( true );
clip.addEventListener('load', function (client) {
debugstr("Flash 影片已載入並準備就緒。");
});
clip.addEventListener('mouseOver', function (client) {
// 更新滑鼠懸停時的文字
clip.setText($('txt_links').value );
});
clip.addEventListener('complete', function (client, text) {
debugstr(xm );
});
clip.glue( ' d_clip_button', 'd_clip_container' );
}
function debugstr(msg) {
if(msg=='1'){
alert('複製成功,請用Chrl V貼');
//alert('chushihu,請用Chrl V貼上'); }其他{ } } ; 註: