1)、重寫事件:
$.fn.imgbox = function(v) ;
$.extend(s, v);
var swfu = new swfupload(,
debug: false,
button_placeholder_id: s.button,//此處重寫
button_width: 39,
button_height: 24,
button_image_url: s.imgurl,//此處重寫
button_window_mode: swfupload.window_mode.transparent,
button_cursor: swfupload.cursor.hand,
file_queued_handler: imagequeued,
file_queue_error_handler: filequeueerror,
file_dialog_complete_handler: imgdialogcomplete,
upload_start_handler: uploadstart,
upload_error_handler: uploaderror,
upload_success_handler: imagesuccess
});return c;
};
2、button_height:指定flash按鈕的高度,應該為button_image_url所指定的按鈕背景高度的1/4。
所以更換按鈕背景的的圖示需要是button_height設定高度的4倍。比如高度是80(px)的,那麼初始顯示的高度是background-postion:0 0;那麼當滑鼠移到按鈕上時(onmouseover):顯示的位置為:background-postion:0 -20px;引數參考:
NSSpeechSynthesizer 文字變語音
nsspeechsynthesizer 是 foundation中的乙個類,這個類可以方便的在cocoa應用程式中新增 文字到語言 功能。開發者可以使用這個類向ios 引用程式中新增類似功能。效果圖如下 截圖 speechutterance引數說明 utterance.voice 語系 不區分大小寫...
FileSystemWatcher判斷檔案複製完成
使用 filesystemwatcher 監視指定目錄中的更改。可監視指定目錄中的檔案或子目錄的更改。該元件可以監視本地計算機 網路驅動器或遠端計算機上的檔案。可監視目錄或檔案中的若干種更改。例如,可監視檔案或目錄的 attributes lastwrite 日期和時間或 size 方面的更改。通過...
Vmware Window Linux 共享資料夾
問題描述 在虛擬機器vmware 8.0下,其中宿主機系統為window 7,安裝的虛擬機器系統為ubuntu 12.04 x64,通過使用共享資料夾的方式,實現兩個系統的通訊。預備工作 虛擬機器需要安裝vmware tools。解決方案 1.在虛擬機器的詳細設定下,選擇啟用共享資料夾。右擊虛擬機器...