|
|
|
Get VideoForWindows Version
Added on 6/20/2000
|
Get VideoForWindows Version
---- written for Director 8 ---
---- Kumar.K ----
---- kumark@icode.com ----
------ Custom Properties ------
--- This Handler gets the Video for windows version ----
on VFWVersion
if the VideoforWindowsPresent then
MCI "open AVIVIDEO alias test.avi"
MCI "info test.avi version"
put the result
end if
end
|
|