之前一直正常使用的swfupload突然用不了,這是由于flash play10的緣故。所以需要升級到對應的swfupload 2.2.0
升級必須要做的:
更換swfupload.swf、swfupload.js、default.css
將原來的onClick="swfu.selectFiles();的按鈕修改為:<span id="spanButtonPlaceholder" ></span>
在setting里加多:
button_image_url : "images/XPButtonNoText_160x22.png", // Relative to the SWF file
button_placeholder_id : "spanButtonPlaceholder",
button_width: 160,
button_height: 22,
button_text : '<span class="button">請選擇圖片<span class="buttonSmall">(10MB Max)</span></span>',
button_text_style : '.button { font-family: Helvetica, Arial, sans-serif; font-size: 14pt; } .buttonSmall { font-size: 10pt; }',
button_text_top_padding: 1,
button_text_left_padding: 5,
就這么多了。
posted on 2009-01-19 15:42
lzj520 閱讀(531)
評論(0) 編輯 收藏 所屬分類:
Ajax 、
個人學習日記 、
Ria