このブロックを ---------------------------------------------------- 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 --------------------------------------------------------