09/11/10 09:13:05 eKFGkd5Q0
>>653
スクリプトを書き換えればおk
このブロックを
----------------------------------------------------
if instrB(myURL,"@@vp6-hd") > 0 then
~途中省略~
end if
----------------------------------------------------
この内容に書き換える
-------------------------------------------------------
if instrB(myURL,"FLV-320x240") > 0 then
myURL = MS_NthFieldB(myURL,"@@spark",1)
else
myURL = ""
end if
--------------------------------------------------------