- 310 名前:177 mailto:sage [2007/12/14(金) 23:25:38 ID:URkIRqhl0]
- >>308
楽しみにしています。IE6ユーザーなんで306みたいになってしまいました。 自分もactivexを使った簡単なskinを作ったんでよければ試してみてください。 スキンフォルダに直接「playlist.htm」で保存。(&nbsp;と&amp;はすべて半角) <html><head> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <script type="text/javascript" src="./prototype.js"></script> <script type="text/javascript" src="./wblib.js"></script></head> <body><script type="text/javascript"> wb.onUpdate = function(mvs){ var text=""; for(var n=0;n<mvs.length;n++){ var mv = mvs[n]; text+=mv.drive + ":\\" + mv.dir + "\\"+mv.title+"."+mv.ext+"\n"; } text=text.replace(&nbsp;/g," "); text=text.replace(/&amp;/g,"&"); var fs = new ActiveXObject("Scripting.FileSystemObject");
|

|