At 05:53 AM 9/8/00, James & Mary Hudson wrote:
>Hi, I have a project and it seems that the DirectMedia Xtra is going
>to solve a lot of my problems with MPEG video. The question I have is
>how to test to see if the user's machine has Directshow installed so
>that it can be used. Is it like looking for Acrobat by searching the
>registry? How would one go about doing this? I am not a registry or
For the 3rd time:
Acrobat has nothing to do with DirectShow or MPEG playback at all. This is
straight from the docs for DirectMedia:
isDirectShowInstalled (member x)
Returns 1 (TRUE) or 0 (FALSE). Can be used to determine if DirectShow
(formerly ActiveMovie) is installed on the user's machine. You should use a
valid DirectMediaXtra cast member index to access this function.
Example:
isDirectShowInstalled(member 1)
if the result=0 then
alert("Please install DShow")
else
--nothing
end if
Did I miss any of your cross posts?
--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]