#162003/11/15 17:10:19
看来这段代码有问题
on QuickTimeVersionIsCurrent
mci "info QTWVideo version"
if value(the result)>= (新安装qt的版本号)then
nothing
else
安装qt
end if
end QuickTimeVersionIsCurrent
但是.
if quickTimeVersion() < 3 then
if the quicktimePresent = 1 then
都可以测试通过...
现在想看看.不用安装也可以.用QT播放MPG.
而且那些文件是放在子目录上.